Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (2.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to FlmsDeviseCreateUsers (20130208224914)  (0.0ms) begin transaction  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to FlmsDeviseCreateUsers (20130208224914)  (0.0ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "flms_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_flms_users_on_email" ON "flms_users" ("email")  (0.1ms) CREATE UNIQUE INDEX "index_flms_users_on_reset_password_token" ON "flms_users" ("reset_password_token")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130208224914')  (2.8ms) commit transaction Migrating to FlmsCreatePages (20130216032241)  (0.0ms) begin transaction  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to FlmsDeviseCreateUsers (20130208224914) Migrating to FlmsCreatePages (20130216032241)  (0.0ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "flms_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "url" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_flms_pages_on_url" ON "flms_pages" ("url")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130216032241')  (2.4ms) commit transaction Migrating to FlmsAddUrlToPages (20130216035643)  (0.1ms) begin transaction  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to FlmsDeviseCreateUsers (20130208224914) Migrating to FlmsCreatePages (20130216032241)  (0.1ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (3.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to FlmsDeviseCreateUsers (20130208224914)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "flms_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_flms_users_on_email" ON "flms_users" ("email")  (0.1ms) CREATE UNIQUE INDEX "index_flms_users_on_reset_password_token" ON "flms_users" ("reset_password_token")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130208224914')  (0.7ms) commit transaction Migrating to FlmsCreatePages (20130216032241)  (0.3ms) begin transaction  (0.3ms) CREATE TABLE "flms_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "url" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_flms_pages_on_url" ON "flms_pages" ("url")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130216032241')  (0.8ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml  (2.6ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to FlmsDeviseCreateUsers (20130208224914)  (0.0ms) BEGIN  (3.1ms) CREATE TABLE "flms_users" ("id" serial primary key, "email" character varying(255) DEFAULT '' NOT NULL, "encrypted_password" character varying(255) DEFAULT '' NOT NULL, "reset_password_token" character varying(255), "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" timestamp, "last_sign_in_at" timestamp, "current_sign_in_ip" character varying(255), "last_sign_in_ip" character varying(255), "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.6ms) CREATE UNIQUE INDEX "index_flms_users_on_email" ON "flms_users" ("email")  (0.5ms) CREATE UNIQUE INDEX "index_flms_users_on_reset_password_token" ON "flms_users" ("reset_password_token")  (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130208224914')  (0.3ms) COMMIT Migrating to FlmsCreatePages (20130216032241)  (0.1ms) BEGIN  (2.0ms) CREATE TABLE "flms_pages" ("id" serial primary key, "title" character varying(255), "url" character varying(255), "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.6ms) CREATE INDEX "index_flms_pages_on_url" ON "flms_pages" ("url")  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130216032241')  (0.4ms) COMMIT  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to FlmsDeviseCreateUsers (20130208224914) Migrating to FlmsCreatePages (20130216032241)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (111.9ms) DROP DATABASE IF EXISTS "flms_test"  (232.7ms) CREATE DATABASE "flms_test" ENCODING = 'unicode'  (6.1ms) CREATE TABLE "flms_pages" ("id" serial primary key, "title" character varying(255), "url" character varying(255), "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.8ms) CREATE INDEX "index_flms_pages_on_url" ON "flms_pages" ("url")  (3.8ms) CREATE TABLE "flms_users" ("id" serial primary key, "email" character varying(255) DEFAULT '' NOT NULL, "encrypted_password" character varying(255) DEFAULT '' NOT NULL, "reset_password_token" character varying(255), "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" timestamp, "last_sign_in_at" timestamp, "current_sign_in_ip" character varying(255), "last_sign_in_ip" character varying(255), "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.9ms) CREATE UNIQUE INDEX "index_flms_users_on_email" ON "flms_users" ("email")  (0.8ms) CREATE UNIQUE INDEX "index_flms_users_on_reset_password_token" ON "flms_users" ("reset_password_token")  (0.6ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20130216032241') Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to FlmsCreatePages (20130216032241)  (0.1ms) BEGIN  (0.6ms) DROP INDEX "index_flms_pages_on_url"  (0.8ms) DROP TABLE "flms_pages"  (0.3ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20130216032241'  (0.8ms) COMMIT  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to FlmsDeviseCreateUsers (20130208224914)  (0.1ms) BEGIN  (0.5ms) DROP INDEX "index_flms_users_on_reset_password_token"  (0.2ms) DROP INDEX "index_flms_users_on_email"  (0.9ms) DROP TABLE "flms_users"  (0.4ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20130208224914'  (2.6ms) COMMIT  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to FlmsDeviseCreateUsers (20130208224914)  (0.1ms) BEGIN  (7.3ms) CREATE TABLE "users" ("id" serial primary key, "email" character varying(255) DEFAULT '' NOT NULL, "encrypted_password" character varying(255) DEFAULT '' NOT NULL, "reset_password_token" character varying(255), "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" timestamp, "last_sign_in_at" timestamp, "current_sign_in_ip" character varying(255), "last_sign_in_ip" character varying(255), "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (1.0ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.6ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130208224914')  (0.5ms) COMMIT Migrating to FlmsCreatePages (20130216032241)  (0.2ms) BEGIN  (2.7ms) CREATE TABLE "flms_pages" ("id" serial primary key, "title" character varying(255), "url" character varying(255), "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.6ms) CREATE INDEX "index_flms_pages_on_url" ON "flms_pages" ("url")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130216032241')  (0.4ms) COMMIT  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (114.4ms) DROP DATABASE IF EXISTS "flms_test"  (236.2ms) CREATE DATABASE "flms_test" ENCODING = 'unicode'  (7.0ms) CREATE TABLE "flms_pages" ("id" serial primary key, "title" character varying(255), "url" character varying(255), "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.0ms) CREATE INDEX "index_flms_pages_on_url" ON "flms_pages" ("url")  (3.0ms) CREATE TABLE "users" ("id" serial primary key, "email" character varying(255) DEFAULT '' NOT NULL, "encrypted_password" character varying(255) DEFAULT '' NOT NULL, "reset_password_token" character varying(255), "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" timestamp, "last_sign_in_at" timestamp, "current_sign_in_ip" character varying(255), "last_sign_in_ip" character varying(255), "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.6ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (0.6ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20130216032241') Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-02-20 17:21:15 -0800 ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms) Started GET "/flms" for 127.0.0.1 at 2013-02-20 17:21:45 -0800 ActionController::RoutingError (No route matches [GET] "/flms"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/admin/" for 127.0.0.1 at 2013-02-20 17:21:49 -0800 ActionController::RoutingError (uninitialized constant Flms::Admin): activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2192613382417391901__call__1177928453199086765__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/admin/pages" for 127.0.0.1 at 2013-02-20 17:21:51 -0800 ActionController::RoutingError (uninitialized constant Flms::Admin): activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2192613382417391901__call__1177928453199086765__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 17:21:54 -0800 ActionController::RoutingError (No route matches [GET] "/flms/pages"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/users" for 127.0.0.1 at 2013-02-20 17:22:21 -0800 ActionController::RoutingError (No route matches [GET] "/users"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/users/signin" for 127.0.0.1 at 2013-02-20 17:22:36 -0800 ActionController::RoutingError (No route matches [GET] "/users/signin"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/users/sign_in" for 127.0.0.1 at 2013-02-20 17:22:42 -0800 ActionController::RoutingError (No route matches [GET] "/users/sign_in"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/users/sign_in" for 127.0.0.1 at 2013-02-20 17:23:01 -0800 ActionController::RoutingError (No route matches [GET] "/users/sign_in"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/admin" for 127.0.0.1 at 2013-02-20 17:23:38 -0800 ActionController::RoutingError (No route matches [GET] "/admin"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started GET "/admin/pages" for 127.0.0.1 at 2013-02-20 17:23:39 -0800 ActionController::RoutingError (No route matches [GET] "/admin/pages"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started GET "/flms/admin/pages" for 127.0.0.1 at 2013-02-20 17:23:43 -0800 ActionController::RoutingError (uninitialized constant Flms::Admin): activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1832379082673727694__call__3718068966041765816__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/admin/pages" for 127.0.0.1 at 2013-02-20 17:23:55 -0800 ActionController::RoutingError (uninitialized constant Flms::Admin): activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1832379082673727694__call__3718068966041765816__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started GET "/flms/admin/pages" for 127.0.0.1 at 2013-02-20 17:24:35 -0800 ActionController::RoutingError (uninitialized constant Flms::Admin): activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1832379082673727694__call__3718068966041765816__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started GET "/flms/admin/pages" for 127.0.0.1 at 2013-02-20 17:24:36 -0800 ActionController::RoutingError (uninitialized constant Flms::Admin): activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1832379082673727694__call__3718068966041765816__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/flms/admin/pages" for 127.0.0.1 at 2013-02-20 17:24:53 -0800 ActionController::RoutingError (uninitialized constant Flms::Admin): activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1832379082673727694__call__3718068966041765816__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Connecting to database specified by database.yml Started GET "/flms/admin/pages" for 127.0.0.1 at 2013-02-20 17:25:00 -0800 ActionController::RoutingError (uninitialized constant Flms::Admin): activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3137746068415698795__call__4582648490418497058__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 17:25:57 -0800 Processing by Flms::PagesController#index as HTML Completed 500 Internal Server Error in 5ms ActionView::MissingTemplate (Missing template flms/pages/index, flms/application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in: * "/Users/kevin/flms/spec/dummy/app/views" * "/Users/kevin/flms/app/views" ): actionpack (3.2.12) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.12) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__166278504464601506__process_action__596894173447816185__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4061262889077478113__call__4212545903519686110__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (1.1ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 17:27:11 -0800 Processing by Flms::PagesController#index as HTML Completed 500 Internal Server Error in 1ms ActionView::MissingTemplate (Missing template flms/pages/index, flms/application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in: * "/Users/kevin/flms/spec/dummy/app/views" * "/Users/kevin/flms/app/views" ): actionpack (3.2.12) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.12) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__166278504464601506__process_action__596894173447816185__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4061262889077478113__call__4212545903519686110__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 17:27:12 -0800 Processing by Flms::PagesController#index as HTML Completed 500 Internal Server Error in 1ms ActionView::MissingTemplate (Missing template flms/pages/index, flms/application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in: * "/Users/kevin/flms/spec/dummy/app/views" * "/Users/kevin/flms/app/views" ): actionpack (3.2.12) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.12) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__166278504464601506__process_action__596894173447816185__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4061262889077478113__call__4212545903519686110__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 17:27:25 -0800 Processing by Flms::PagesController#index as HTML Completed 500 Internal Server Error in 4ms ActionView::MissingTemplate (Missing template layouts/admin with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in: * "/Users/kevin/flms/spec/dummy/app/views" * "/Users/kevin/flms/app/views" ): actionpack (3.2.12) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.12) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:79:in `resolve_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:86:in `resolve_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:69:in `block in find_layout' actionpack (3.2.12) lib/action_view/lookup_context.rb:228:in `with_layout_format' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `with_layout_format' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:69:in `find_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:53:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__166278504464601506__process_action__596894173447816185__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4061262889077478113__call__4212545903519686110__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 17:28:30 -0800 Processing by Flms::PagesController#index as HTML Completed 500 Internal Server Error in 7ms ActionView::MissingTemplate (Missing template layouts/admin with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in: * "/Users/kevin/flms/spec/dummy/app/views" * "/Users/kevin/flms/app/views" ): actionpack (3.2.12) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.12) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:79:in `resolve_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:86:in `resolve_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:69:in `block in find_layout' actionpack (3.2.12) lib/action_view/lookup_context.rb:228:in `with_layout_format' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `with_layout_format' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:69:in `find_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:53:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__2552508886603779805__process_action__3569619820084708443__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__587194930559077467__call__725370093775361016__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.9ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 17:28:57 -0800 Processing by Flms::PagesController#index as HTML Completed 500 Internal Server Error in 1ms ActionView::MissingTemplate (Missing template flms/pages/index, flms/application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in: * "/Users/kevin/flms/spec/dummy/app/views" * "/Users/kevin/flms/app/views" ): actionpack (3.2.12) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.12) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__2552508886603779805__process_action__3569619820084708443__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__587194930559077467__call__725370093775361016__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms) Connecting to database specified by database.yml Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 17:32:09 -0800 Processing by Flms::PagesController#index as HTML Completed 500 Internal Server Error in 7ms ActionView::MissingTemplate (Missing template layouts/admin with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "/Users/kevin/flms/spec/dummy/app/views" * "/Users/kevin/flms/app/views" ): actionpack (3.2.12) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.12) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:79:in `resolve_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:86:in `resolve_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:69:in `block in find_layout' actionpack (3.2.12) lib/action_view/lookup_context.rb:228:in `with_layout_format' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `with_layout_format' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:69:in `find_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:53:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__4121125303473721936__process_action__4276234034505858867__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1059314763290150795__call__3365721530209422072__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 17:32:32 -0800 Processing by Flms::PagesController#index as HTML Completed 500 Internal Server Error in 3ms ActionView::MissingTemplate (Missing template layouts/admin with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "/Users/kevin/flms/spec/dummy/app/views" * "/Users/kevin/flms/app/views" ): actionpack (3.2.12) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.12) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:79:in `resolve_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:86:in `resolve_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:69:in `block in find_layout' actionpack (3.2.12) lib/action_view/lookup_context.rb:228:in `with_layout_format' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `with_layout_format' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:69:in `find_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:53:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__4121125303473721936__process_action__4276234034505858867__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1059314763290150795__call__3365721530209422072__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 17:32:33 -0800 Processing by Flms::PagesController#index as HTML Completed 500 Internal Server Error in 4ms ActionView::MissingTemplate (Missing template layouts/admin with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "/Users/kevin/flms/spec/dummy/app/views" * "/Users/kevin/flms/app/views" ): actionpack (3.2.12) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.12) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:79:in `resolve_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:86:in `resolve_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:69:in `block in find_layout' actionpack (3.2.12) lib/action_view/lookup_context.rb:228:in `with_layout_format' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `with_layout_format' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:69:in `find_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:53:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__4121125303473721936__process_action__4276234034505858867__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1059314763290150795__call__3365721530209422072__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 17:33:14 -0800 Processing by Flms::PagesController#index as HTML Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (22.9ms) Completed 500 Internal Server Error in 25ms ActionView::Template::Error (undefined method `each' for nil:NilClass): 8: %th 9: 10: %tbody 11: - @pages.each do |page| 12: %tr 13: %td= link_to page.title, edit_admin_page_path(page) 14: %td= link_to 'delete', admin_page_path(page), method: :delete, data: { confirm: 'Are you sure?' } /Users/kevin/flms/app/views/flms/pages/index.html.haml:11:in `___sers_kevin_flms_app_views_flms_pages_index_html_haml__138932508872968610_70104119706020' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__4121125303473721936__process_action__4276234034505858867__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1059314763290150795__call__3365721530209422072__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (28.4ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (34.9ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 17:33:33 -0800 Processing by Flms::PagesController#index as HTML Completed 500 Internal Server Error in 3ms NameError (uninitialized constant Page): activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.12) lib/active_support/core_ext/string/inflections.rb:54:in `constantize' cancan (1.6.9) lib/cancan/controller_resource.rb:145:in `resource_class' cancan (1.6.9) lib/cancan/controller_resource.rb:185:in `resource_base' cancan (1.6.9) lib/cancan/controller_resource.rb:77:in `load_collection?' cancan (1.6.9) lib/cancan/controller_resource.rb:33:in `load_resource' cancan (1.6.9) lib/cancan/controller_resource.rb:25:in `load_and_authorize_resource' cancan (1.6.9) lib/cancan/controller_resource.rb:10:in `block in add_before_filter' activesupport (3.2.12) lib/active_support/callbacks.rb:407:in `_run__4121125303473721936__process_action__4276234034505858867__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1059314763290150795__call__3365721530209422072__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 17:34:34 -0800 Processing by Flms::PagesController#index as HTML Completed 500 Internal Server Error in 1ms NameError (uninitialized constant Ability): cancan (1.6.9) lib/cancan/controller_additions.rb:352:in `current_ability' cancan (1.6.9) lib/cancan/controller_resource.rb:207:in `current_ability' cancan (1.6.9) lib/cancan/controller_resource.rb:77:in `load_collection?' cancan (1.6.9) lib/cancan/controller_resource.rb:33:in `load_resource' cancan (1.6.9) lib/cancan/controller_resource.rb:25:in `load_and_authorize_resource' cancan (1.6.9) lib/cancan/controller_resource.rb:10:in `block in add_before_filter' activesupport (3.2.12) lib/active_support/callbacks.rb:407:in `_run__4121125303473721936__process_action__4276234034505858867__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1059314763290150795__call__3365721530209422072__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.2ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 17:35:33 -0800 Processing by Flms::PagesController#index as HTML Completed 500 Internal Server Error in 3ms NameError (undefined local variable or method `current_user' for #): cancan (1.6.9) lib/cancan/controller_additions.rb:352:in `current_ability' cancan (1.6.9) lib/cancan/controller_resource.rb:207:in `current_ability' cancan (1.6.9) lib/cancan/controller_resource.rb:77:in `load_collection?' cancan (1.6.9) lib/cancan/controller_resource.rb:33:in `load_resource' cancan (1.6.9) lib/cancan/controller_resource.rb:25:in `load_and_authorize_resource' cancan (1.6.9) lib/cancan/controller_resource.rb:10:in `block in add_before_filter' activesupport (3.2.12) lib/active_support/callbacks.rb:407:in `_run__4121125303473721936__process_action__4276234034505858867__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1059314763290150795__call__3365721530209422072__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.3ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 17:36:34 -0800 Processing by Flms::PagesController#index as HTML Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (3.8ms) Completed 500 Internal Server Error in 24ms ActionView::Template::Error (undefined local variable or method `new_admin_page_path' for #<#:0x007f84c4a162b0>): 15: 16: %br 17: 18: = link_to 'New Page', new_admin_page_path, class: 'btn btn-success' /Users/kevin/flms/app/views/flms/pages/index.html.haml:18:in `___sers_kevin_flms_app_views_flms_pages_index_html_haml__138932508872968610_70104119706020' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__4121125303473721936__process_action__4276234034505858867__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1059314763290150795__call__3365721530209422072__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.1ms) Connecting to database specified by database.yml Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 17:37:37 -0800 Processing by Flms::PagesController#index as HTML Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (2.3ms) Completed 200 OK in 42ms (Views: 40.8ms | ActiveRecord: 0.3ms) Started GET "/assets/admin/admin.css" for 127.0.0.1 at 2013-02-20 17:37:37 -0800 Served asset /admin/admin.css - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/admin/admin.css"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/assets/admin/admin.js" for 127.0.0.1 at 2013-02-20 17:37:37 -0800 Served asset /admin/admin.js - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/admin/admin.js"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/assets/admin/admin.js" for 127.0.0.1 at 2013-02-20 17:37:46 -0800 Served asset /admin/admin.js - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/admin/admin.js"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/assets/admin/admin.js" for 127.0.0.1 at 2013-02-20 17:38:22 -0800 Served asset /admin/admin.js - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/admin/admin.js"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 17:38:23 -0800 Processing by Flms::PagesController#index as HTML Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.3ms) Compiled flms/admin/bootstrap.css (0ms) (pid 19007) Compiled flms/admin/home.css (139ms) (pid 19007) Compiled flms/admin/login.css (8ms) (pid 19007) Compiled flms/admin/admin.css (219ms) (pid 19007) Compiled jquery.js (28ms) (pid 19007) Compiled jquery_ujs.js (0ms) (pid 19007) Compiled flms/admin/bootstrap.min.js (0ms) (pid 19007) Compiled flms/admin/admin.js (77ms) (pid 19007) Completed 200 OK in 344ms (Views: 342.9ms | ActiveRecord: 0.3ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 17:38:26 -0800 Processing by Flms::PagesController#index as HTML Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.5ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 17:38:26 -0800 Served asset /flms/admin/admin.css - 200 OK (32ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 17:38:26 -0800 Served asset /flms/admin/home.css - 200 OK (1ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 17:38:26 -0800 Served asset /flms/admin/bootstrap.css - 200 OK (2ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 17:38:26 -0800 Served asset /flms/admin/login.css - 200 OK (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 17:38:26 -0800 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 17:38:26 -0800 Served asset /flms/admin/admin.js - 200 OK (4ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 17:38:26 -0800 Served asset /flms/admin/bootstrap.min.js - 200 OK (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 17:38:26 -0800 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/admin/pages" for 127.0.0.1 at 2013-02-20 17:38:32 -0800 ActionController::RoutingError (No route matches [GET] "/admin/pages"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started GET "/admin" for 127.0.0.1 at 2013-02-20 17:38:36 -0800 ActionController::RoutingError (No route matches [GET] "/admin"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/users" for 127.0.0.1 at 2013-02-20 17:38:41 -0800 Processing by Flms::UsersController#index as HTML Completed 500 Internal Server Error in 4ms NameError (undefined local variable or method `current_user' for #): cancan (1.6.9) lib/cancan/controller_additions.rb:352:in `current_ability' cancan (1.6.9) lib/cancan/controller_resource.rb:207:in `current_ability' cancan (1.6.9) lib/cancan/controller_resource.rb:77:in `load_collection?' cancan (1.6.9) lib/cancan/controller_resource.rb:33:in `load_resource' cancan (1.6.9) lib/cancan/controller_resource.rb:25:in `load_and_authorize_resource' cancan (1.6.9) lib/cancan/controller_resource.rb:10:in `block in add_before_filter' activesupport (3.2.12) lib/active_support/callbacks.rb:407:in `_run__2570135241187096095__process_action__4276234034505858867__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1059314763290150795__call__3365721530209422072__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.7ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 17:39:29 -0800 Processing by Flms::PagesController#index as HTML Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.4ms) Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.2ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 17:39:29 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 17:39:29 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 17:39:29 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 17:39:29 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 17:39:29 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 17:39:29 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 17:39:29 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/admin" for 127.0.0.1 at 2013-02-20 17:39:32 -0800 ActionController::RoutingError (No route matches [GET] "/admin"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/admin" for 127.0.0.1 at 2013-02-20 17:39:36 -0800 ActionController::RoutingError (uninitialized constant Flms::Admin): activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1059314763290150795__call__3365721530209422072__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/" for 127.0.0.1 at 2013-02-20 17:39:38 -0800 ActionController::RoutingError (No route matches [GET] "/flms"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/flms/admin" for 127.0.0.1 at 2013-02-20 17:39:43 -0800 ActionController::RoutingError (uninitialized constant Flms::Admin): activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1059314763290150795__call__3365721530209422072__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started GET "/flms/admin" for 127.0.0.1 at 2013-02-20 17:42:02 -0800 ActionController::RoutingError (uninitialized constant Flms::Admin): activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1059314763290150795__call__3365721530209422072__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Connecting to database specified by database.yml Started GET "/flms/admin" for 127.0.0.1 at 2013-02-20 17:42:39 -0800 Processing by Flms::AdminController#index as HTML Completed 500 Internal Server Error in 1ms ActionView::MissingTemplate (Missing template flms/admin/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "/Users/kevin/flms/spec/dummy/app/views" * "/Users/kevin/flms/app/views" ): actionpack (3.2.12) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.12) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__1688478376894738146__process_action__4276234034505858867__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1059314763290150795__call__3365721530209422072__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/flms/admin" for 127.0.0.1 at 2013-02-20 17:43:10 -0800 Processing by Flms::AdminController#index as HTML Rendered /Users/kevin/flms/app/views/flms/admin/index.html.haml within layouts/flms/admin (0.8ms) Completed 200 OK in 5ms (Views: 5.2ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 17:43:10 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 17:43:10 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 17:43:10 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 17:43:10 -0800 Served asset /jquery_ujs.js - 200 OK (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 17:43:10 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 17:43:10 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 17:43:10 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 17:43:10 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/admin" for 127.0.0.1 at 2013-02-20 17:43:13 -0800 ActionController::RoutingError (No route matches [GET] "/admin"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started GET "/flms/admin" for 127.0.0.1 at 2013-02-20 17:43:33 -0800 Processing by Flms::AdminController#index as HTML Rendered /Users/kevin/flms/app/views/flms/admin/index.html.haml within layouts/flms/admin (0.1ms) Completed 200 OK in 10ms (Views: 10.0ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 17:43:33 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 17:43:33 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 17:43:33 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 17:43:33 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 17:43:33 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 17:43:33 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 17:43:33 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 17:43:33 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/flms/admin" for 127.0.0.1 at 2013-02-20 17:43:40 -0800 Processing by Flms::AdminController#index as HTML Rendered /Users/kevin/flms/app/views/flms/admin/index.html.haml within layouts/flms/admin (0.1ms) Completed 200 OK in 29ms (Views: 28.9ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 17:43:40 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 17:43:40 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 17:43:40 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 17:43:40 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 17:43:40 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 17:43:40 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 17:43:40 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 17:43:40 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/admin/pages" for 127.0.0.1 at 2013-02-20 17:43:41 -0800 ActionController::RoutingError (No route matches [GET] "/admin/pages"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/admin" for 127.0.0.1 at 2013-02-20 17:43:51 -0800 Processing by Flms::AdminController#index as HTML Rendered /Users/kevin/flms/app/views/flms/admin/index.html.haml within layouts/flms/admin (0.1ms) Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 17:43:51 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 17:43:51 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 17:43:52 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 17:43:52 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 17:43:52 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 17:43:52 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 17:43:52 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 17:43:52 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 17:43:53 -0800 Processing by Flms::PagesController#index as HTML Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.4ms) Completed 200 OK in 8ms (Views: 4.7ms | ActiveRecord: 2.1ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 17:43:53 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 17:43:53 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 17:43:53 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 17:43:53 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 17:43:53 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 17:43:53 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 17:43:53 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 17:43:53 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/flms/users" for 127.0.0.1 at 2013-02-20 17:43:54 -0800 Processing by Flms::UsersController#index as HTML Completed 500 Internal Server Error in 4ms NameError (undefined local variable or method `current_user' for #): cancan (1.6.9) lib/cancan/controller_additions.rb:352:in `current_ability' cancan (1.6.9) lib/cancan/controller_resource.rb:207:in `current_ability' cancan (1.6.9) lib/cancan/controller_resource.rb:77:in `load_collection?' cancan (1.6.9) lib/cancan/controller_resource.rb:33:in `load_resource' cancan (1.6.9) lib/cancan/controller_resource.rb:25:in `load_and_authorize_resource' cancan (1.6.9) lib/cancan/controller_resource.rb:10:in `block in add_before_filter' activesupport (3.2.12) lib/active_support/callbacks.rb:407:in `_run__2570135241187096095__process_action__4276234034505858867__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1059314763290150795__call__3365721530209422072__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.3ms) Started GET "/admin" for 127.0.0.1 at 2013-02-20 17:43:57 -0800 ActionController::RoutingError (No route matches [GET] "/admin"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/admin" for 127.0.0.1 at 2013-02-20 17:44:06 -0800 ActionController::RoutingError (No route matches [GET] "/admin"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/admin" for 127.0.0.1 at 2013-02-20 17:44:12 -0800 Processing by Flms::AdminController#index as HTML Rendered /Users/kevin/flms/app/views/flms/admin/index.html.haml within layouts/flms/admin (0.1ms) Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 17:44:13 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 17:44:13 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 17:44:13 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 17:44:13 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 17:44:13 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 17:44:13 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 17:44:13 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 17:44:13 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/flms/admin" for 127.0.0.1 at 2013-02-20 17:44:19 -0800 Processing by Flms::AdminController#index as HTML Rendered /Users/kevin/flms/app/views/flms/admin/index.html.haml within layouts/flms/admin (0.1ms) Completed 200 OK in 30ms (Views: 29.5ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 17:44:19 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 17:44:19 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 17:44:19 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 17:44:19 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 17:44:19 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 17:44:19 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 17:44:19 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 17:44:19 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 17:44:20 -0800 Processing by Flms::PagesController#index as HTML Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.4ms) Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 17:44:20 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 17:44:20 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 17:44:20 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 17:44:20 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 17:44:20 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 17:44:20 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 17:44:20 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 17:44:20 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/flms/admin" for 127.0.0.1 at 2013-02-20 17:44:21 -0800 Processing by Flms::AdminController#index as HTML Rendered /Users/kevin/flms/app/views/flms/admin/index.html.haml within layouts/flms/admin (0.1ms) Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 17:44:21 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 17:44:21 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 17:44:21 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 17:44:21 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 17:44:21 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 17:44:21 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 17:44:21 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 17:44:21 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 17:44:22 -0800 Processing by Flms::PagesController#index as HTML Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.5ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 17:44:22 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 17:44:22 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 17:44:22 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 17:44:22 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 17:44:22 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 17:44:22 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 17:44:22 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 17:44:22 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/flms/admin" for 127.0.0.1 at 2013-02-20 17:44:23 -0800 Processing by Flms::AdminController#index as HTML Rendered /Users/kevin/flms/app/views/flms/admin/index.html.haml within layouts/flms/admin (0.1ms) Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 17:44:23 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 17:44:23 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 17:44:23 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 17:44:23 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 17:44:23 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 17:44:23 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 17:44:23 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 17:44:23 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 17:45:39 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/flms/admin" for 127.0.0.1 at 2013-02-20 17:46:30 -0800 Processing by Flms::AdminController#index as HTML Rendered /Users/kevin/flms/app/views/flms/admin/index.html.haml within layouts/flms/admin (0.1ms) Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 17:46:30 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 17:46:30 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 17:46:30 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 17:46:30 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 17:46:30 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 17:46:30 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 17:46:30 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/flms/admin" for 127.0.0.1 at 2013-02-20 17:46:32 -0800 Processing by Flms::AdminController#index as HTML Rendered /Users/kevin/flms/app/views/flms/admin/index.html.haml within layouts/flms/admin (0.1ms) Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 17:46:32 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 17:46:32 -0800 Served asset /jquery_ujs.js - 200 OK (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 17:46:32 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 17:46:32 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 17:46:32 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 17:46:32 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 17:46:32 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 17:46:32 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 17:46:34 -0800 Processing by Flms::PagesController#index as HTML Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.4ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 17:46:34 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 17:46:34 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 17:46:34 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 17:46:34 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 17:46:34 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 17:46:34 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 17:46:34 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/flms/admin" for 127.0.0.1 at 2013-02-20 17:46:36 -0800 Processing by Flms::AdminController#index as HTML Rendered /Users/kevin/flms/app/views/flms/admin/index.html.haml within layouts/flms/admin (0.1ms) Completed 200 OK in 4ms (Views: 4.3ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 17:46:36 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 17:46:36 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 17:46:36 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 17:46:36 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 17:46:36 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 17:46:36 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 17:46:39 -0800 Processing by Flms::PagesController#index as HTML Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.4ms) Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 17:46:39 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 17:46:39 -0800 Served asset /flms/admin/bootstrap.min.js - 200 OK (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 17:46:39 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 17:46:39 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 17:46:39 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 17:46:39 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 17:46:39 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/flms/users" for 127.0.0.1 at 2013-02-20 17:47:33 -0800 Processing by Flms::UsersController#index as HTML Completed 500 Internal Server Error in 4ms NameError (undefined local variable or method `current_user' for #): cancan (1.6.9) lib/cancan/controller_additions.rb:352:in `current_ability' cancan (1.6.9) lib/cancan/controller_resource.rb:207:in `current_ability' cancan (1.6.9) lib/cancan/controller_resource.rb:77:in `load_collection?' cancan (1.6.9) lib/cancan/controller_resource.rb:33:in `load_resource' cancan (1.6.9) lib/cancan/controller_resource.rb:25:in `load_and_authorize_resource' cancan (1.6.9) lib/cancan/controller_resource.rb:10:in `block in add_before_filter' activesupport (3.2.12) lib/active_support/callbacks.rb:407:in `_run__2570135241187096095__process_action__4276234034505858867__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1059314763290150795__call__3365721530209422072__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.1ms) Started GET "/flms/users" for 127.0.0.1 at 2013-02-20 17:48:59 -0800 Processing by Flms::UsersController#index as HTML Completed 500 Internal Server Error in 1ms ActionView::MissingTemplate (Missing template flms/users/index, flms/application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "/Users/kevin/flms/spec/dummy/app/views" * "/Users/kevin/flms/app/views" ): actionpack (3.2.12) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.12) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__2570135241187096095__process_action__4276234034505858867__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1059314763290150795__call__3365721530209422072__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/flms/users" for 127.0.0.1 at 2013-02-20 17:49:50 -0800 Processing by Flms::UsersController#index as HTML Completed 500 Internal Server Error in 3ms ActionView::MissingTemplate (Missing template layouts/admin with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "/Users/kevin/flms/spec/dummy/app/views" * "/Users/kevin/flms/app/views" ): actionpack (3.2.12) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.12) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:79:in `resolve_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:86:in `resolve_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:69:in `block in find_layout' actionpack (3.2.12) lib/action_view/lookup_context.rb:228:in `with_layout_format' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `with_layout_format' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:69:in `find_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:53:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__2570135241187096095__process_action__4276234034505858867__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1059314763290150795__call__3365721530209422072__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/flms/users" for 127.0.0.1 at 2013-02-20 17:50:04 -0800 Processing by Flms::UsersController#index as HTML Rendered /Users/kevin/flms/app/views/flms/users/index.html.haml within layouts/flms/admin (0.5ms) Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 17:50:04 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 17:50:04 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 17:50:04 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 17:50:04 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 17:50:04 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 17:50:04 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 17:50:04 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 17:50:04 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 17:50:07 -0800 Processing by Flms::PagesController#index as HTML Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.4ms) Completed 200 OK in 8ms (Views: 4.7ms | ActiveRecord: 2.3ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 17:50:07 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 17:50:07 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 17:50:07 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 17:50:07 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 17:50:07 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 17:50:07 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 17:50:07 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/flms/users" for 127.0.0.1 at 2013-02-20 17:50:08 -0800 Processing by Flms::UsersController#index as HTML Rendered /Users/kevin/flms/app/views/flms/users/index.html.haml within layouts/flms/admin (0.1ms) Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 17:50:08 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 17:50:08 -0800 Served asset /jquery_ujs.js - 200 OK (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 17:50:08 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 17:50:08 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 17:50:08 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 17:50:08 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 17:50:08 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 17:50:08 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/flms/users" for 127.0.0.1 at 2013-02-20 17:50:20 -0800 Processing by Flms::UsersController#index as HTML Rendered /Users/kevin/flms/app/views/flms/users/index.html.haml within layouts/flms/admin (2.4ms) Completed 500 Internal Server Error in 4ms ActionView::Template::Error (undefined method `each' for nil:NilClass): 8: %th 9: 10: %tbody 11: - @users.each do |user| 12: %tr 13: %td= user.email 14: %td= link_to 'delete', admin_user_path(user), method: :delete, data: { confirm: 'Are you sure?' } /Users/kevin/flms/app/views/flms/users/index.html.haml:11:in `___sers_kevin_flms_app_views_flms_users_index_html_haml___2494343241364985194_70104121728640' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__2570135241187096095__process_action__4276234034505858867__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1059314763290150795__call__3365721530209422072__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.4ms) Started GET "/flms/users" for 127.0.0.1 at 2013-02-20 17:50:41 -0800 Processing by Flms::UsersController#index as HTML User Load (0.5ms) SELECT "users".* FROM "users" Rendered /Users/kevin/flms/app/views/flms/users/index.html.haml within layouts/flms/admin (3.9ms) Completed 500 Internal Server Error in 9ms ActionView::Template::Error (undefined local variable or method `new_admin_user_path' for #<#:0x007f84c495d378>): 15: 16: %br 17: 18: = link_to 'New user', new_admin_user_path, class: 'btn btn-success' /Users/kevin/flms/app/views/flms/users/index.html.haml:18:in `___sers_kevin_flms_app_views_flms_users_index_html_haml___2494343241364985194_70104121728640' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__2570135241187096095__process_action__4276234034505858867__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1059314763290150795__call__3365721530209422072__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.0ms) Started GET "/flms/users" for 127.0.0.1 at 2013-02-20 17:50:49 -0800 Processing by Flms::UsersController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users"  Rendered /Users/kevin/flms/app/views/flms/users/index.html.haml within layouts/flms/admin (2.1ms) Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.2ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 17:50:49 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 17:50:49 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 17:50:49 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 17:50:49 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 17:50:49 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 17:50:49 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 17:50:49 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 17:50:49 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/flms/users/new" for 127.0.0.1 at 2013-02-20 17:50:51 -0800 Processing by Flms::UsersController#new as HTML Rendered /Users/kevin/flms/app/views/flms/users/_form.html.haml (3.2ms) Rendered /Users/kevin/flms/app/views/flms/users/new.html.haml within layouts/flms/admin (5.8ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (undefined method `model_name' for NilClass:Class): 1: = form_for [:admin, @user], html: {class: 'form-horizontal'} do |f| 2: %fieldset 3: %legend= caption 4: activemodel (3.2.12) lib/active_model/naming.rb:163:in `model_name_from_record_or_class' activemodel (3.2.12) lib/active_model/naming.rb:158:in `param_key' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:369:in `form_for' haml (3.1.8) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.8) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/kevin/flms/app/views/flms/users/_form.html.haml:1:in `___sers_kevin_flms_app_views_flms_users__form_html_haml___3339664257804220444_70104120956540' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.12) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.8) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.8) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.8) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/kevin/flms/app/views/flms/users/new.html.haml:2:in `___sers_kevin_flms_app_views_flms_users_new_html_haml___2254009509555053225_70104120825920' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__2570135241187096095__process_action__2225579239345447462__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1059314763290150795__call__3365721530209422072__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.4ms) Started GET "/flms/users/new" for 127.0.0.1 at 2013-02-20 17:50:59 -0800 Processing by Flms::UsersController#new as HTML Rendered /Users/kevin/flms/app/views/flms/users/_form.html.haml (5.9ms) Rendered /Users/kevin/flms/app/views/flms/users/new.html.haml within layouts/flms/admin (6.5ms) Completed 500 Internal Server Error in 19ms ActionView::Template::Error (undefined method `admin_users_path' for #<#:0x007f84c49362c8>): 1: = form_for [:admin, @user], html: {class: 'form-horizontal'} do |f| 2: %fieldset 3: %legend= caption 4: actionpack (3.2.12) lib/action_dispatch/routing/polymorphic_routes.rb:129:in `polymorphic_url' actionpack (3.2.12) lib/action_dispatch/routing/polymorphic_routes.rb:135:in `polymorphic_path' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:397:in `apply_form_for_options!' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:370:in `form_for' haml (3.1.8) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.8) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/kevin/flms/app/views/flms/users/_form.html.haml:1:in `___sers_kevin_flms_app_views_flms_users__form_html_haml___3339664257804220444_70104120956540' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.12) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.8) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.8) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.8) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/kevin/flms/app/views/flms/users/new.html.haml:2:in `___sers_kevin_flms_app_views_flms_users_new_html_haml___2254009509555053225_70104120825920' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__2570135241187096095__process_action__2225579239345447462__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1059314763290150795__call__3365721530209422072__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.6ms) Started GET "/flms/users/new" for 127.0.0.1 at 2013-02-20 17:51:12 -0800 Processing by Flms::UsersController#new as HTML Rendered /Users/kevin/flms/app/views/flms/users/_form.html.haml (11.1ms) Rendered /Users/kevin/flms/app/views/flms/users/new.html.haml within layouts/flms/admin (12.1ms) Completed 500 Internal Server Error in 14ms ActionView::Template::Error (undefined method `admin_users_path' for #<#:0x007f84c631ace8>): 1: = form_for [:admin, @user], html: {class: 'form-horizontal'} do |f| 2: %fieldset 3: %legend= caption 4: actionpack (3.2.12) lib/action_dispatch/routing/polymorphic_routes.rb:129:in `polymorphic_url' actionpack (3.2.12) lib/action_dispatch/routing/polymorphic_routes.rb:135:in `polymorphic_path' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:397:in `apply_form_for_options!' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:370:in `form_for' haml (3.1.8) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.8) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/kevin/flms/app/views/flms/users/_form.html.haml:1:in `___sers_kevin_flms_app_views_flms_users__form_html_haml___3339664257804220444_70104118890920' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.12) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.8) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.8) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.8) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/kevin/flms/app/views/flms/users/new.html.haml:2:in `___sers_kevin_flms_app_views_flms_users_new_html_haml___2254009509555053225_70104120825920' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__2570135241187096095__process_action__2225579239345447462__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1059314763290150795__call__3365721530209422072__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.8ms) Started GET "/flms/users/new" for 127.0.0.1 at 2013-02-20 17:51:33 -0800 Processing by Flms::UsersController#new as HTML Rendered /Users/kevin/flms/app/views/flms/users/_form.html.haml (10.7ms) Rendered /Users/kevin/flms/app/views/flms/users/new.html.haml within layouts/flms/admin (11.7ms) Completed 200 OK in 16ms (Views: 16.2ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 17:51:33 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 17:51:33 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 17:51:33 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 17:51:33 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 17:51:33 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 17:51:33 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 17:51:33 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 17:51:33 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started POST "/flms/users" for 127.0.0.1 at 2013-02-20 17:51:40 -0800 ActionController::RoutingError (uninitialized constant Flms::RegistrationsController): activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1059314763290150795__call__3365721530209422072__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started GET "/flms/users/new" for 127.0.0.1 at 2013-02-20 17:52:53 -0800 Processing by Flms::UsersController#new as HTML Rendered /Users/kevin/flms/app/views/flms/users/_form.html.haml (5.0ms) Rendered /Users/kevin/flms/app/views/flms/users/new.html.haml within layouts/flms/admin (5.8ms) Completed 200 OK in 10ms (Views: 9.9ms | ActiveRecord: 0.0ms) Started GET "/flms/users/new" for 127.0.0.1 at 2013-02-20 17:52:54 -0800 Processing by Flms::UsersController#new as HTML Rendered /Users/kevin/flms/app/views/flms/users/_form.html.haml (2.3ms) Rendered /Users/kevin/flms/app/views/flms/users/new.html.haml within layouts/flms/admin (3.2ms) Completed 200 OK in 7ms (Views: 7.3ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 17:52:54 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 17:52:54 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 17:52:54 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 17:52:54 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 17:52:54 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 17:52:54 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 17:52:54 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 17:52:54 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/flms/users/new" for 127.0.0.1 at 2013-02-20 17:52:55 -0800 Processing by Flms::UsersController#new as HTML Rendered /Users/kevin/flms/app/views/flms/users/_form.html.haml (2.3ms) Rendered /Users/kevin/flms/app/views/flms/users/new.html.haml within layouts/flms/admin (3.1ms) Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 17:52:55 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 17:52:55 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 17:52:55 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 17:52:55 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 17:52:55 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 17:52:55 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 17:52:55 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 17:52:55 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/flms/users/new" for 127.0.0.1 at 2013-02-20 17:52:55 -0800 Processing by Flms::UsersController#new as HTML Rendered /Users/kevin/flms/app/views/flms/users/_form.html.haml (2.5ms) Rendered /Users/kevin/flms/app/views/flms/users/new.html.haml within layouts/flms/admin (3.2ms) Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 17:52:55 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 17:52:55 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 17:52:55 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 17:52:55 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 17:52:55 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 17:52:55 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 17:52:55 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 17:52:55 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/flms/users/new" for 127.0.0.1 at 2013-02-20 17:52:55 -0800 Processing by Flms::UsersController#new as HTML Rendered /Users/kevin/flms/app/views/flms/users/_form.html.haml (7.8ms) Rendered /Users/kevin/flms/app/views/flms/users/new.html.haml within layouts/flms/admin (9.2ms) Completed 200 OK in 16ms (Views: 15.6ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 17:52:55 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 17:52:55 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 17:52:55 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 17:52:55 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 17:52:55 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 17:52:55 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 17:52:55 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 17:52:55 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/flms/users/new" for 127.0.0.1 at 2013-02-20 17:52:55 -0800 Processing by Flms::UsersController#new as HTML Rendered /Users/kevin/flms/app/views/flms/users/_form.html.haml (2.9ms) Rendered /Users/kevin/flms/app/views/flms/users/new.html.haml within layouts/flms/admin (3.7ms) Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 17:52:55 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 17:52:55 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 17:52:55 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 17:52:55 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 17:52:55 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 17:52:55 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 17:52:55 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 17:52:55 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/flms/users/new" for 127.0.0.1 at 2013-02-20 17:52:56 -0800 Processing by Flms::UsersController#new as HTML Rendered /Users/kevin/flms/app/views/flms/users/_form.html.haml (2.5ms) Rendered /Users/kevin/flms/app/views/flms/users/new.html.haml within layouts/flms/admin (3.3ms) Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 17:52:56 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 17:52:56 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 17:52:56 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 17:52:56 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 17:52:56 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 17:52:56 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 17:52:56 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 17:52:56 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started POST "/flms/users" for 127.0.0.1 at 2013-02-20 17:53:01 -0800 ActionController::RoutingError (uninitialized constant Flms::RegistrationsController): activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1059314763290150795__call__3365721530209422072__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Connecting to database specified by database.yml Started GET "/flms/users" for 127.0.0.1 at 2013-02-20 17:54:30 -0800 Processing by Flms::UsersController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" Rendered /Users/kevin/flms/app/views/flms/users/index.html.haml within layouts/flms/admin (0.4ms) Completed 200 OK in 8ms (Views: 4.6ms | ActiveRecord: 2.1ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 17:54:30 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 17:54:30 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 17:54:30 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 17:54:30 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 17:54:30 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 17:54:30 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 17:54:30 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 17:54:30 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/flms/users/new" for 127.0.0.1 at 2013-02-20 17:54:33 -0800 Processing by Flms::UsersController#new as HTML Rendered /Users/kevin/flms/app/views/flms/users/_form.html.haml (2.7ms) Rendered /Users/kevin/flms/app/views/flms/users/new.html.haml within layouts/flms/admin (3.5ms) Completed 200 OK in 17ms (Views: 7.7ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 17:54:33 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 17:54:33 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 17:54:33 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 17:54:33 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 17:54:33 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 17:54:33 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 17:54:33 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 17:54:33 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started POST "/flms/users" for 127.0.0.1 at 2013-02-20 17:54:53 -0800 ActionController::RoutingError (uninitialized constant Flms::RegistrationsController): activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1059314763290150795__call__3365721530209422072__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/users/new" for 127.0.0.1 at 2013-02-20 17:55:39 -0800 Processing by Flms::UsersController#new as HTML Rendered /Users/kevin/flms/app/views/flms/users/_form.html.haml (8.6ms) Rendered /Users/kevin/flms/app/views/flms/users/new.html.haml within layouts/flms/admin (9.3ms) Completed 500 Internal Server Error in 11ms ActionView::Template::Error (undefined method `flms_users_path' for #<#:0x007f84c6159558>): 1: = form_for [:flms, @user], html: {class: 'form-horizontal'} do |f| 2: %fieldset 3: %legend= caption 4: actionpack (3.2.12) lib/action_dispatch/routing/polymorphic_routes.rb:129:in `polymorphic_url' actionpack (3.2.12) lib/action_dispatch/routing/polymorphic_routes.rb:135:in `polymorphic_path' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:397:in `apply_form_for_options!' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:370:in `form_for' haml (3.1.8) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.8) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/kevin/flms/app/views/flms/users/_form.html.haml:1:in `___sers_kevin_flms_app_views_flms_users__form_html_haml___3339664257804220444_70104117985340' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.12) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.8) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.8) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.8) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/kevin/flms/app/views/flms/users/new.html.haml:2:in `___sers_kevin_flms_app_views_flms_users_new_html_haml___2254009509555053225_70104120825920' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__2570135241187096095__process_action__2225579239345447462__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1059314763290150795__call__3365721530209422072__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.5ms) Started GET "/flms/users/new" for 127.0.0.1 at 2013-02-20 17:55:48 -0800 Processing by Flms::UsersController#new as HTML Rendered /Users/kevin/flms/app/views/flms/users/_form.html.haml (6.6ms) Rendered /Users/kevin/flms/app/views/flms/users/new.html.haml within layouts/flms/admin (7.6ms) Completed 200 OK in 12ms (Views: 12.1ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 17:55:48 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 17:55:48 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 17:55:48 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 17:55:48 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 17:55:48 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 17:55:48 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 17:55:48 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 17:55:48 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/flms/users/new" for 127.0.0.1 at 2013-02-20 18:01:55 -0800 Processing by Flms::UsersController#new as HTML Rendered /Users/kevin/flms/app/views/flms/users/_form.html.haml (9.3ms) Rendered /Users/kevin/flms/app/views/flms/users/new.html.haml within layouts/flms/admin (12.1ms) Completed 200 OK in 87ms (Views: 36.7ms | ActiveRecord: 7.6ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 18:01:55 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (8ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 18:01:55 -0800 Served asset /flms/admin/home.css - 304 Not Modified (1ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 18:01:55 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (4ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 18:01:55 -0800 Served asset /flms/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 18:01:55 -0800 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 18:01:55 -0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 18:01:55 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (2ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 18:01:55 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (4ms) Started GET "/flms/users/new" for 127.0.0.1 at 2013-02-20 18:01:56 -0800 Processing by Flms::UsersController#new as HTML Rendered /Users/kevin/flms/app/views/flms/users/_form.html.haml (2.5ms) Rendered /Users/kevin/flms/app/views/flms/users/new.html.haml within layouts/flms/admin (3.4ms) Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 18:01:56 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 18:01:56 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 18:01:56 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 18:01:56 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 18:01:56 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 18:01:56 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 18:01:56 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 18:01:56 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started POST "/flms/users" for 127.0.0.1 at 2013-02-20 18:02:01 -0800 Processing by Flms::UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"U2rVHQKq70KGj/4X711Kpbgw35S6H05EQ+PUKkbZh5c=", "user"=>{"email"=>"asonetuh@oenuthe.ede", "password"=>"[FILTERED]"}, "commit"=>"Create User"} Completed 500 Internal Server Error in 0ms NoMethodError (undefined method `save' for nil:NilClass): /Users/kevin/flms/app/controllers/flms/users_controller.rb:17:in `create' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__419766310851488851__process_action__2485231179868469668__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__499993887479259280__call__3482775651964735191__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.4ms) Started POST "/flms/users" for 127.0.0.1 at 2013-02-20 18:03:10 -0800 Processing by Flms::UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"U2rVHQKq70KGj/4X711Kpbgw35S6H05EQ+PUKkbZh5c=", "user"=>{"email"=>"asonetuh@oenuthe.ede", "password"=>"[FILTERED]"}, "commit"=>"Create User"}  (0.1ms) BEGIN User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'asonetuh@oenuthe.ede' LIMIT 1 SQL (1.7ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id" [["created_at", Thu, 21 Feb 2013 02:03:10 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "asonetuh@oenuthe.ede"], ["encrypted_password", "$2a$10$JqgxxaoNXciUbjIIXV.DHuDrwzbokwA6VTTDsLABXIPBH062nf2l."], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Thu, 21 Feb 2013 02:03:10 UTC +00:00]]  (1.1ms) COMMIT Redirected to http://localhost:3000/flms/users Completed 302 Found in 97ms (ActiveRecord: 9.4ms) Started GET "/flms/users" for 127.0.0.1 at 2013-02-20 18:03:10 -0800 Processing by Flms::UsersController#index as HTML User Load (0.4ms) SELECT "users".* FROM "users"  Rendered /Users/kevin/flms/app/views/flms/users/index.html.haml within layouts/flms/admin (6.9ms) Completed 500 Internal Server Error in 10ms ActionView::Template::Error (undefined method `admin_user_path' for #<#:0x007fe8542861c8>): 11: - @users.each do |user| 12: %tr 13: %td= user.email 14: %td= link_to 'delete', admin_user_path(user), method: :delete, data: { confirm: 'Are you sure?' } 15: 16: %br 17: /Users/kevin/flms/app/views/flms/users/index.html.haml:14:in `block in ___sers_kevin_flms_app_views_flms_users_index_html_haml__1824909369365412171_70317910555120' /Users/kevin/flms/app/views/flms/users/index.html.haml:11:in `each' /Users/kevin/flms/app/views/flms/users/index.html.haml:11:in `___sers_kevin_flms_app_views_flms_users_index_html_haml__1824909369365412171_70317910555120' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__419766310851488851__process_action__4590362576383163702__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__499993887479259280__call__3482775651964735191__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.6ms) Started GET "/flms/users" for 127.0.0.1 at 2013-02-20 18:03:39 -0800 Processing by Flms::UsersController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" Rendered /Users/kevin/flms/app/views/flms/users/index.html.haml within layouts/flms/admin (2.5ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 18:03:39 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 18:03:39 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 18:03:39 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 18:03:39 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 18:03:39 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 18:03:39 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 18:03:39 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 18:03:39 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/flms/users/new" for 127.0.0.1 at 2013-02-20 18:03:43 -0800 Processing by Flms::UsersController#new as HTML Rendered /Users/kevin/flms/app/views/flms/users/_form.html.haml (2.6ms) Rendered /Users/kevin/flms/app/views/flms/users/new.html.haml within layouts/flms/admin (3.5ms) Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 18:03:43 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 18:03:43 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 18:03:43 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 18:03:43 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 18:03:43 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 18:03:43 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 18:03:43 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 18:03:43 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started POST "/flms/users" for 127.0.0.1 at 2013-02-20 18:03:49 -0800 Processing by Flms::UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"U2rVHQKq70KGj/4X711Kpbgw35S6H05EQ+PUKkbZh5c=", "user"=>{"email"=>"aaaa@oneuhdoe.ed", "password"=>"[FILTERED]"}, "commit"=>"Create User"}  (0.2ms) BEGIN User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'aaaa@oneuhdoe.ed' LIMIT 1 SQL (0.5ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id" [["created_at", Thu, 21 Feb 2013 02:03:49 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "aaaa@oneuhdoe.ed"], ["encrypted_password", "$2a$10$NAdW1Q34dXO1ZS3xaH7rl.4KwwFQaaPEYpbXP.SesyF5rdzQF622."], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Thu, 21 Feb 2013 02:03:49 UTC +00:00]]  (0.8ms) COMMIT Redirected to http://localhost:3000/flms/users Completed 302 Found in 70ms (ActiveRecord: 1.8ms) Started GET "/flms/users" for 127.0.0.1 at 2013-02-20 18:03:49 -0800 Processing by Flms::UsersController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users"  Rendered /Users/kevin/flms/app/views/flms/users/index.html.haml within layouts/flms/admin (1.0ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 18:03:49 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 18:03:49 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 18:03:49 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 18:03:49 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 18:03:49 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 18:03:49 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 18:03:49 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 18:03:49 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started DELETE "/flms/users/2" for 127.0.0.1 at 2013-02-20 18:03:53 -0800 Processing by Flms::UsersController#destroy as HTML Parameters: {"authenticity_token"=>"U2rVHQKq70KGj/4X711Kpbgw35S6H05EQ+PUKkbZh5c=", "id"=>"2"} Completed 500 Internal Server Error in 0ms NoMethodError (undefined method `destroy' for nil:NilClass): /Users/kevin/flms/app/controllers/flms/users_controller.rb:26:in `destroy' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__419766310851488851__process_action__3056170485917029248__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__499993887479259280__call__3482775651964735191__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.6ms) Started DELETE "/flms/users/2" for 127.0.0.1 at 2013-02-20 18:04:15 -0800 Processing by Flms::UsersController#destroy as HTML Parameters: {"authenticity_token"=>"U2rVHQKq70KGj/4X711Kpbgw35S6H05EQ+PUKkbZh5c=", "id"=>"2"} User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "2"]]  (0.2ms) BEGIN SQL (0.5ms) DELETE FROM "users" WHERE "users"."id" = $1 [["id", 2]]  (0.2ms) COMMIT Completed 500 Internal Server Error in 40ms NameError (undefined local variable or method `admin_users_path' for #): /Users/kevin/flms/app/controllers/flms/users_controller.rb:28:in `destroy' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__419766310851488851__process_action__3056170485917029248__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__499993887479259280__call__3482775651964735191__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.0ms) Started DELETE "/flms/users/2" for 127.0.0.1 at 2013-02-20 18:04:25 -0800 Processing by Flms::UsersController#destroy as HTML Parameters: {"authenticity_token"=>"U2rVHQKq70KGj/4X711Kpbgw35S6H05EQ+PUKkbZh5c=", "id"=>"2"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "2"]] Completed 404 Not Found in 4ms ActiveRecord::RecordNotFound (Couldn't find User with id=2): activerecord (3.2.12) lib/active_record/relation/finder_methods.rb:341:in `find_one' activerecord (3.2.12) lib/active_record/relation/finder_methods.rb:312:in `find_with_ids' activerecord (3.2.12) lib/active_record/relation/finder_methods.rb:107:in `find' activerecord (3.2.12) lib/active_record/querying.rb:5:in `find' /Users/kevin/flms/app/controllers/flms/users_controller.rb:26:in `destroy' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__419766310851488851__process_action__3056170485917029248__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__499993887479259280__call__3482775651964735191__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.4ms) Started GET "/flms/users" for 127.0.0.1 at 2013-02-20 18:04:30 -0800 Processing by Flms::UsersController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users"  Rendered /Users/kevin/flms/app/views/flms/users/index.html.haml within layouts/flms/admin (0.7ms) Completed 200 OK in 15ms (Views: 5.5ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 18:04:30 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 18:04:30 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 18:04:30 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 18:04:30 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 18:04:30 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 18:04:30 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 18:04:30 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 18:04:30 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started DELETE "/flms/users/1" for 127.0.0.1 at 2013-02-20 18:04:33 -0800 Processing by Flms::UsersController#destroy as HTML Parameters: {"authenticity_token"=>"U2rVHQKq70KGj/4X711Kpbgw35S6H05EQ+PUKkbZh5c=", "id"=>"1"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", "1"]]  (0.1ms) BEGIN SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = $1 [["id", 1]]  (2.2ms) COMMIT Redirected to http://localhost:3000/flms/users Completed 302 Found in 5ms (ActiveRecord: 2.7ms) Started GET "/flms/users" for 127.0.0.1 at 2013-02-20 18:04:33 -0800 Processing by Flms::UsersController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users" Rendered /Users/kevin/flms/app/views/flms/users/index.html.haml within layouts/flms/admin (0.3ms) Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 18:04:33 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 18:04:33 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 18:04:33 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 18:04:33 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 18:04:33 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 18:04:33 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 18:04:33 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 18:04:33 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 18:06:10 -0800 Processing by Flms::PagesController#index as HTML Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (2.2ms) Completed 200 OK in 10ms (Views: 7.0ms | ActiveRecord: 2.0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 18:06:10 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 18:06:10 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 18:06:10 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 18:06:10 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 18:06:10 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 18:06:10 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 18:06:10 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/flms/pages/new" for 127.0.0.1 at 2013-02-20 18:06:11 -0800 Processing by Flms::PagesController#new as HTML Rendered /Users/kevin/flms/app/views/flms/pages/_form.html.haml (4.2ms) Rendered /Users/kevin/flms/app/views/flms/pages/new.html.haml within layouts/flms/admin (5.9ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (undefined method `model_name' for NilClass:Class): 1: = form_for [:admin, @page], html: {class: 'form-horizontal'} do |f| 2: %fieldset 3: %legend= caption 4: activemodel (3.2.12) lib/active_model/naming.rb:163:in `model_name_from_record_or_class' activemodel (3.2.12) lib/active_model/naming.rb:158:in `param_key' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:369:in `form_for' haml (3.1.8) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.8) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/kevin/flms/app/views/flms/pages/_form.html.haml:1:in `___sers_kevin_flms_app_views_flms_pages__form_html_haml__289217258742130721_70317943611280' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.12) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.8) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.8) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.8) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/kevin/flms/app/views/flms/pages/new.html.haml:2:in `___sers_kevin_flms_app_views_flms_pages_new_html_haml___1224091703591848083_70317943510680' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__3709154844483844801__process_action__2959820844802486181__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__499993887479259280__call__3482775651964735191__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.9ms) Started GET "/flms/pages/new" for 127.0.0.1 at 2013-02-20 18:06:38 -0800 Processing by Flms::PagesController#new as HTML Rendered /Users/kevin/flms/app/views/flms/pages/_form.html.haml (4.4ms) Rendered /Users/kevin/flms/app/views/flms/pages/new.html.haml within layouts/flms/admin (5.3ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (undefined method `model_name' for NilClass:Class): 1: = form_for [@page], html: {class: 'form-horizontal'} do |f| 2: %fieldset 3: %legend= caption 4: activemodel (3.2.12) lib/active_model/naming.rb:163:in `model_name_from_record_or_class' activemodel (3.2.12) lib/active_model/naming.rb:158:in `param_key' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:369:in `form_for' haml (3.1.8) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.8) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/kevin/flms/app/views/flms/pages/_form.html.haml:1:in `___sers_kevin_flms_app_views_flms_pages__form_html_haml__289217258742130721_70317944886500' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.12) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.8) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.8) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.8) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/kevin/flms/app/views/flms/pages/new.html.haml:2:in `___sers_kevin_flms_app_views_flms_pages_new_html_haml___1224091703591848083_70317943510680' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__3709154844483844801__process_action__2959820844802486181__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__499993887479259280__call__3482775651964735191__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (20.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (25.5ms) Started GET "/flms/pages/new" for 127.0.0.1 at 2013-02-20 18:06:57 -0800 Processing by Flms::PagesController#new as HTML Rendered /Users/kevin/flms/app/views/flms/pages/_form.html.haml (10.0ms) Rendered /Users/kevin/flms/app/views/flms/pages/new.html.haml within layouts/flms/admin (10.6ms) Completed 500 Internal Server Error in 18ms ActionView::Template::Error (undefined local variable or method `admin_pages_path' for #<#:0x007fe8530528a8>): 26: .actions 27: = f.submit class: 'btn btn-primary' 28:       29: = link_to 'Back', admin_pages_path /Users/kevin/flms/app/views/flms/pages/_form.html.haml:29:in `block in ___sers_kevin_flms_app_views_flms_pages__form_html_haml__289217258742130721_70317901025920' haml (3.1.8) lib/haml/helpers/action_view_mods.rb:181:in `call' haml (3.1.8) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' haml (3.1.8) lib/haml/helpers.rb:255:in `with_tabs' haml (3.1.8) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' actionpack (3.2.12) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.12) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (3.1.8) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' actionpack (3.2.12) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (3.1.8) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (3.1.8) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' haml (3.1.8) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' /Users/kevin/flms/app/views/flms/pages/_form.html.haml:1:in `___sers_kevin_flms_app_views_flms_pages__form_html_haml__289217258742130721_70317901025920' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.12) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (3.1.8) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' haml (3.1.8) lib/haml/helpers.rb:90:in `non_haml' haml (3.1.8) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' /Users/kevin/flms/app/views/flms/pages/new.html.haml:2:in `___sers_kevin_flms_app_views_flms_pages_new_html_haml___1224091703591848083_70317943510680' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__3709154844483844801__process_action__2959820844802486181__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__499993887479259280__call__3482775651964735191__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.4ms) Started GET "/flms/pages/new" for 127.0.0.1 at 2013-02-20 18:07:07 -0800 Processing by Flms::PagesController#new as HTML Rendered /Users/kevin/flms/app/views/flms/pages/_form.html.haml (6.5ms) Rendered /Users/kevin/flms/app/views/flms/pages/new.html.haml within layouts/flms/admin (7.5ms) Completed 200 OK in 13ms (Views: 12.3ms | ActiveRecord: 0.0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 18:07:07 -0800 Served asset /jquery_ujs.js - 200 OK (0ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 18:07:07 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 18:07:07 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 18:07:07 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 18:07:07 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 18:07:07 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 18:07:07 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 18:07:07 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started POST "/flms/pages" for 127.0.0.1 at 2013-02-20 18:07:18 -0800 Processing by Flms::PagesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"U2rVHQKq70KGj/4X711Kpbgw35S6H05EQ+PUKkbZh5c=", "page"=>{"title"=>"aosnetuh", "url"=>"aousnth"}, "commit"=>"Create Page"} Completed 500 Internal Server Error in 0ms NoMethodError (undefined method `save' for nil:NilClass): /Users/kevin/flms/app/controllers/flms/pages_controller.rb:23:in `create' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__3709154844483844801__process_action__2485231179868469668__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__499993887479259280__call__3482775651964735191__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.6ms) Started POST "/flms/pages" for 127.0.0.1 at 2013-02-20 18:07:34 -0800 Processing by Flms::PagesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"U2rVHQKq70KGj/4X711Kpbgw35S6H05EQ+PUKkbZh5c=", "page"=>{"title"=>"aosnetuh", "url"=>"aousnth"}, "commit"=>"Create Page"}  (0.1ms) BEGIN SQL (0.8ms) INSERT INTO "flms_pages" ("created_at", "title", "updated_at", "url") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Thu, 21 Feb 2013 02:07:34 UTC +00:00], ["title", "aosnetuh"], ["updated_at", Thu, 21 Feb 2013 02:07:34 UTC +00:00], ["url", "aousnth"]]  (1.5ms) COMMIT Completed 500 Internal Server Error in 40ms NameError (undefined local variable or method `admin_pages_path' for #): /Users/kevin/flms/app/controllers/flms/pages_controller.rb:25:in `create' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__3709154844483844801__process_action__2485231179868469668__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__499993887479259280__call__3482775651964735191__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.7ms) Started POST "/flms/pages" for 127.0.0.1 at 2013-02-20 18:07:51 -0800 Processing by Flms::PagesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"U2rVHQKq70KGj/4X711Kpbgw35S6H05EQ+PUKkbZh5c=", "page"=>{"title"=>"aosnetuh", "url"=>"aousnth"}, "commit"=>"Create Page"}  (0.1ms) BEGIN SQL (0.5ms) INSERT INTO "flms_pages" ("created_at", "title", "updated_at", "url") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Thu, 21 Feb 2013 02:07:51 UTC +00:00], ["title", "aosnetuh"], ["updated_at", Thu, 21 Feb 2013 02:07:51 UTC +00:00], ["url", "aousnth"]]  (1.8ms) COMMIT Completed 500 Internal Server Error in 5ms NameError (undefined local variable or method `admin_pages_path' for #): /Users/kevin/flms/app/controllers/flms/pages_controller.rb:25:in `create' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__3709154844483844801__process_action__2485231179868469668__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__499993887479259280__call__3482775651964735191__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.2ms) Started POST "/flms/pages" for 127.0.0.1 at 2013-02-20 18:08:02 -0800 Processing by Flms::PagesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"U2rVHQKq70KGj/4X711Kpbgw35S6H05EQ+PUKkbZh5c=", "page"=>{"title"=>"aosnetuh", "url"=>"aousnth"}, "commit"=>"Create Page"}  (0.2ms) BEGIN SQL (0.3ms) INSERT INTO "flms_pages" ("created_at", "title", "updated_at", "url") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Thu, 21 Feb 2013 02:08:02 UTC +00:00], ["title", "aosnetuh"], ["updated_at", Thu, 21 Feb 2013 02:08:02 UTC +00:00], ["url", "aousnth"]]  (1.8ms) COMMIT Completed 500 Internal Server Error in 5ms NameError (undefined local variable or method `admin_pages_path' for #): /Users/kevin/flms/app/controllers/flms/pages_controller.rb:25:in `create' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__3709154844483844801__process_action__2485231179868469668__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__499993887479259280__call__3482775651964735191__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.3ms) Started POST "/flms/pages" for 127.0.0.1 at 2013-02-20 18:09:19 -0800 Processing by Flms::PagesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"U2rVHQKq70KGj/4X711Kpbgw35S6H05EQ+PUKkbZh5c=", "page"=>{"title"=>"aosnetuh", "url"=>"aousnth"}, "commit"=>"Create Page"}  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "flms_pages" ("created_at", "title", "updated_at", "url") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Thu, 21 Feb 2013 02:09:19 UTC +00:00], ["title", "aosnetuh"], ["updated_at", Thu, 21 Feb 2013 02:09:19 UTC +00:00], ["url", "aousnth"]]  (1.7ms) COMMIT Redirected to http://localhost:3000/flms/pages Completed 302 Found in 10ms (ActiveRecord: 3.9ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 18:09:19 -0800 Processing by Flms::PagesController#index as HTML Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (3.2ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 18:09:19 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 18:09:19 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 18:09:19 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 18:09:19 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 18:09:19 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 18:09:19 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 18:09:19 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 18:09:19 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started DELETE "/flms/pages/aousnth" for 127.0.0.1 at 2013-02-20 18:09:22 -0800 Processing by Flms::PagesController#destroy as HTML Parameters: {"authenticity_token"=>"U2rVHQKq70KGj/4X711Kpbgw35S6H05EQ+PUKkbZh5c=", "id"=>"aousnth"} Completed 500 Internal Server Error in 0ms NoMethodError (undefined method `destroy' for nil:NilClass): /Users/kevin/flms/app/controllers/flms/pages_controller.rb:40:in `destroy' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__3709154844483844801__process_action__3056170485917029248__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__499993887479259280__call__3482775651964735191__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.4ms) Started DELETE "/flms/pages/aousnth" for 127.0.0.1 at 2013-02-20 18:09:36 -0800 Processing by Flms::PagesController#destroy as HTML Parameters: {"authenticity_token"=>"U2rVHQKq70KGj/4X711Kpbgw35S6H05EQ+PUKkbZh5c=", "id"=>"aousnth"} Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."id" = $1 LIMIT 1 [["id", "aousnth"]] Completed 404 Not Found in 3ms ActiveRecord::RecordNotFound (Couldn't find Flms::Page with id=aousnth): activerecord (3.2.12) lib/active_record/relation/finder_methods.rb:341:in `find_one' activerecord (3.2.12) lib/active_record/relation/finder_methods.rb:312:in `find_with_ids' activerecord (3.2.12) lib/active_record/relation/finder_methods.rb:107:in `find' activerecord (3.2.12) lib/active_record/querying.rb:5:in `find' /Users/kevin/flms/app/controllers/flms/pages_controller.rb:40:in `destroy' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__3709154844483844801__process_action__3056170485917029248__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__499993887479259280__call__3482775651964735191__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.2ms) Started DELETE "/flms/pages/aousnth" for 127.0.0.1 at 2013-02-20 18:09:44 -0800 Processing by Flms::PagesController#destroy as HTML Parameters: {"authenticity_token"=>"U2rVHQKq70KGj/4X711Kpbgw35S6H05EQ+PUKkbZh5c=", "id"=>"aousnth"} Completed 500 Internal Server Error in 3ms NoMethodError (undefined method `find_by_email' for #): activerecord (3.2.12) lib/active_record/dynamic_matchers.rb:27:in `method_missing' /Users/kevin/flms/app/controllers/flms/pages_controller.rb:40:in `destroy' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__3709154844483844801__process_action__3056170485917029248__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__499993887479259280__call__3482775651964735191__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.8ms) Started DELETE "/flms/pages/aousnth" for 127.0.0.1 at 2013-02-20 18:09:56 -0800 Processing by Flms::PagesController#destroy as HTML Parameters: {"authenticity_token"=>"U2rVHQKq70KGj/4X711Kpbgw35S6H05EQ+PUKkbZh5c=", "id"=>"aousnth"} Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'aousnth' LIMIT 1  (0.1ms) BEGIN SQL (0.3ms) DELETE FROM "flms_pages" WHERE "flms_pages"."id" = $1 [["id", 4]]  (1.8ms) COMMIT Redirected to http://localhost:3000/flms/pages Completed 302 Found in 14ms (ActiveRecord: 4.3ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 18:09:56 -0800 Processing by Flms::PagesController#index as HTML Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (1.3ms) Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 18:09:56 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 18:09:56 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 18:09:56 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 18:09:56 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 18:09:56 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 18:09:56 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 18:09:56 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 18:09:56 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started DELETE "/flms/pages/aousnth" for 127.0.0.1 at 2013-02-20 18:09:58 -0800 Processing by Flms::PagesController#destroy as HTML Parameters: {"authenticity_token"=>"U2rVHQKq70KGj/4X711Kpbgw35S6H05EQ+PUKkbZh5c=", "id"=>"aousnth"} Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'aousnth' LIMIT 1  (0.1ms) BEGIN SQL (0.2ms) DELETE FROM "flms_pages" WHERE "flms_pages"."id" = $1 [["id", 3]]  (1.6ms) COMMIT Redirected to http://localhost:3000/flms/pages Completed 302 Found in 4ms (ActiveRecord: 2.2ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 18:09:58 -0800 Processing by Flms::PagesController#index as HTML Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (1.0ms) Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 18:09:58 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 18:09:58 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 18:09:58 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 18:09:58 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 18:09:58 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 18:09:58 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 18:09:58 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 18:09:58 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started DELETE "/flms/pages/aousnth" for 127.0.0.1 at 2013-02-20 18:10:00 -0800 Processing by Flms::PagesController#destroy as HTML Parameters: {"authenticity_token"=>"U2rVHQKq70KGj/4X711Kpbgw35S6H05EQ+PUKkbZh5c=", "id"=>"aousnth"} Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'aousnth' LIMIT 1  (0.1ms) BEGIN SQL (0.2ms) DELETE FROM "flms_pages" WHERE "flms_pages"."id" = $1 [["id", 2]]  (1.6ms) COMMIT Redirected to http://localhost:3000/flms/pages Completed 302 Found in 4ms (ActiveRecord: 2.3ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 18:10:00 -0800 Processing by Flms::PagesController#index as HTML Flms::Page Load (0.4ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.7ms) Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 18:10:00 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 18:10:00 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 18:10:00 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 18:10:00 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 18:10:00 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 18:10:00 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 18:10:00 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 18:10:00 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started DELETE "/flms/pages/aousnth" for 127.0.0.1 at 2013-02-20 18:10:02 -0800 Processing by Flms::PagesController#destroy as HTML Parameters: {"authenticity_token"=>"U2rVHQKq70KGj/4X711Kpbgw35S6H05EQ+PUKkbZh5c=", "id"=>"aousnth"} Flms::Page Load (0.5ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'aousnth' LIMIT 1  (0.1ms) BEGIN SQL (0.2ms) DELETE FROM "flms_pages" WHERE "flms_pages"."id" = $1 [["id", 1]]  (1.8ms) COMMIT Redirected to http://localhost:3000/flms/pages Completed 302 Found in 4ms (ActiveRecord: 2.6ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 18:10:02 -0800 Processing by Flms::PagesController#index as HTML Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.4ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.2ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 18:10:02 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 18:10:02 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 18:10:02 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 18:10:02 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 18:10:02 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 18:10:02 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 18:10:02 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 18:10:02 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/flms/pages/new" for 127.0.0.1 at 2013-02-20 18:10:03 -0800 Processing by Flms::PagesController#new as HTML Rendered /Users/kevin/flms/app/views/flms/pages/_form.html.haml (3.2ms) Rendered /Users/kevin/flms/app/views/flms/pages/new.html.haml within layouts/flms/admin (4.1ms) Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 18:10:03 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 18:10:03 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 18:10:03 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 18:10:03 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 18:10:03 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 18:10:03 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 18:10:03 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 18:10:03 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started POST "/flms/pages" for 127.0.0.1 at 2013-02-20 18:10:05 -0800 Processing by Flms::PagesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"U2rVHQKq70KGj/4X711Kpbgw35S6H05EQ+PUKkbZh5c=", "page"=>{"title"=>"onteuh", "url"=>"oneuth"}, "commit"=>"Create Page"}  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "flms_pages" ("created_at", "title", "updated_at", "url") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Thu, 21 Feb 2013 02:10:05 UTC +00:00], ["title", "onteuh"], ["updated_at", Thu, 21 Feb 2013 02:10:05 UTC +00:00], ["url", "oneuth"]]  (0.3ms) COMMIT Redirected to http://localhost:3000/flms/pages Completed 302 Found in 3ms (ActiveRecord: 0.9ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 18:10:05 -0800 Processing by Flms::PagesController#index as HTML Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.7ms) Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.2ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 18:10:05 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 18:10:05 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 18:10:05 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 18:10:05 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 18:10:05 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 18:10:05 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 18:10:05 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 18:10:05 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/flms/pages/oneuth/edit" for 127.0.0.1 at 2013-02-20 18:10:08 -0800 Processing by Flms::PagesController#edit as HTML Parameters: {"id"=>"oneuth"} Rendered /Users/kevin/flms/app/views/flms/pages/edit.html.haml within layouts/flms/admin (1.5ms) Completed 500 Internal Server Error in 3ms ActionView::Template::Error (undefined method `title' for nil:NilClass): 1: .login.container 2: = render partial: 'form', locals: { caption: "Editing '#{@page.title}'" } /Users/kevin/flms/app/views/flms/pages/edit.html.haml:2:in `___sers_kevin_flms_app_views_flms_pages_edit_html_haml__1101066933755770495_70317945374640' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__3709154844483844801__process_action__1658282865774395606__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__499993887479259280__call__3482775651964735191__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.1ms) Started GET "/flms/pages/oneuth/edit" for 127.0.0.1 at 2013-02-20 18:10:11 -0800 Processing by Flms::PagesController#edit as HTML Parameters: {"id"=>"oneuth"} Rendered /Users/kevin/flms/app/views/flms/pages/edit.html.haml within layouts/flms/admin (0.7ms) Completed 500 Internal Server Error in 2ms ActionView::Template::Error (undefined method `title' for nil:NilClass): 1: .login.container 2: = render partial: 'form', locals: { caption: "Editing '#{@page.title}'" } /Users/kevin/flms/app/views/flms/pages/edit.html.haml:2:in `___sers_kevin_flms_app_views_flms_pages_edit_html_haml__1101066933755770495_70317945374640' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__3709154844483844801__process_action__1658282865774395606__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__499993887479259280__call__3482775651964735191__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.6ms) Started GET "/flms/pages/oneuth/edit" for 127.0.0.1 at 2013-02-20 18:10:24 -0800 Processing by Flms::PagesController#edit as HTML Parameters: {"id"=>"oneuth"} Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'oneuth' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/pages/_form.html.haml (2.9ms) Rendered /Users/kevin/flms/app/views/flms/pages/edit.html.haml within layouts/flms/admin (3.6ms) Completed 200 OK in 15ms (Views: 7.8ms | ActiveRecord: 2.3ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 18:10:24 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 18:10:24 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 18:10:24 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 18:10:24 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 18:10:24 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 18:10:24 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 18:10:24 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 18:10:24 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started PUT "/flms/pages/oneuth" for 127.0.0.1 at 2013-02-20 18:10:34 -0800 Processing by Flms::PagesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"U2rVHQKq70KGj/4X711Kpbgw35S6H05EQ+PUKkbZh5c=", "page"=>{"title"=>"onteuh2222", "url"=>"oneuth22aaa"}, "commit"=>"Update Page", "id"=>"oneuth"} Completed 500 Internal Server Error in 0ms NoMethodError (undefined method `update_attributes' for nil:NilClass): /Users/kevin/flms/app/controllers/flms/pages_controller.rb:33:in `update' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__3709154844483844801__process_action__3312039894177130206__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__499993887479259280__call__3482775651964735191__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.7ms) Started PUT "/flms/pages/oneuth" for 127.0.0.1 at 2013-02-20 18:10:46 -0800 Processing by Flms::PagesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"U2rVHQKq70KGj/4X711Kpbgw35S6H05EQ+PUKkbZh5c=", "page"=>{"title"=>"onteuh2222", "url"=>"oneuth22aaa"}, "commit"=>"Update Page", "id"=>"oneuth"} Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'oneuth' LIMIT 1  (0.2ms) BEGIN  (0.3ms) UPDATE "flms_pages" SET "title" = 'onteuh2222', "url" = 'oneuth22aaa', "updated_at" = '2013-02-21 02:10:46.359206' WHERE "flms_pages"."id" = 5  (1.7ms) COMMIT Redirected to http://localhost:3000/flms/pages Completed 302 Found in 11ms (ActiveRecord: 4.6ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 18:10:46 -0800 Processing by Flms::PagesController#index as HTML Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.7ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 18:10:46 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 18:10:46 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 18:10:46 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 18:10:46 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 18:10:46 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 18:10:46 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 18:10:46 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 18:10:46 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/flms/pages/oneuth22aaa/edit" for 127.0.0.1 at 2013-02-20 18:10:48 -0800 Processing by Flms::PagesController#edit as HTML Parameters: {"id"=>"oneuth22aaa"} Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'oneuth22aaa' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/pages/_form.html.haml (2.9ms) Rendered /Users/kevin/flms/app/views/flms/pages/edit.html.haml within layouts/flms/admin (4.0ms) Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 18:10:49 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 18:10:49 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 18:10:49 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 18:10:49 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 18:10:49 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 18:10:49 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 18:10:49 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 18:10:49 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started DELETE "/flms/pages/oneuth22aaa" for 127.0.0.1 at 2013-02-20 18:10:51 -0800 Processing by Flms::PagesController#destroy as HTML Parameters: {"authenticity_token"=>"U2rVHQKq70KGj/4X711Kpbgw35S6H05EQ+PUKkbZh5c=", "id"=>"oneuth22aaa"} Flms::Page Load (0.4ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'oneuth22aaa' LIMIT 1  (0.2ms) BEGIN SQL (0.2ms) DELETE FROM "flms_pages" WHERE "flms_pages"."id" = $1 [["id", 5]]  (1.8ms) COMMIT Redirected to http://localhost:3000/flms/pages Completed 302 Found in 5ms (ActiveRecord: 2.7ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 18:10:51 -0800 Processing by Flms::PagesController#index as HTML Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.3ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.2ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 18:10:51 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 18:10:51 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 18:10:51 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 18:10:51 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 18:10:51 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 18:10:51 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 18:10:51 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 18:10:51 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 18:12:10 -0800 Processing by Flms::PagesController#index as HTML Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.4ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 18:12:10 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 18:12:10 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 18:12:10 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 18:12:10 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 18:12:10 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 18:12:10 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 18:12:10 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 18:12:10 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/flms/users" for 127.0.0.1 at 2013-02-20 18:12:11 -0800 Processing by Flms::UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users"  Rendered /Users/kevin/flms/app/views/flms/users/index.html.haml within layouts/flms/admin (0.4ms) Completed 200 OK in 8ms (Views: 4.8ms | ActiveRecord: 1.8ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 18:12:11 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 18:12:11 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 18:12:11 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 18:12:11 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 18:12:11 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 18:12:11 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 18:12:11 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 18:12:11 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/flms/users/new" for 127.0.0.1 at 2013-02-20 18:12:12 -0800 Processing by Flms::UsersController#new as HTML Rendered /Users/kevin/flms/app/views/flms/users/_form.html.haml (3.3ms) Rendered /Users/kevin/flms/app/views/flms/users/new.html.haml within layouts/flms/admin (4.2ms) Completed 200 OK in 18ms (Views: 9.3ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 18:12:12 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 18:12:12 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 18:12:12 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 18:12:12 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 18:12:12 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 18:12:12 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 18:12:12 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 18:12:12 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started POST "/flms/users" for 127.0.0.1 at 2013-02-20 18:12:20 -0800 Processing by Flms::UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"U2rVHQKq70KGj/4X711Kpbgw35S6H05EQ+PUKkbZh5c=", "user"=>{"email"=>"oenuth@oeu.ee", "password"=>"[FILTERED]"}, "commit"=>"Create User"}  (0.2ms) BEGIN User Exists (0.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'oenuth@oeu.ee' LIMIT 1  (0.1ms) ROLLBACK Rendered /Users/kevin/flms/app/views/flms/users/_form.html.haml (33.0ms) Rendered /Users/kevin/flms/app/views/flms/users/new.html.haml within layouts/flms/admin (33.8ms) Completed 200 OK in 108ms (Views: 37.7ms | ActiveRecord: 0.7ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 18:12:20 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 18:12:20 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 18:12:20 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 18:12:20 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 18:12:20 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 18:12:20 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 18:12:20 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 18:12:20 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started POST "/flms/users" for 127.0.0.1 at 2013-02-20 18:12:24 -0800 Processing by Flms::UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"U2rVHQKq70KGj/4X711Kpbgw35S6H05EQ+PUKkbZh5c=", "user"=>{"email"=>"oenuth@oeu.ee", "password"=>"[FILTERED]"}, "commit"=>"Create User"}  (0.2ms) BEGIN User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'oenuth@oeu.ee' LIMIT 1 SQL (0.4ms) INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id" [["created_at", Thu, 21 Feb 2013 02:12:24 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "oenuth@oeu.ee"], ["encrypted_password", "$2a$10$cNR5Woya.r609.tr1aBmj.HBfvtPHSFeQqpGcA51WAS7XxXJEMP0K"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Thu, 21 Feb 2013 02:12:24 UTC +00:00]]  (0.2ms) COMMIT Redirected to http://localhost:3000/flms/users Completed 302 Found in 71ms (ActiveRecord: 1.0ms) Started GET "/flms/users" for 127.0.0.1 at 2013-02-20 18:12:24 -0800 Processing by Flms::UsersController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users"  Rendered /Users/kevin/flms/app/views/flms/users/index.html.haml within layouts/flms/admin (0.7ms) Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.2ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 18:12:24 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 18:12:24 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 18:12:24 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 18:12:24 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 18:12:24 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 18:12:24 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 18:12:24 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 18:12:24 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/flms/users" for 127.0.0.1 at 2013-02-20 18:29:21 -0800 Processing by Flms::UsersController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" Rendered /Users/kevin/flms/app/views/flms/users/index.html.haml within layouts/flms/admin (0.8ms) Completed 200 OK in 17ms (Views: 5.0ms | ActiveRecord: 2.2ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 18:29:21 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 18:29:21 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 18:29:21 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 18:29:21 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 18:29:21 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 18:29:21 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 18:29:21 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 18:29:21 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/flms/users" for 127.0.0.1 at 2013-02-20 18:29:22 -0800 Processing by Flms::UsersController#index as HTML User Load (0.4ms) SELECT "users".* FROM "users"  Rendered /Users/kevin/flms/app/views/flms/users/index.html.haml within layouts/flms/admin (0.7ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 18:29:22 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 18:29:22 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 18:29:22 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 18:29:22 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 18:29:22 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 18:29:22 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 18:29:22 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 18:29:22 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/flms/users" for 127.0.0.1 at 2013-02-20 18:29:22 -0800 Processing by Flms::UsersController#index as HTML User Load (0.4ms) SELECT "users".* FROM "users" Rendered /Users/kevin/flms/app/views/flms/users/index.html.haml within layouts/flms/admin (0.7ms) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 18:29:22 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 18:29:22 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 18:29:22 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 18:29:22 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 18:29:22 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 18:29:22 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 18:29:22 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 18:29:22 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/flms/users" for 127.0.0.1 at 2013-02-20 18:29:23 -0800 Processing by Flms::UsersController#index as HTML User Load (0.3ms) SELECT "users".* FROM "users"  Rendered /Users/kevin/flms/app/views/flms/users/index.html.haml within layouts/flms/admin (0.7ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 18:29:23 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 18:29:23 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 18:29:23 -0800 Served asset /flms/admin/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 18:29:23 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 18:29:23 -0800 Served asset /flms/admin/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 18:29:23 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 18:29:23 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 18:29:23 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 18:29:26 -0800 Processing by Flms::PagesController#index as HTML Completed 500 Internal Server Error in 2ms NoMethodError (undefined method `authenticate_user!' for #): activesupport (3.2.12) lib/active_support/callbacks.rb:407:in `_run__3709154844483844801__process_action__4590362576383163702__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__499993887479259280__call__3482775651964735191__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.2ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 18:29:27 -0800 Processing by Flms::PagesController#index as HTML Completed 500 Internal Server Error in 2ms NoMethodError (undefined method `authenticate_user!' for #): activesupport (3.2.12) lib/active_support/callbacks.rb:407:in `_run__3709154844483844801__process_action__4590362576383163702__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__499993887479259280__call__3482775651964735191__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.3ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 18:29:28 -0800 Processing by Flms::PagesController#index as HTML Completed 500 Internal Server Error in 2ms NoMethodError (undefined method `authenticate_user!' for #): activesupport (3.2.12) lib/active_support/callbacks.rb:407:in `_run__3709154844483844801__process_action__4590362576383163702__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__499993887479259280__call__3482775651964735191__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.4ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 18:32:16 -0800 Processing by Flms::PagesController#index as HTML Completed 500 Internal Server Error in 29ms NoMethodError (undefined method `authenticate_user!' for #): activesupport (3.2.12) lib/active_support/callbacks.rb:407:in `_run__3709154844483844801__process_action__4590362576383163702__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__499993887479259280__call__3482775651964735191__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 18:32:17 -0800 Processing by Flms::PagesController#index as HTML Completed 500 Internal Server Error in 2ms NoMethodError (undefined method `authenticate_user!' for #): activesupport (3.2.12) lib/active_support/callbacks.rb:407:in `_run__3709154844483844801__process_action__4590362576383163702__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__499993887479259280__call__3482775651964735191__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.3ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 18:34:18 -0800 Processing by Flms::PagesController#index as HTML Completed 500 Internal Server Error in 2ms NoMethodError (undefined method `authenticate_user!' for #): activesupport (3.2.12) lib/active_support/callbacks.rb:407:in `_run__3709154844483844801__process_action__4590362576383163702__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__499993887479259280__call__3482775651964735191__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.4ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 18:34:19 -0800 Processing by Flms::PagesController#index as HTML Completed 500 Internal Server Error in 2ms NoMethodError (undefined method `authenticate_user!' for #): activesupport (3.2.12) lib/active_support/callbacks.rb:407:in `_run__3709154844483844801__process_action__4590362576383163702__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__499993887479259280__call__3482775651964735191__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.3ms) Connecting to database specified by database.yml Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 18:34:28 -0800 Processing by Flms::PagesController#index as HTML Completed 401 Unauthorized in 9ms Started GET "/" for 127.0.0.1 at 2013-02-20 18:34:28 -0800 ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/flms/users" for 127.0.0.1 at 2013-02-20 18:34:37 -0800 Processing by Flms::UsersController#index as HTML User Load (0.5ms) SELECT "users".* FROM "users"  Rendered /Users/kevin/flms/app/views/flms/users/index.html.haml within layouts/flms/admin (2.6ms) Completed 200 OK in 75ms (Views: 23.7ms | ActiveRecord: 6.5ms) Started GET "/assets/flms/admin/admin.css?body=1" for 127.0.0.1 at 2013-02-20 18:34:37 -0800 Served asset /flms/admin/admin.css - 304 Not Modified (6ms) Started GET "/assets/flms/admin/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-20 18:34:37 -0800 Served asset /flms/admin/bootstrap.css - 304 Not Modified (3ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-02-20 18:34:37 -0800 Served asset /flms/admin/home.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-20 18:34:37 -0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-02-20 18:34:37 -0800 Served asset /flms/admin/login.css - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-20 18:34:37 -0800 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/flms/admin/bootstrap.min.js?body=1" for 127.0.0.1 at 2013-02-20 18:34:37 -0800 Served asset /flms/admin/bootstrap.min.js - 304 Not Modified (1ms) Started GET "/assets/flms/admin/admin.js?body=1" for 127.0.0.1 at 2013-02-20 18:34:37 -0800 Served asset /flms/admin/admin.js - 304 Not Modified (4ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 18:34:39 -0800 Processing by Flms::PagesController#index as HTML Completed 401 Unauthorized in 0ms Started GET "/" for 127.0.0.1 at 2013-02-20 18:34:39 -0800 ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/login" for 127.0.0.1 at 2013-02-20 18:50:59 -0800 ActionController::RoutingError (No route matches [GET] "/login"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/login" for 127.0.0.1 at 2013-02-20 18:52:24 -0800 ActionController::RoutingError (No route matches [GET] "/login"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/login" for 127.0.0.1 at 2013-02-20 18:53:34 -0800 ActionController::RoutingError (No route matches [GET] "/login"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/login" for 127.0.0.1 at 2013-02-20 18:53:34 -0800 ActionController::RoutingError (No route matches [GET] "/login"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started GET "/flms/login" for 127.0.0.1 at 2013-02-20 18:53:41 -0800 Processing by Flms::SessionsController#new as HTML Completed 500 Internal Server Error in 32ms ActionView::MissingTemplate (Missing template layouts/admin_login with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "/Users/kevin/flms/spec/dummy/app/views" * "/Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/devise-2.2.3/app/views" * "/Users/kevin/flms/app/views" ): actionpack (3.2.12) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.12) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:79:in `resolve_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:86:in `resolve_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:69:in `block in find_layout' actionpack (3.2.12) lib/action_view/lookup_context.rb:228:in `with_layout_format' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `with_layout_format' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:69:in `find_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:53:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.12) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.12) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.12) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.2.3) app/controllers/devise/sessions_controller.rb:10:in `new' /Users/kevin/flms/app/controllers/flms/sessions_controller.rb:12:in `new' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:447:in `_run__1022673388784173026__process_action__511834501787515116__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4112576635312364913__call__3339380390647712414__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/flms/login" for 127.0.0.1 at 2013-02-20 18:54:47 -0800 Processing by Flms::SessionsController#new as HTML Completed 500 Internal Server Error in 6ms ActionView::MissingTemplate (Missing template layouts/admin_login with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "/Users/kevin/flms/spec/dummy/app/views" * "/Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/devise-2.2.3/app/views" * "/Users/kevin/flms/app/views" ): actionpack (3.2.12) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.12) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:79:in `resolve_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:86:in `resolve_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:69:in `block in find_layout' actionpack (3.2.12) lib/action_view/lookup_context.rb:228:in `with_layout_format' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `with_layout_format' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:69:in `find_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:53:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.12) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.12) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.12) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.2.3) app/controllers/devise/sessions_controller.rb:10:in `new' /Users/kevin/flms/app/controllers/flms/sessions_controller.rb:12:in `new' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:447:in `_run__1022673388784173026__process_action__511834501787515116__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4112576635312364913__call__3339380390647712414__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/flms/login" for 127.0.0.1 at 2013-02-20 18:54:54 -0800 Processing by Flms::SessionsController#new as HTML Completed 500 Internal Server Error in 6ms ActionView::MissingTemplate (Missing template layouts/admin_login with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "/Users/kevin/flms/spec/dummy/app/views" * "/Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/devise-2.2.3/app/views" * "/Users/kevin/flms/app/views" ): actionpack (3.2.12) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.12) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:79:in `resolve_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:86:in `resolve_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:69:in `block in find_layout' actionpack (3.2.12) lib/action_view/lookup_context.rb:228:in `with_layout_format' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `with_layout_format' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:69:in `find_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:53:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.12) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.12) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.12) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.2.3) app/controllers/devise/sessions_controller.rb:10:in `new' /Users/kevin/flms/app/controllers/flms/sessions_controller.rb:12:in `new' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:447:in `_run__1022673388784173026__process_action__511834501787515116__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4112576635312364913__call__3339380390647712414__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/flms/login" for 127.0.0.1 at 2013-02-20 18:54:55 -0800 Processing by Flms::SessionsController#new as HTML Completed 500 Internal Server Error in 6ms ActionView::MissingTemplate (Missing template layouts/admin_login with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "/Users/kevin/flms/spec/dummy/app/views" * "/Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/devise-2.2.3/app/views" * "/Users/kevin/flms/app/views" ): actionpack (3.2.12) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.12) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:79:in `resolve_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:86:in `resolve_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:69:in `block in find_layout' actionpack (3.2.12) lib/action_view/lookup_context.rb:228:in `with_layout_format' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `with_layout_format' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:69:in `find_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:53:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.12) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.12) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.12) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.2.3) app/controllers/devise/sessions_controller.rb:10:in `new' /Users/kevin/flms/app/controllers/flms/sessions_controller.rb:12:in `new' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:447:in `_run__1022673388784173026__process_action__511834501787515116__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4112576635312364913__call__3339380390647712414__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/flms/login" for 127.0.0.1 at 2013-02-20 18:55:16 -0800 Processing by Flms::SessionsController#new as HTML Completed 500 Internal Server Error in 7ms ActionView::MissingTemplate (Missing template layouts/admin_login with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "/Users/kevin/flms/spec/dummy/app/views" * "/Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/devise-2.2.3/app/views" * "/Users/kevin/flms/app/views" ): actionpack (3.2.12) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.12) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:79:in `resolve_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:86:in `resolve_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:69:in `block in find_layout' actionpack (3.2.12) lib/action_view/lookup_context.rb:228:in `with_layout_format' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `with_layout_format' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:69:in `find_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:53:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.12) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.12) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.12) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.2.3) app/controllers/devise/sessions_controller.rb:10:in `new' /Users/kevin/flms/app/controllers/flms/sessions_controller.rb:12:in `new' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:447:in `_run__1022673388784173026__process_action__511834501787515116__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4112576635312364913__call__3339380390647712414__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/flms/login" for 127.0.0.1 at 2013-02-20 18:55:17 -0800 Processing by Flms::SessionsController#new as HTML Completed 500 Internal Server Error in 7ms ActionView::MissingTemplate (Missing template layouts/admin_login with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "/Users/kevin/flms/spec/dummy/app/views" * "/Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/devise-2.2.3/app/views" * "/Users/kevin/flms/app/views" ): actionpack (3.2.12) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.12) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:79:in `resolve_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:86:in `resolve_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:69:in `block in find_layout' actionpack (3.2.12) lib/action_view/lookup_context.rb:228:in `with_layout_format' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `with_layout_format' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:69:in `find_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:53:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.12) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.12) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.12) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.2.3) app/controllers/devise/sessions_controller.rb:10:in `new' /Users/kevin/flms/app/controllers/flms/sessions_controller.rb:12:in `new' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:447:in `_run__1022673388784173026__process_action__511834501787515116__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4112576635312364913__call__3339380390647712414__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/flms/login" for 127.0.0.1 at 2013-02-20 18:55:53 -0800 Processing by Flms::SessionsController#new as HTML Completed 500 Internal Server Error in 6ms ActionView::MissingTemplate (Missing template layouts/admin_login with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "/Users/kevin/flms/spec/dummy/app/views" * "/Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/devise-2.2.3/app/views" * "/Users/kevin/flms/app/views" ): actionpack (3.2.12) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.12) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:79:in `resolve_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:86:in `resolve_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:69:in `block in find_layout' actionpack (3.2.12) lib/action_view/lookup_context.rb:228:in `with_layout_format' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `with_layout_format' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:69:in `find_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:53:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.12) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.12) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.12) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.2.3) app/controllers/devise/sessions_controller.rb:10:in `new' /Users/kevin/flms/app/controllers/flms/sessions_controller.rb:12:in `new' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:447:in `_run__1022673388784173026__process_action__511834501787515116__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4112576635312364913__call__3339380390647712414__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/flms/login" for 127.0.0.1 at 2013-02-20 18:56:40 -0800 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/devise-2.2.3/app/views/devise/sessions/new.html.erb within layouts/flms/admin_login (4.4ms) Completed 500 Internal Server Error in 26ms ActionView::Template::Error (undefined method `user_session_path' for #): 1:

Sign in

2: 3: <%= form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f| %> 4:
<%= f.label :email %>
5: <%= f.email_field :email, :autofocus => true %>
6: actionpack (3.2.12) lib/action_dispatch/routing/routes_proxy.rb:34:in `method_missing' devise (2.2.3) lib/devise/controllers/url_helpers.rb:50:in `session_path' devise (2.2.3) app/views/devise/sessions/new.html.erb:3:in `___sers_kevin__rbenv_versions_______p____perf_lib_ruby_gems_______gems_devise_______app_views_devise_sessions_new_html_erb__543135311737219081_70201218063320' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.12) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.12) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.12) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.2.3) app/controllers/devise/sessions_controller.rb:10:in `new' /Users/kevin/flms/app/controllers/flms/sessions_controller.rb:12:in `new' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:447:in `_run__1022673388784173026__process_action__511834501787515116__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4112576635312364913__call__3339380390647712414__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.9ms) Connecting to database specified by database.yml Started GET "/pages" for 127.0.0.1 at 2013-02-20 19:02:26 -0800 ActionController::RoutingError (No route matches [GET] "/pages"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-20 19:02:30 -0800 Processing by Flms::PagesController#index as HTML Completed 401 Unauthorized in 0ms Started GET "/" for 127.0.0.1 at 2013-02-20 19:02:30 -0800 ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started GET "/" for 127.0.0.1 at 2013-02-20 19:03:39 -0800 ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/login" for 127.0.0.1 at 2013-02-20 19:03:41 -0800 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/devise-2.2.3/app/views/devise/sessions/new.html.erb within layouts/flms/admin_login (4.6ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (undefined method `user_session_path' for #): 1:

Sign in

2: 3: <%= form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f| %> 4:
<%= f.label :email %>
5: <%= f.email_field :email, :autofocus => true %>
6: actionpack (3.2.12) lib/action_dispatch/routing/routes_proxy.rb:34:in `method_missing' devise (2.2.3) lib/devise/controllers/url_helpers.rb:50:in `session_path' devise (2.2.3) app/views/devise/sessions/new.html.erb:3:in `___sers_kevin__rbenv_versions_______p____perf_lib_ruby_gems_______gems_devise_______app_views_devise_sessions_new_html_erb__543135311737219081_70201218063320' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.12) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.12) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.12) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.2.3) app/controllers/devise/sessions_controller.rb:10:in `new' /Users/kevin/flms/app/controllers/flms/sessions_controller.rb:12:in `new' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:447:in `_run__1022673388784173026__process_action__511834501787515116__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4112576635312364913__call__3339380390647712414__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.5ms) Started GET "/flms/login" for 127.0.0.1 at 2013-02-20 19:03:42 -0800 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/devise-2.2.3/app/views/devise/sessions/new.html.erb within layouts/flms/admin_login (4.2ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (undefined method `user_session_path' for #): 1:

Sign in

2: 3: <%= form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f| %> 4:
<%= f.label :email %>
5: <%= f.email_field :email, :autofocus => true %>
6: actionpack (3.2.12) lib/action_dispatch/routing/routes_proxy.rb:34:in `method_missing' devise (2.2.3) lib/devise/controllers/url_helpers.rb:50:in `session_path' devise (2.2.3) app/views/devise/sessions/new.html.erb:3:in `___sers_kevin__rbenv_versions_______p____perf_lib_ruby_gems_______gems_devise_______app_views_devise_sessions_new_html_erb__543135311737219081_70201218063320' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.12) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.12) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.12) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.2.3) app/controllers/devise/sessions_controller.rb:10:in `new' /Users/kevin/flms/app/controllers/flms/sessions_controller.rb:12:in `new' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:447:in `_run__1022673388784173026__process_action__511834501787515116__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4112576635312364913__call__3339380390647712414__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.1ms) Started GET "/flms/login" for 127.0.0.1 at 2013-02-20 19:03:51 -0800 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/devise-2.2.3/app/views/devise/sessions/new.html.erb within layouts/flms/admin_login (3.8ms) Completed 500 Internal Server Error in 6ms ActionView::Template::Error (undefined method `user_session_path' for #): 1:

Sign in

2: 3: <%= form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f| %> 4:
<%= f.label :email %>
5: <%= f.email_field :email, :autofocus => true %>
6: actionpack (3.2.12) lib/action_dispatch/routing/routes_proxy.rb:34:in `method_missing' devise (2.2.3) lib/devise/controllers/url_helpers.rb:50:in `session_path' devise (2.2.3) app/views/devise/sessions/new.html.erb:3:in `___sers_kevin__rbenv_versions_______p____perf_lib_ruby_gems_______gems_devise_______app_views_devise_sessions_new_html_erb__543135311737219081_70201218063320' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.12) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.12) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.12) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.2.3) app/controllers/devise/sessions_controller.rb:10:in `new' /Users/kevin/flms/app/controllers/flms/sessions_controller.rb:12:in `new' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:447:in `_run__1022673388784173026__process_action__511834501787515116__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4112576635312364913__call__3339380390647712414__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.2ms) Started GET "/flms/login" for 127.0.0.1 at 2013-02-20 19:04:23 -0800 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/devise-2.2.3/app/views/devise/sessions/new.html.erb within layouts/flms/admin_login (3.6ms) Completed 500 Internal Server Error in 6ms ActionView::Template::Error (undefined method `user_session_path' for #): 1:

Sign in

2: 3: <%= form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f| %> 4:
<%= f.label :email %>
5: <%= f.email_field :email, :autofocus => true %>
6: actionpack (3.2.12) lib/action_dispatch/routing/routes_proxy.rb:34:in `method_missing' devise (2.2.3) lib/devise/controllers/url_helpers.rb:50:in `session_path' devise (2.2.3) app/views/devise/sessions/new.html.erb:3:in `___sers_kevin__rbenv_versions_______p____perf_lib_ruby_gems_______gems_devise_______app_views_devise_sessions_new_html_erb__543135311737219081_70201218063320' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.12) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.12) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.12) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.2.3) app/controllers/devise/sessions_controller.rb:10:in `new' /Users/kevin/flms/app/controllers/flms/sessions_controller.rb:12:in `new' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:447:in `_run__1022673388784173026__process_action__511834501787515116__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4112576635312364913__call__3339380390647712414__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.9ms) Started GET "/flms/login" for 127.0.0.1 at 2013-02-20 19:04:23 -0800 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/devise-2.2.3/app/views/devise/sessions/new.html.erb within layouts/flms/admin_login (4.4ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (undefined method `user_session_path' for #): 1:

Sign in

2: 3: <%= form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f| %> 4:
<%= f.label :email %>
5: <%= f.email_field :email, :autofocus => true %>
6: actionpack (3.2.12) lib/action_dispatch/routing/routes_proxy.rb:34:in `method_missing' devise (2.2.3) lib/devise/controllers/url_helpers.rb:50:in `session_path' devise (2.2.3) app/views/devise/sessions/new.html.erb:3:in `___sers_kevin__rbenv_versions_______p____perf_lib_ruby_gems_______gems_devise_______app_views_devise_sessions_new_html_erb__543135311737219081_70201218063320' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.12) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.12) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.12) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.2.3) app/controllers/devise/sessions_controller.rb:10:in `new' /Users/kevin/flms/app/controllers/flms/sessions_controller.rb:12:in `new' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:447:in `_run__1022673388784173026__process_action__511834501787515116__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4112576635312364913__call__3339380390647712414__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.3ms) Connecting to database specified by database.yml Started GET "/flms/login" for 127.0.0.1 at 2013-02-20 19:04:51 -0800 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/devise-2.2.3/app/views/devise/sessions/new.html.erb within layouts/flms/admin_login (30.4ms) Completed 500 Internal Server Error in 61ms ActionView::Template::Error (undefined method `user_session_path' for #): 1:

Sign in

2: 3: <%= form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f| %> 4:
<%= f.label :email %>
5: <%= f.email_field :email, :autofocus => true %>
6: actionpack (3.2.12) lib/action_dispatch/routing/routes_proxy.rb:34:in `method_missing' devise (2.2.3) lib/devise/controllers/url_helpers.rb:50:in `session_path' devise (2.2.3) app/views/devise/sessions/new.html.erb:3:in `___sers_kevin__rbenv_versions_______p____perf_lib_ruby_gems_______gems_devise_______app_views_devise_sessions_new_html_erb___2876525048021834926_70186135526320' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.12) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.12) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.12) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.2.3) app/controllers/devise/sessions_controller.rb:10:in `new' /Users/kevin/flms/app/controllers/flms/sessions_controller.rb:12:in `new' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:447:in `_run__1807618916835030527__process_action__4487429560075765019__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__139553167904165373__call__4094366344120930331__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.3ms) Started GET "/flms/login" for 127.0.0.1 at 2013-02-20 19:05:29 -0800 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/devise-2.2.3/app/views/devise/sessions/new.html.erb within layouts/flms/admin_login (3.8ms) Completed 500 Internal Server Error in 49ms ActionView::Template::Error (undefined method `user_session_path' for #): 1:

Sign in

2: 3: <%= form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f| %> 4:
<%= f.label :email %>
5: <%= f.email_field :email, :autofocus => true %>
6: actionpack (3.2.12) lib/action_dispatch/routing/routes_proxy.rb:34:in `method_missing' devise (2.2.3) lib/devise/controllers/url_helpers.rb:50:in `session_path' devise (2.2.3) app/views/devise/sessions/new.html.erb:3:in `___sers_kevin__rbenv_versions_______p____perf_lib_ruby_gems_______gems_devise_______app_views_devise_sessions_new_html_erb___2876525048021834926_70186135526320' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.12) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.12) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.12) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.2.3) app/controllers/devise/sessions_controller.rb:10:in `new' /Users/kevin/flms/app/controllers/flms/sessions_controller.rb:12:in `new' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:447:in `_run__1807618916835030527__process_action__4487429560075765019__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__139553167904165373__call__4094366344120930331__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.1ms) Started GET "/flms/login" for 127.0.0.1 at 2013-02-20 19:05:30 -0800 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/devise-2.2.3/app/views/devise/sessions/new.html.erb within layouts/flms/admin_login (4.3ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (undefined method `user_session_path' for #): 1:

Sign in

2: 3: <%= form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f| %> 4:
<%= f.label :email %>
5: <%= f.email_field :email, :autofocus => true %>
6: actionpack (3.2.12) lib/action_dispatch/routing/routes_proxy.rb:34:in `method_missing' devise (2.2.3) lib/devise/controllers/url_helpers.rb:50:in `session_path' devise (2.2.3) app/views/devise/sessions/new.html.erb:3:in `___sers_kevin__rbenv_versions_______p____perf_lib_ruby_gems_______gems_devise_______app_views_devise_sessions_new_html_erb___2876525048021834926_70186135526320' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.12) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.12) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.12) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.2.3) app/controllers/devise/sessions_controller.rb:10:in `new' /Users/kevin/flms/app/controllers/flms/sessions_controller.rb:12:in `new' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:447:in `_run__1807618916835030527__process_action__4487429560075765019__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__139553167904165373__call__4094366344120930331__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.4ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/flms/login" for 127.0.0.1 at 2013-02-20 19:06:04 -0800 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/devise-2.2.3/app/views/devise/sessions/new.html.erb within layouts/flms/admin_login (29.8ms) Completed 500 Internal Server Error in 61ms ActionView::Template::Error (undefined method `user_session_path' for #): 1:

Sign in

2: 3: <%= form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f| %> 4:
<%= f.label :email %>
5: <%= f.email_field :email, :autofocus => true %>
6: actionpack (3.2.12) lib/action_dispatch/routing/routes_proxy.rb:34:in `method_missing' devise (2.2.3) lib/devise/controllers/url_helpers.rb:50:in `session_path' devise (2.2.3) app/views/devise/sessions/new.html.erb:3:in `___sers_kevin__rbenv_versions_______p____perf_lib_ruby_gems_______gems_devise_______app_views_devise_sessions_new_html_erb___296637542493857727_70181963373480' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.12) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.12) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.12) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.2.3) app/controllers/devise/sessions_controller.rb:10:in `new' /Users/kevin/flms/app/controllers/flms/sessions_controller.rb:12:in `new' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:447:in `_run__2193030421507953367__process_action__3825863177036456629__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4302003297316556427__call__3776518230979950432__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.9ms) Started GET "/flms/login" for 127.0.0.1 at 2013-02-20 19:06:16 -0800 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/devise-2.2.3/app/views/devise/sessions/new.html.erb within layouts/flms/admin_login (6.2ms) Completed 500 Internal Server Error in 10ms ActionView::Template::Error (undefined method `user_session_path' for #): 1:

Sign in

2: 3: <%= form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f| %> 4:
<%= f.label :email %>
5: <%= f.email_field :email, :autofocus => true %>
6: actionpack (3.2.12) lib/action_dispatch/routing/routes_proxy.rb:34:in `method_missing' devise (2.2.3) lib/devise/controllers/url_helpers.rb:50:in `session_path' devise (2.2.3) app/views/devise/sessions/new.html.erb:3:in `___sers_kevin__rbenv_versions_______p____perf_lib_ruby_gems_______gems_devise_______app_views_devise_sessions_new_html_erb___296637542493857727_70181963373480' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.12) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.12) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.12) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.2.3) app/controllers/devise/sessions_controller.rb:10:in `new' /Users/kevin/flms/app/controllers/flms/sessions_controller.rb:12:in `new' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:447:in `_run__2193030421507953367__process_action__3825863177036456629__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4302003297316556427__call__3776518230979950432__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.9ms) Started GET "/flms/login" for 127.0.0.1 at 2013-02-20 19:06:16 -0800 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/devise-2.2.3/app/views/devise/sessions/new.html.erb within layouts/flms/admin_login (3.8ms) Completed 500 Internal Server Error in 6ms ActionView::Template::Error (undefined method `user_session_path' for #): 1:

Sign in

2: 3: <%= form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f| %> 4:
<%= f.label :email %>
5: <%= f.email_field :email, :autofocus => true %>
6: actionpack (3.2.12) lib/action_dispatch/routing/routes_proxy.rb:34:in `method_missing' devise (2.2.3) lib/devise/controllers/url_helpers.rb:50:in `session_path' devise (2.2.3) app/views/devise/sessions/new.html.erb:3:in `___sers_kevin__rbenv_versions_______p____perf_lib_ruby_gems_______gems_devise_______app_views_devise_sessions_new_html_erb___296637542493857727_70181963373480' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.12) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.12) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.12) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.2.3) app/controllers/devise/sessions_controller.rb:10:in `new' /Users/kevin/flms/app/controllers/flms/sessions_controller.rb:12:in `new' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:447:in `_run__2193030421507953367__process_action__3825863177036456629__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4302003297316556427__call__3776518230979950432__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.2ms) Started GET "/flms/login" for 127.0.0.1 at 2013-02-20 19:07:09 -0800 ActionController::RoutingError (uninitialized constant Flms::Flms): activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4302003297316556427__call__3776518230979950432__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/login" for 127.0.0.1 at 2013-02-20 19:07:17 -0800 ActionController::RoutingError (uninitialized constant Flms::Flms): activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4302003297316556427__call__3776518230979950432__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started GET "/flms/login" for 127.0.0.1 at 2013-02-20 19:07:18 -0800 ActionController::RoutingError (uninitialized constant Flms::Flms): activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:32:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4302003297316556427__call__3776518230979950432__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/flms/login" for 127.0.0.1 at 2013-02-20 19:08:09 -0800 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/devise-2.2.3/app/views/devise/sessions/new.html.erb within layouts/flms/admin_login (3.8ms) Completed 500 Internal Server Error in 22ms ActionView::Template::Error (undefined method `user_session_path' for #): 1:

Sign in

2: 3: <%= form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f| %> 4:
<%= f.label :email %>
5: <%= f.email_field :email, :autofocus => true %>
6: actionpack (3.2.12) lib/action_dispatch/routing/routes_proxy.rb:34:in `method_missing' devise (2.2.3) lib/devise/controllers/url_helpers.rb:50:in `session_path' devise (2.2.3) app/views/devise/sessions/new.html.erb:3:in `___sers_kevin__rbenv_versions_______p____perf_lib_ruby_gems_______gems_devise_______app_views_devise_sessions_new_html_erb___296637542493857727_70181963373480' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.12) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.12) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.12) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.2.3) app/controllers/devise/sessions_controller.rb:10:in `new' /Users/kevin/flms/app/controllers/flms/sessions_controller.rb:12:in `new' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:447:in `_run__2193030421507953367__process_action__3825863177036456629__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4302003297316556427__call__3776518230979950432__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.0ms) Started GET "/flms/login" for 127.0.0.1 at 2013-02-20 19:08:19 -0800 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/devise-2.2.3/app/views/devise/sessions/new.html.erb within layouts/flms/admin_login (4.9ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (undefined method `user_session_path' for #): 1:

Sign in

2: 3: <%= form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f| %> 4:
<%= f.label :email %>
5: <%= f.email_field :email, :autofocus => true %>
6: actionpack (3.2.12) lib/action_dispatch/routing/routes_proxy.rb:34:in `method_missing' devise (2.2.3) lib/devise/controllers/url_helpers.rb:50:in `session_path' devise (2.2.3) app/views/devise/sessions/new.html.erb:3:in `___sers_kevin__rbenv_versions_______p____perf_lib_ruby_gems_______gems_devise_______app_views_devise_sessions_new_html_erb___296637542493857727_70181963373480' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.12) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.12) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.12) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.2.3) app/controllers/devise/sessions_controller.rb:10:in `new' /Users/kevin/flms/app/controllers/flms/sessions_controller.rb:12:in `new' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:447:in `_run__2193030421507953367__process_action__3825863177036456629__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4302003297316556427__call__3776518230979950432__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.5ms) Started GET "/flms/login" for 127.0.0.1 at 2013-02-20 19:08:20 -0800 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/devise-2.2.3/app/views/devise/sessions/new.html.erb within layouts/flms/admin_login (4.6ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (undefined method `user_session_path' for #): 1:

Sign in

2: 3: <%= form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f| %> 4:
<%= f.label :email %>
5: <%= f.email_field :email, :autofocus => true %>
6: actionpack (3.2.12) lib/action_dispatch/routing/routes_proxy.rb:34:in `method_missing' devise (2.2.3) lib/devise/controllers/url_helpers.rb:50:in `session_path' devise (2.2.3) app/views/devise/sessions/new.html.erb:3:in `___sers_kevin__rbenv_versions_______p____perf_lib_ruby_gems_______gems_devise_______app_views_devise_sessions_new_html_erb___296637542493857727_70181963373480' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.12) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.12) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.12) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.2.3) app/controllers/devise/sessions_controller.rb:10:in `new' /Users/kevin/flms/app/controllers/flms/sessions_controller.rb:12:in `new' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:447:in `_run__2193030421507953367__process_action__3825863177036456629__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4302003297316556427__call__3776518230979950432__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.4ms) Connecting to database specified by database.yml Started GET "/flms/login" for 127.0.0.1 at 2013-02-20 19:09:24 -0800 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/devise-2.2.3/app/views/devise/sessions/new.html.erb within layouts/flms/admin_login (30.7ms) Completed 500 Internal Server Error in 61ms ActionView::Template::Error (undefined method `user_session_path' for #): 1:

Sign in

2: 3: <%= form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f| %> 4:
<%= f.label :email %>
5: <%= f.email_field :email, :autofocus => true %>
6: actionpack (3.2.12) lib/action_dispatch/routing/routes_proxy.rb:34:in `method_missing' devise (2.2.3) lib/devise/controllers/url_helpers.rb:50:in `session_path' devise (2.2.3) app/views/devise/sessions/new.html.erb:3:in `___sers_kevin__rbenv_versions_______p____perf_lib_ruby_gems_______gems_devise_______app_views_devise_sessions_new_html_erb___1604894993650289812_70114917424040' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.12) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.12) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.12) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.2.3) app/controllers/devise/sessions_controller.rb:10:in `new' /Users/kevin/flms/app/controllers/flms/sessions_controller.rb:12:in `new' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:447:in `_run__939439966278089096__process_action__4221589799658876744__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3834054604186844649__call__4192652613522248585__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.3ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/flms/login" for 127.0.0.1 at 2013-02-20 19:10:26 -0800 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/devise-2.2.3/app/views/devise/sessions/new.html.erb within layouts/flms/admin_login (30.4ms) Completed 500 Internal Server Error in 61ms ActionView::Template::Error (undefined method `user_session_path' for #): 1:

Sign in

2: 3: <%= form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f| %> 4:
<%= f.label :email %>
5: <%= f.email_field :email, :autofocus => true %>
6: actionpack (3.2.12) lib/action_dispatch/routing/routes_proxy.rb:34:in `method_missing' devise (2.2.3) lib/devise/controllers/url_helpers.rb:50:in `session_path' devise (2.2.3) app/views/devise/sessions/new.html.erb:3:in `___sers_kevin__rbenv_versions_______p____perf_lib_ruby_gems_______gems_devise_______app_views_devise_sessions_new_html_erb___4572951745671587811_70365292141440' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.12) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.12) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.12) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.2.3) app/controllers/devise/sessions_controller.rb:10:in `new' /Users/kevin/flms/app/controllers/flms/sessions_controller.rb:12:in `new' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:447:in `_run__4470784905011484116__process_action__3702643746180938654__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2769509091593475__call__3903544528701139516__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.5ms) Started GET "/flms/login" for 127.0.0.1 at 2013-02-20 19:11:55 -0800 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/devise-2.2.3/app/views/devise/sessions/new.html.erb within layouts/flms/admin_login (4.5ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (undefined method `user_session_path' for #): 1:

Sign in

2: 3: <%= form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f| %> 4:
<%= f.label :email %>
5: <%= f.email_field :email, :autofocus => true %>
6: actionpack (3.2.12) lib/action_dispatch/routing/routes_proxy.rb:34:in `method_missing' devise (2.2.3) lib/devise/controllers/url_helpers.rb:50:in `session_path' devise (2.2.3) app/views/devise/sessions/new.html.erb:3:in `___sers_kevin__rbenv_versions_______p____perf_lib_ruby_gems_______gems_devise_______app_views_devise_sessions_new_html_erb___4572951745671587811_70365292141440' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.12) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.12) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.12) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.2.3) app/controllers/devise/sessions_controller.rb:10:in `new' /Users/kevin/flms/app/controllers/flms/sessions_controller.rb:12:in `new' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:447:in `_run__4470784905011484116__process_action__3702643746180938654__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2769509091593475__call__3903544528701139516__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.2ms) Started GET "/flms/login" for 127.0.0.1 at 2013-02-20 19:11:56 -0800 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/devise-2.2.3/app/views/devise/sessions/new.html.erb within layouts/flms/admin_login (4.7ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (undefined method `user_session_path' for #): 1:

Sign in

2: 3: <%= form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f| %> 4:
<%= f.label :email %>
5: <%= f.email_field :email, :autofocus => true %>
6: actionpack (3.2.12) lib/action_dispatch/routing/routes_proxy.rb:34:in `method_missing' devise (2.2.3) lib/devise/controllers/url_helpers.rb:50:in `session_path' devise (2.2.3) app/views/devise/sessions/new.html.erb:3:in `___sers_kevin__rbenv_versions_______p____perf_lib_ruby_gems_______gems_devise_______app_views_devise_sessions_new_html_erb___4572951745671587811_70365292141440' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.12) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.12) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.12) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.2.3) app/controllers/devise/sessions_controller.rb:10:in `new' /Users/kevin/flms/app/controllers/flms/sessions_controller.rb:12:in `new' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:447:in `_run__4470784905011484116__process_action__3702643746180938654__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2769509091593475__call__3903544528701139516__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.5ms) Started GET "/login" for 127.0.0.1 at 2013-02-20 19:12:43 -0800 ActionController::RoutingError (No route matches [GET] "/login"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started GET "/flms/login" for 127.0.0.1 at 2013-02-20 19:12:46 -0800 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/devise-2.2.3/app/views/devise/sessions/new.html.erb within layouts/flms/admin_login (32.5ms) Completed 500 Internal Server Error in 35ms ActionView::Template::Error (undefined method `user_session_path' for #): 1:

Sign in

2: 3: <%= form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f| %> 4:
<%= f.label :email %>
5: <%= f.email_field :email, :autofocus => true %>
6: actionpack (3.2.12) lib/action_dispatch/routing/routes_proxy.rb:34:in `method_missing' devise (2.2.3) lib/devise/controllers/url_helpers.rb:50:in `session_path' devise (2.2.3) app/views/devise/sessions/new.html.erb:3:in `___sers_kevin__rbenv_versions_______p____perf_lib_ruby_gems_______gems_devise_______app_views_devise_sessions_new_html_erb___4572951745671587811_70365292141440' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.12) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.12) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.12) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.2.3) app/controllers/devise/sessions_controller.rb:10:in `new' /Users/kevin/flms/app/controllers/flms/sessions_controller.rb:12:in `new' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:447:in `_run__4470784905011484116__process_action__3702643746180938654__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2769509091593475__call__3903544528701139516__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.1ms) Started GET "/flms/login" for 127.0.0.1 at 2013-02-20 19:12:47 -0800 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/devise-2.2.3/app/views/devise/sessions/new.html.erb within layouts/flms/admin_login (4.2ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (undefined method `user_session_path' for #): 1:

Sign in

2: 3: <%= form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f| %> 4:
<%= f.label :email %>
5: <%= f.email_field :email, :autofocus => true %>
6: actionpack (3.2.12) lib/action_dispatch/routing/routes_proxy.rb:34:in `method_missing' devise (2.2.3) lib/devise/controllers/url_helpers.rb:50:in `session_path' devise (2.2.3) app/views/devise/sessions/new.html.erb:3:in `___sers_kevin__rbenv_versions_______p____perf_lib_ruby_gems_______gems_devise_______app_views_devise_sessions_new_html_erb___4572951745671587811_70365292141440' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.12) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.12) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.12) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.2.3) app/controllers/devise/sessions_controller.rb:10:in `new' /Users/kevin/flms/app/controllers/flms/sessions_controller.rb:12:in `new' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:447:in `_run__4470784905011484116__process_action__3702643746180938654__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2769509091593475__call__3903544528701139516__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.2ms) Started GET "/flms/login" for 127.0.0.1 at 2013-02-20 19:12:47 -0800 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/devise-2.2.3/app/views/devise/sessions/new.html.erb within layouts/flms/admin_login (4.8ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (undefined method `user_session_path' for #): 1:

Sign in

2: 3: <%= form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f| %> 4:
<%= f.label :email %>
5: <%= f.email_field :email, :autofocus => true %>
6: actionpack (3.2.12) lib/action_dispatch/routing/routes_proxy.rb:34:in `method_missing' devise (2.2.3) lib/devise/controllers/url_helpers.rb:50:in `session_path' devise (2.2.3) app/views/devise/sessions/new.html.erb:3:in `___sers_kevin__rbenv_versions_______p____perf_lib_ruby_gems_______gems_devise_______app_views_devise_sessions_new_html_erb___4572951745671587811_70365292141440' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.12) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.12) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.12) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.2.3) app/controllers/devise/sessions_controller.rb:10:in `new' /Users/kevin/flms/app/controllers/flms/sessions_controller.rb:12:in `new' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:447:in `_run__4470784905011484116__process_action__3702643746180938654__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2769509091593475__call__3903544528701139516__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.3ms) Started GET "/flms/login" for 127.0.0.1 at 2013-02-20 19:12:47 -0800 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/devise-2.2.3/app/views/devise/sessions/new.html.erb within layouts/flms/admin_login (4.5ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (undefined method `user_session_path' for #): 1:

Sign in

2: 3: <%= form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f| %> 4:
<%= f.label :email %>
5: <%= f.email_field :email, :autofocus => true %>
6: actionpack (3.2.12) lib/action_dispatch/routing/routes_proxy.rb:34:in `method_missing' devise (2.2.3) lib/devise/controllers/url_helpers.rb:50:in `session_path' devise (2.2.3) app/views/devise/sessions/new.html.erb:3:in `___sers_kevin__rbenv_versions_______p____perf_lib_ruby_gems_______gems_devise_______app_views_devise_sessions_new_html_erb___4572951745671587811_70365292141440' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.12) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.12) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.12) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.2.3) app/controllers/devise/sessions_controller.rb:10:in `new' /Users/kevin/flms/app/controllers/flms/sessions_controller.rb:12:in `new' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:447:in `_run__4470784905011484116__process_action__3702643746180938654__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2769509091593475__call__3903544528701139516__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (27.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (33.0ms) Started GET "/flms/login" for 127.0.0.1 at 2013-02-20 19:12:48 -0800 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/devise-2.2.3/app/views/devise/sessions/new.html.erb within layouts/flms/admin_login (3.7ms) Completed 500 Internal Server Error in 6ms ActionView::Template::Error (undefined method `user_session_path' for #): 1:

Sign in

2: 3: <%= form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f| %> 4:
<%= f.label :email %>
5: <%= f.email_field :email, :autofocus => true %>
6: actionpack (3.2.12) lib/action_dispatch/routing/routes_proxy.rb:34:in `method_missing' devise (2.2.3) lib/devise/controllers/url_helpers.rb:50:in `session_path' devise (2.2.3) app/views/devise/sessions/new.html.erb:3:in `___sers_kevin__rbenv_versions_______p____perf_lib_ruby_gems_______gems_devise_______app_views_devise_sessions_new_html_erb___4572951745671587811_70365292141440' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.12) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.12) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.12) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.2.3) app/controllers/devise/sessions_controller.rb:10:in `new' /Users/kevin/flms/app/controllers/flms/sessions_controller.rb:12:in `new' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:447:in `_run__4470784905011484116__process_action__3702643746180938654__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2769509091593475__call__3903544528701139516__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.0ms) Started GET "/flms/login" for 127.0.0.1 at 2013-02-20 19:12:48 -0800 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/devise-2.2.3/app/views/devise/sessions/new.html.erb within layouts/flms/admin_login (4.2ms) Completed 500 Internal Server Error in 6ms ActionView::Template::Error (undefined method `user_session_path' for #): 1:

Sign in

2: 3: <%= form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f| %> 4:
<%= f.label :email %>
5: <%= f.email_field :email, :autofocus => true %>
6: actionpack (3.2.12) lib/action_dispatch/routing/routes_proxy.rb:34:in `method_missing' devise (2.2.3) lib/devise/controllers/url_helpers.rb:50:in `session_path' devise (2.2.3) app/views/devise/sessions/new.html.erb:3:in `___sers_kevin__rbenv_versions_______p____perf_lib_ruby_gems_______gems_devise_______app_views_devise_sessions_new_html_erb___4572951745671587811_70365292141440' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.12) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.12) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.12) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.2.3) app/controllers/devise/sessions_controller.rb:10:in `new' /Users/kevin/flms/app/controllers/flms/sessions_controller.rb:12:in `new' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:447:in `_run__4470784905011484116__process_action__3702643746180938654__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2769509091593475__call__3903544528701139516__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.1ms) Started GET "/flms/login" for 127.0.0.1 at 2013-02-20 19:12:48 -0800 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/devise-2.2.3/app/views/devise/sessions/new.html.erb within layouts/flms/admin_login (4.3ms) Completed 500 Internal Server Error in 6ms ActionView::Template::Error (undefined method `user_session_path' for #): 1:

Sign in

2: 3: <%= form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f| %> 4:
<%= f.label :email %>
5: <%= f.email_field :email, :autofocus => true %>
6: actionpack (3.2.12) lib/action_dispatch/routing/routes_proxy.rb:34:in `method_missing' devise (2.2.3) lib/devise/controllers/url_helpers.rb:50:in `session_path' devise (2.2.3) app/views/devise/sessions/new.html.erb:3:in `___sers_kevin__rbenv_versions_______p____perf_lib_ruby_gems_______gems_devise_______app_views_devise_sessions_new_html_erb___4572951745671587811_70365292141440' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.12) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.12) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.12) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.12) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.2.3) app/controllers/devise/sessions_controller.rb:10:in `new' /Users/kevin/flms/app/controllers/flms/sessions_controller.rb:12:in `new' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:447:in `_run__4470784905011484116__process_action__3702643746180938654__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2769509091593475__call__3903544528701139516__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.2ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to FlmsCreatePages (20130216032241)  (0.1ms) BEGIN  (5.1ms) DROP INDEX "index_flms_pages_on_url"  (3.6ms) DROP TABLE "flms_pages"  (1.3ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20130216032241'  (0.8ms) COMMIT  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to FlmsDeviseCreateUsers (20130208224914)  (0.0ms) BEGIN  (0.5ms) DROP INDEX "index_users_on_reset_password_token"  (0.1ms) DROP INDEX "index_users_on_email"  (1.0ms) DROP TABLE "users"  (0.4ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20130208224914'  (2.4ms) COMMIT  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (1.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to FlmsDeviseCreateUsers (20130208224914)  (0.2ms) BEGIN  (15.0ms) CREATE TABLE "flms_users" ("id" serial primary key, "email" character varying(255) DEFAULT '' NOT NULL, "encrypted_password" character varying(255) DEFAULT '' NOT NULL, "reset_password_token" character varying(255), "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" timestamp, "last_sign_in_at" timestamp, "current_sign_in_ip" character varying(255), "last_sign_in_ip" character varying(255), "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.8ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email") PG::Error: ERROR: relation "users" does not exist : CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.1ms) ROLLBACK Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to FlmsDeviseCreateUsers (20130208224914)  (0.1ms) BEGIN  (5.5ms) CREATE TABLE "flms_users" ("id" serial primary key, "email" character varying(255) DEFAULT '' NOT NULL, "encrypted_password" character varying(255) DEFAULT '' NOT NULL, "reset_password_token" character varying(255), "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" timestamp, "last_sign_in_at" timestamp, "current_sign_in_ip" character varying(255), "last_sign_in_ip" character varying(255), "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.8ms) CREATE UNIQUE INDEX "index_flms_users_on_email" ON "flms_users" ("email")  (0.5ms) CREATE UNIQUE INDEX "index_flms_users_on_reset_password_token" ON "flms_users" ("reset_password_token")  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130208224914')  (0.4ms) COMMIT Migrating to FlmsCreatePages (20130216032241)  (0.1ms) BEGIN  (2.4ms) CREATE TABLE "flms_pages" ("id" serial primary key, "title" character varying(255), "url" character varying(255), "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.5ms) CREATE INDEX "index_flms_pages_on_url" ON "flms_pages" ("url")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130216032241')  (0.4ms) COMMIT  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml Connecting to database specified by database.yml  (3.1ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to FlmsDeviseCreateUsers (20130208224914)  (0.1ms) BEGIN  (3.2ms) CREATE TABLE "flms_users" ("id" serial primary key, "email" character varying(255) DEFAULT '' NOT NULL, "encrypted_password" character varying(255) DEFAULT '' NOT NULL, "reset_password_token" character varying(255), "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" timestamp, "last_sign_in_at" timestamp, "current_sign_in_ip" character varying(255), "last_sign_in_ip" character varying(255), "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.6ms) CREATE UNIQUE INDEX "index_flms_users_on_email" ON "flms_users" ("email")  (0.6ms) CREATE UNIQUE INDEX "index_flms_users_on_reset_password_token" ON "flms_users" ("reset_password_token")  (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130208224914')  (0.4ms) COMMIT Migrating to FlmsCreatePages (20130216032241)  (0.1ms) BEGIN  (2.3ms) CREATE TABLE "flms_pages" ("id" serial primary key, "title" character varying(255), "url" character varying(255), "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.5ms) CREATE INDEX "index_flms_pages_on_url" ON "flms_pages" ("url")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130216032241')  (0.4ms) COMMIT  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (1.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (113.8ms) DROP DATABASE IF EXISTS "flms_test"  (291.0ms) CREATE DATABASE "flms_test" ENCODING = 'unicode'  (6.2ms) CREATE TABLE "flms_pages" ("id" serial primary key, "title" character varying(255), "url" character varying(255), "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.8ms) CREATE INDEX "index_flms_pages_on_url" ON "flms_pages" ("url")  (3.2ms) CREATE TABLE "flms_users" ("id" serial primary key, "email" character varying(255) DEFAULT '' NOT NULL, "encrypted_password" character varying(255) DEFAULT '' NOT NULL, "reset_password_token" character varying(255), "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" timestamp, "last_sign_in_at" timestamp, "current_sign_in_ip" character varying(255), "last_sign_in_ip" character varying(255), "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "index_flms_users_on_email" ON "flms_users" ("email")  (0.8ms) CREATE UNIQUE INDEX "index_flms_users_on_reset_password_token" ON "flms_users" ("reset_password_token")  (0.5ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130216032241')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130208224914') Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-02-27 18:49:14 -0800 Processing by HomeController#index as HTML Completed 500 Internal Server Error in 4ms ActionView::MissingTemplate (Missing template home/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: * "/Users/kevin/flms/spec/dummy/app/views" * "/Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/devise-2.2.3/app/views" * "/Users/kevin/flms/app/views" ): actionpack (3.2.12) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.12) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__2116606594188849871__process_action__1018574074375052604__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3635664229883129214__call__1029252415972328542__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms) Started GET "/" for 127.0.0.1 at 2013-02-27 18:49:34 -0800 Processing by HomeController#index as HTML Rendered home/index.html.haml (0.6ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/flms/login" for 127.0.0.1 at 2013-02-27 18:50:37 -0800 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (2.6ms) Compiled flms/bootstrap.css (0ms) (pid 38866) Compiled flms/home.css (115ms) (pid 38866) Compiled flms/login.css (8ms) (pid 38866) Compiled flms/flms.css (131ms) (pid 38866) Completed 200 OK in 163ms (Views: 159.3ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-27 18:50:38 -0800 Served asset /flms/bootstrap.css - 200 OK (2ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-02-27 18:50:38 -0800 Served asset /flms/home.css - 200 OK (1ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-02-27 18:50:38 -0800 Served asset /flms/login.css - 200 OK (1ms) Started GET "/assets/flms/flms.js" for 127.0.0.1 at 2013-02-27 18:50:38 -0800 Served asset /flms/flms.js - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/flms/flms.js"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-02-27 18:50:38 -0800 Served asset /flms/flms.css - 200 OK (3ms) Connecting to database specified by database.yml Started GET "/flms/pages" for 127.0.0.1 at 2013-02-28 11:50:47 -0800 Processing by Flms::PagesController#index as HTML Completed 401 Unauthorized in 10ms Started GET "/" for 127.0.0.1 at 2013-02-28 11:50:47 -0800 Processing by HomeController#index as HTML Rendered home/index.html.haml (1.2ms) Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-02-28 11:51:57 -0800 Processing by HomeController#index as HTML Rendered home/index.html.haml (1.2ms) Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-02-28 11:52:00 -0800 Processing by HomeController#index as HTML Rendered home/index.html.haml (0.1ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-02-28 11:52:41 -0800 Processing by HomeController#index as HTML Rendered home/index.html.haml (1.2ms) Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-02-28 11:52:42 -0800 Processing by HomeController#index as HTML Rendered home/index.html.haml (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-02-28 11:58:05 -0800 Processing by HomeController#index as HTML Rendered home/index.html.haml (0.9ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-02-28 12:12:11 -0800 Processing by HomeController#index as HTML Rendered home/index.html.haml (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-02-28 12:12:12 -0800 Processing by HomeController#index as HTML Rendered home/index.html.haml (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-02-28 12:12:13 -0800 Processing by HomeController#index as HTML Rendered home/index.html.haml (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-02-28 12:12:13 -0800 Processing by HomeController#index as HTML Rendered home/index.html.haml (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-02-28 12:12:13 -0800 Processing by HomeController#index as HTML Rendered home/index.html.haml (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-02-28 12:12:13 -0800 Processing by HomeController#index as HTML Rendered home/index.html.haml (0.1ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-02-28 12:12:13 -0800 Processing by HomeController#index as HTML Rendered home/index.html.haml (0.1ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-02-28 12:12:13 -0800 Processing by HomeController#index as HTML Rendered home/index.html.haml (0.1ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-02-28 12:12:14 -0800 Processing by HomeController#index as HTML Rendered home/index.html.haml (0.1ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-02-28 12:12:14 -0800 Processing by HomeController#index as HTML Rendered home/index.html.haml (0.1ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-02-28 12:12:14 -0800 Processing by HomeController#index as HTML Rendered home/index.html.haml (0.1ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-02-28 12:12:14 -0800 Processing by HomeController#index as HTML Rendered home/index.html.haml (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-02-28 12:12:14 -0800 Processing by HomeController#index as HTML Rendered home/index.html.haml (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-02-28 12:12:20 -0800 Processing by HomeController#index as HTML Rendered home/index.html.haml (0.8ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-02-28 12:14:49 -0800 Processing by HomeController#index as HTML Rendered home/index.html.haml (6.2ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (undefined local variable or method `error' for #<#:0x007fcb9a2fd100>): 6: %body 7: %p.notice= notice 8: %p.alert= alert 9: %p.error= error 10: Dummy home page app/views/home/index.html.haml:9:in `_app_views_home_index_html_haml__3103140996151886275_70256221010020' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.7ms) Started GET "/" for 127.0.0.1 at 2013-02-28 12:14:56 -0800 Processing by HomeController#index as HTML Rendered home/index.html.haml (1.5ms) Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-02-28 12:15:10 -0800 Processing by HomeController#index as HTML Rendered home/index.html.haml (0.2ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/flms/login" for 127.0.0.1 at 2013-02-28 12:15:14 -0800 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (2.6ms) Compiled flms/bootstrap.css (1ms) (pid 6713) Completed 500 Internal Server Error in 47ms ActionView::Template::Error (cannot load such file -- sass (in /Users/kevin/flms/app/assets/stylesheets/flms/home.sass)): 3: %head 4: %title XYZ administration 5: %meta{name:"viewport", content:"width=device-width, initial-scale=1.0"} 6: = stylesheet_link_tag 'flms/flms', media: 'all' 7: = javascript_include_tag 'flms/flms' 8: = csrf_meta_tags 9: activesupport (3.2.12) lib/active_support/dependencies.rb:251:in `require' activesupport (3.2.12) lib/active_support/dependencies.rb:251:in `block in require' activesupport (3.2.12) lib/active_support/dependencies.rb:236:in `load_dependency' activesupport (3.2.12) lib/active_support/dependencies.rb:251:in `require' tilt (1.3.4) lib/tilt/template.rb:118:in `require_template_library' tilt (1.3.4) lib/tilt/css.rb:16:in `initialize_engine' tilt (1.3.4) lib/tilt/template.rb:56:in `initialize' sprockets (2.2.2) lib/sprockets/context.rb:192:in `new' sprockets (2.2.2) lib/sprockets/context.rb:192:in `block in evaluate' sprockets (2.2.2) lib/sprockets/context.rb:190:in `each' sprockets (2.2.2) lib/sprockets/context.rb:190:in `evaluate' sprockets (2.2.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/processed_asset.rb:111:in `block in resolve_dependencies' sprockets (2.2.2) lib/sprockets/processed_asset.rb:105:in `each' sprockets (2.2.2) lib/sprockets/processed_asset.rb:105:in `resolve_dependencies' sprockets (2.2.2) lib/sprockets/processed_asset.rb:97:in `build_required_assets' sprockets (2.2.2) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:252:in `new' sprockets (2.2.2) lib/sprockets/base.rb:252:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/environment.rb:78:in `find_asset' sprockets (2.2.2) lib/sprockets/base.rb:177:in `[]' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:44:in `block in stylesheet_link_tag' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:43:in `collect' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:43:in `stylesheet_link_tag' /Users/kevin/flms/app/views/layouts/flms/admin_login.html.haml:6:in `___sers_kevin_flms_app_views_layouts_flms_admin_login_html_haml___4157352042060792319_70256237287660' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/kevin/flms/app/controllers/flms/sessions_controller.rb:12:in `new' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:447:in `_run__1996874476778699594__process_action__1324207770571790380__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2361075509184880182__call__901708050928584889__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.2ms) Started GET "/flms/login" for 127.0.0.1 at 2013-02-28 16:40:00 -0800 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (1.4ms) Completed 500 Internal Server Error in 18ms ActionView::Template::Error (cannot load such file -- sass (in /Users/kevin/flms/app/assets/stylesheets/flms/home.sass)): 3: %head 4: %title XYZ administration 5: %meta{name:"viewport", content:"width=device-width, initial-scale=1.0"} 6: = stylesheet_link_tag 'flms/flms', media: 'all' 7: = javascript_include_tag 'flms/flms' 8: = csrf_meta_tags 9: activesupport (3.2.12) lib/active_support/dependencies.rb:251:in `require' activesupport (3.2.12) lib/active_support/dependencies.rb:251:in `block in require' activesupport (3.2.12) lib/active_support/dependencies.rb:236:in `load_dependency' activesupport (3.2.12) lib/active_support/dependencies.rb:251:in `require' tilt (1.3.4) lib/tilt/template.rb:118:in `require_template_library' tilt (1.3.4) lib/tilt/css.rb:16:in `initialize_engine' tilt (1.3.4) lib/tilt/template.rb:56:in `initialize' sprockets (2.2.2) lib/sprockets/context.rb:192:in `new' sprockets (2.2.2) lib/sprockets/context.rb:192:in `block in evaluate' sprockets (2.2.2) lib/sprockets/context.rb:190:in `each' sprockets (2.2.2) lib/sprockets/context.rb:190:in `evaluate' sprockets (2.2.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/processed_asset.rb:111:in `block in resolve_dependencies' sprockets (2.2.2) lib/sprockets/processed_asset.rb:105:in `each' sprockets (2.2.2) lib/sprockets/processed_asset.rb:105:in `resolve_dependencies' sprockets (2.2.2) lib/sprockets/processed_asset.rb:97:in `build_required_assets' sprockets (2.2.2) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:252:in `new' sprockets (2.2.2) lib/sprockets/base.rb:252:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/environment.rb:78:in `find_asset' sprockets (2.2.2) lib/sprockets/base.rb:177:in `[]' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:44:in `block in stylesheet_link_tag' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:43:in `collect' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:43:in `stylesheet_link_tag' /Users/kevin/flms/app/views/layouts/flms/admin_login.html.haml:6:in `___sers_kevin_flms_app_views_layouts_flms_admin_login_html_haml___4157352042060792319_70256237287660' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/kevin/flms/app/controllers/flms/sessions_controller.rb:12:in `new' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:447:in `_run__1996874476778699594__process_action__1324207770571790380__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2361075509184880182__call__901708050928584889__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.6ms) Started GET "/flms/login" for 127.0.0.1 at 2013-02-28 16:57:08 -0800 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (1.0ms) Completed 500 Internal Server Error in 10ms ActionView::Template::Error (cannot load such file -- sass (in /Users/kevin/flms/app/assets/stylesheets/flms/home.sass)): 3: %head 4: %title XYZ administration 5: %meta{name:"viewport", content:"width=device-width, initial-scale=1.0"} 6: = stylesheet_link_tag 'flms/flms', media: 'all' 7: = javascript_include_tag 'flms/flms' 8: = csrf_meta_tags 9: activesupport (3.2.12) lib/active_support/dependencies.rb:251:in `require' activesupport (3.2.12) lib/active_support/dependencies.rb:251:in `block in require' activesupport (3.2.12) lib/active_support/dependencies.rb:236:in `load_dependency' activesupport (3.2.12) lib/active_support/dependencies.rb:251:in `require' tilt (1.3.4) lib/tilt/template.rb:118:in `require_template_library' tilt (1.3.4) lib/tilt/css.rb:16:in `initialize_engine' tilt (1.3.4) lib/tilt/template.rb:56:in `initialize' sprockets (2.2.2) lib/sprockets/context.rb:192:in `new' sprockets (2.2.2) lib/sprockets/context.rb:192:in `block in evaluate' sprockets (2.2.2) lib/sprockets/context.rb:190:in `each' sprockets (2.2.2) lib/sprockets/context.rb:190:in `evaluate' sprockets (2.2.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/processed_asset.rb:111:in `block in resolve_dependencies' sprockets (2.2.2) lib/sprockets/processed_asset.rb:105:in `each' sprockets (2.2.2) lib/sprockets/processed_asset.rb:105:in `resolve_dependencies' sprockets (2.2.2) lib/sprockets/processed_asset.rb:97:in `build_required_assets' sprockets (2.2.2) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:252:in `new' sprockets (2.2.2) lib/sprockets/base.rb:252:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/environment.rb:78:in `find_asset' sprockets (2.2.2) lib/sprockets/base.rb:177:in `[]' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:44:in `block in stylesheet_link_tag' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:43:in `collect' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:43:in `stylesheet_link_tag' /Users/kevin/flms/app/views/layouts/flms/admin_login.html.haml:6:in `___sers_kevin_flms_app_views_layouts_flms_admin_login_html_haml___4157352042060792319_70256237287660' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/kevin/flms/app/controllers/flms/sessions_controller.rb:12:in `new' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:447:in `_run__1996874476778699594__process_action__1324207770571790380__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2361075509184880182__call__901708050928584889__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.4ms) Started GET "/flms/login" for 127.0.0.1 at 2013-02-28 16:57:09 -0800 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (1.6ms) Completed 500 Internal Server Error in 12ms ActionView::Template::Error (cannot load such file -- sass (in /Users/kevin/flms/app/assets/stylesheets/flms/home.sass)): 3: %head 4: %title XYZ administration 5: %meta{name:"viewport", content:"width=device-width, initial-scale=1.0"} 6: = stylesheet_link_tag 'flms/flms', media: 'all' 7: = javascript_include_tag 'flms/flms' 8: = csrf_meta_tags 9: activesupport (3.2.12) lib/active_support/dependencies.rb:251:in `require' activesupport (3.2.12) lib/active_support/dependencies.rb:251:in `block in require' activesupport (3.2.12) lib/active_support/dependencies.rb:236:in `load_dependency' activesupport (3.2.12) lib/active_support/dependencies.rb:251:in `require' tilt (1.3.4) lib/tilt/template.rb:118:in `require_template_library' tilt (1.3.4) lib/tilt/css.rb:16:in `initialize_engine' tilt (1.3.4) lib/tilt/template.rb:56:in `initialize' sprockets (2.2.2) lib/sprockets/context.rb:192:in `new' sprockets (2.2.2) lib/sprockets/context.rb:192:in `block in evaluate' sprockets (2.2.2) lib/sprockets/context.rb:190:in `each' sprockets (2.2.2) lib/sprockets/context.rb:190:in `evaluate' sprockets (2.2.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/processed_asset.rb:111:in `block in resolve_dependencies' sprockets (2.2.2) lib/sprockets/processed_asset.rb:105:in `each' sprockets (2.2.2) lib/sprockets/processed_asset.rb:105:in `resolve_dependencies' sprockets (2.2.2) lib/sprockets/processed_asset.rb:97:in `build_required_assets' sprockets (2.2.2) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:252:in `new' sprockets (2.2.2) lib/sprockets/base.rb:252:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/environment.rb:78:in `find_asset' sprockets (2.2.2) lib/sprockets/base.rb:177:in `[]' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:44:in `block in stylesheet_link_tag' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:43:in `collect' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:43:in `stylesheet_link_tag' /Users/kevin/flms/app/views/layouts/flms/admin_login.html.haml:6:in `___sers_kevin_flms_app_views_layouts_flms_admin_login_html_haml___4157352042060792319_70256237287660' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/kevin/flms/app/controllers/flms/sessions_controller.rb:12:in `new' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:447:in `_run__1996874476778699594__process_action__1324207770571790380__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2361075509184880182__call__901708050928584889__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.3ms) Started GET "/flms/login" for 127.0.0.1 at 2013-02-28 16:58:59 -0800 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (1.3ms) Completed 500 Internal Server Error in 12ms ActionView::Template::Error (cannot load such file -- sass (in /Users/kevin/flms/app/assets/stylesheets/flms/home.sass)): 3: %head 4: %title XYZ administration 5: %meta{name:"viewport", content:"width=device-width, initial-scale=1.0"} 6: = stylesheet_link_tag 'flms/flms', media: 'all' 7: = javascript_include_tag 'flms/flms' 8: = csrf_meta_tags 9: activesupport (3.2.12) lib/active_support/dependencies.rb:251:in `require' activesupport (3.2.12) lib/active_support/dependencies.rb:251:in `block in require' activesupport (3.2.12) lib/active_support/dependencies.rb:236:in `load_dependency' activesupport (3.2.12) lib/active_support/dependencies.rb:251:in `require' tilt (1.3.4) lib/tilt/template.rb:118:in `require_template_library' tilt (1.3.4) lib/tilt/css.rb:16:in `initialize_engine' tilt (1.3.4) lib/tilt/template.rb:56:in `initialize' sprockets (2.2.2) lib/sprockets/context.rb:192:in `new' sprockets (2.2.2) lib/sprockets/context.rb:192:in `block in evaluate' sprockets (2.2.2) lib/sprockets/context.rb:190:in `each' sprockets (2.2.2) lib/sprockets/context.rb:190:in `evaluate' sprockets (2.2.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/processed_asset.rb:111:in `block in resolve_dependencies' sprockets (2.2.2) lib/sprockets/processed_asset.rb:105:in `each' sprockets (2.2.2) lib/sprockets/processed_asset.rb:105:in `resolve_dependencies' sprockets (2.2.2) lib/sprockets/processed_asset.rb:97:in `build_required_assets' sprockets (2.2.2) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:252:in `new' sprockets (2.2.2) lib/sprockets/base.rb:252:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/environment.rb:78:in `find_asset' sprockets (2.2.2) lib/sprockets/base.rb:177:in `[]' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:44:in `block in stylesheet_link_tag' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:43:in `collect' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:43:in `stylesheet_link_tag' /Users/kevin/flms/app/views/layouts/flms/admin_login.html.haml:6:in `___sers_kevin_flms_app_views_layouts_flms_admin_login_html_haml___4157352042060792319_70256237287660' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/kevin/flms/app/controllers/flms/sessions_controller.rb:12:in `new' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:447:in `_run__1996874476778699594__process_action__1324207770571790380__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.12) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2361075509184880182__call__901708050928584889__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.3ms) Connecting to database specified by database.yml Started GET "/flms/login" for 127.0.0.1 at 2013-02-28 16:59:24 -0800 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (3.3ms) Compiled flms/home.css (135ms) (pid 11730) Compiled flms/login.css (8ms) (pid 11730) Compiled flms/flms.css (150ms) (pid 11730) Compiled jquery.js (1ms) (pid 11730) Compiled jquery_ujs.js (0ms) (pid 11730) Compiled flms/bootstrap.js (0ms) (pid 11730) Compiled flms/flms.js (40ms) (pid 11730) Completed 200 OK in 250ms (Views: 249.6ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-28 16:59:24 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (3ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-02-28 16:59:24 -0800 Served asset /flms/home.css - 200 OK (4ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-02-28 16:59:25 -0800 Served asset /flms/flms.css - 304 Not Modified (9ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-02-28 16:59:25 -0800 Served asset /flms/login.css - 200 OK (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 16:59:25 -0800 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 16:59:25 -0800 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-02-28 16:59:25 -0800 Served asset /flms/bootstrap.js - 200 OK (1ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-02-28 16:59:25 -0800 Served asset /flms/flms.js - 200 OK (3ms) Connecting to database specified by database.yml  (0.3ms) BEGIN Flms::User Exists (3.7ms) SELECT 1 AS one FROM "flms_users" WHERE "flms_users"."email" = 'kevin.goslar@originate.com' LIMIT 1 SQL (3.3ms) INSERT INTO "flms_users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id" [["created_at", Fri, 01 Mar 2013 01:21:15 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "kevin.goslar@originate.com"], ["encrypted_password", "$2a$10$9.u8R6FN5QcWctLTACvmhuCmNzeKPzi5Xx0JAn48Lhu8mKWSsk2Uy"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Fri, 01 Mar 2013 01:21:15 UTC +00:00]]  (0.3ms) COMMIT Started POST "/flms/login" for 127.0.0.1 at 2013-02-28 17:21:46 -0800 Processing by Flms::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"U2rVHQKq70KGj/4X711Kpbgw35S6H05EQ+PUKkbZh5c=", "user"=>{"email"=>"kevin.goslar@originate.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Flms::User Load (0.8ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."email" = 'kevin.goslar@originate.com' LIMIT 1  (0.2ms) BEGIN  (0.6ms) UPDATE "flms_users" SET "last_sign_in_at" = '2013-03-01 01:21:46.545567', "current_sign_in_at" = '2013-03-01 01:21:46.545567', "last_sign_in_ip" = '127.0.0.1', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2013-03-01 01:21:46.547181' WHERE "flms_users"."id" = 1  (1.7ms) COMMIT Redirected to http://localhost:3000/flms/pages Completed 302 Found in 118ms (ActiveRecord: 0.0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-28 17:21:46 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (2.6ms) Completed 200 OK in 15ms (Views: 10.9ms | ActiveRecord: 2.5ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-28 17:21:46 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-02-28 17:21:46 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 17:21:46 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 17:21:46 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/flms/logout" for 127.0.0.1 at 2013-02-28 17:25:21 -0800 ActionController::RoutingError (No route matches [GET] "/flms/logout"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/signout" for 127.0.0.1 at 2013-02-28 17:25:27 -0800 ActionController::RoutingError (No route matches [GET] "/flms/signout"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/sign-out" for 127.0.0.1 at 2013-02-28 17:25:32 -0800 ActionController::RoutingError (No route matches [GET] "/flms/sign-out"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Connecting to database specified by database.yml Started GET "/flms/user/logout" for 127.0.0.1 at 2013-02-28 17:28:13 -0800 Processing by Flms::SessionsController#destroy as HTML Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1  (0.2ms) BEGIN  (0.2ms) COMMIT Redirected to http://localhost:3000/ Completed 302 Found in 5ms (ActiveRecord: 0.9ms) Started GET "/" for 127.0.0.1 at 2013-02-28 17:28:13 -0800 Processing by HomeController#index as HTML Rendered home/index.html.haml (1.5ms) Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/flms/login" for 127.0.0.1 at 2013-02-28 17:28:18 -0800 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (1.0ms) Compiled flms/bootstrap.css (0ms) (pid 11730) Compiled flms/home.css (2ms) (pid 11730) Compiled flms/layout.css (4ms) (pid 11730) Compiled flms/login.css (2ms) (pid 11730) Compiled flms/flms.css (56ms) (pid 11730) Completed 200 OK in 73ms (Views: 72.9ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-28 17:28:18 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-02-28 17:28:18 -0800 Served asset /flms/layout.css - 200 OK (1ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-02-28 17:28:18 -0800 Served asset /flms/flms.css - 304 Not Modified (6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 17:28:18 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 17:28:18 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started POST "/flms/login" for 127.0.0.1 at 2013-02-28 17:28:23 -0800 Processing by Flms::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UWsxlpKEMbfb+O+4CieZFs67tGk6XHs+VVVT45EhYI4=", "user"=>{"email"=>"kevin.goslar@originate.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."email" = 'kevin.goslar@originate.com' LIMIT 1  (0.2ms) BEGIN  (0.3ms) UPDATE "flms_users" SET "current_sign_in_at" = '2013-03-01 01:28:23.392150', "sign_in_count" = 2, "updated_at" = '2013-03-01 01:28:23.392917' WHERE "flms_users"."id" = 1  (0.6ms) COMMIT Redirected to http://localhost:3000/flms/pages Completed 302 Found in 73ms (ActiveRecord: 0.0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-28 17:28:23 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.4ms) Completed 200 OK in 7ms (Views: 5.3ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-28 17:28:23 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 17:28:23 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 17:28:23 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-02-28 17:28:23 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-28 17:28:53 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.4ms) Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-28 17:28:53 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-02-28 17:28:53 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-02-28 17:28:53 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-02-28 17:28:53 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-02-28 17:28:53 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 17:28:53 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 17:28:53 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-02-28 17:28:53 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-02-28 17:28:53 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-28 17:28:54 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.4ms) Completed 200 OK in 8ms (Views: 5.4ms | ActiveRecord: 0.7ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-28 17:28:54 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-02-28 17:28:54 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-02-28 17:28:54 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-02-28 17:28:54 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 17:28:54 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-02-28 17:28:54 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 17:28:54 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-02-28 17:28:54 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-02-28 17:28:54 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-28 17:28:58 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.4ms) Completed 200 OK in 12ms (Views: 9.8ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-02-28 17:28:58 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-28 17:28:58 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-02-28 17:28:58 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-02-28 17:28:58 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-02-28 17:28:58 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 17:28:58 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 17:28:58 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-02-28 17:28:58 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-02-28 17:28:58 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-28 17:28:58 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.4ms) Completed 200 OK in 7ms (Views: 5.2ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-02-28 17:28:58 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-28 17:28:58 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-02-28 17:28:58 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-02-28 17:28:58 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-02-28 17:28:58 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 17:28:58 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 17:28:58 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-02-28 17:28:58 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-02-28 17:28:58 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-28 17:29:25 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.4ms) Completed 200 OK in 12ms (Views: 9.7ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-28 17:29:25 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-02-28 17:29:25 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-02-28 17:29:25 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-02-28 17:29:25 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 17:29:25 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-02-28 17:29:25 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 17:29:25 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-02-28 17:29:25 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-02-28 17:29:25 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-28 17:29:26 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.4ms) Completed 200 OK in 8ms (Views: 5.8ms | ActiveRecord: 0.7ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-28 17:29:26 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-02-28 17:29:26 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-02-28 17:29:26 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-02-28 17:29:26 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-02-28 17:29:26 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 17:29:26 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 17:29:26 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-02-28 17:29:26 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-02-28 17:29:26 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-28 17:29:32 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.5ms) Completed 200 OK in 12ms (Views: 10.5ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-28 17:29:32 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-02-28 17:29:32 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 17:29:32 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-02-28 17:29:32 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-02-28 17:29:32 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-02-28 17:29:32 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 17:29:32 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-02-28 17:29:32 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-02-28 17:29:32 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-28 17:29:44 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.5ms) Completed 200 OK in 11ms (Views: 9.2ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-28 17:29:44 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-02-28 17:29:44 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-02-28 17:29:44 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-02-28 17:29:44 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 17:29:44 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-02-28 17:29:44 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 17:29:44 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-02-28 17:29:44 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-02-28 17:29:44 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/users/logout" for 127.0.0.1 at 2013-02-28 17:29:58 -0800 ActionController::RoutingError (No route matches [GET] "/flms/users/logout"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/users/logout" for 127.0.0.1 at 2013-02-28 17:30:07 -0800 ActionController::RoutingError (No route matches [GET] "/flms/users/logout"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Connecting to database specified by database.yml Started GET "/flms/logout" for 127.0.0.1 at 2013-02-28 17:31:08 -0800 Processing by Flms::SessionsController#destroy as HTML Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1  (0.1ms) BEGIN  (0.1ms) COMMIT Redirected to http://localhost:3000/ Completed 302 Found in 49ms (ActiveRecord: 2.4ms) Started GET "/" for 127.0.0.1 at 2013-02-28 17:31:08 -0800 Processing by HomeController#index as HTML Rendered home/index.html.haml (0.2ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/flms/login" for 127.0.0.1 at 2013-02-28 17:31:43 -0800 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (1.2ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-28 17:31:43 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-02-28 17:31:43 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-02-28 17:31:43 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-02-28 17:31:43 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-02-28 17:31:43 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 17:31:43 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 17:31:43 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-02-28 17:31:43 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-02-28 17:31:43 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/login" for 127.0.0.1 at 2013-02-28 17:31:46 -0800 Processing by Flms::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"RTLwiEiFGDMZI2Yg+LCk1Qy2PtLS7V6xgPc/QD6cKNo=", "user"=>{"email"=>"kevin.goslar@originate.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."email" = 'kevin.goslar@originate.com' LIMIT 1  (0.3ms) BEGIN  (0.4ms) UPDATE "flms_users" SET "last_sign_in_at" = '2013-03-01 01:28:23.392150', "current_sign_in_at" = '2013-03-01 01:31:46.741568', "sign_in_count" = 3, "updated_at" = '2013-03-01 01:31:46.742442' WHERE "flms_users"."id" = 1  (0.7ms) COMMIT Redirected to http://localhost:3000/flms/pages Completed 302 Found in 72ms (ActiveRecord: 0.0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-28 17:31:46 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.4ms) Completed 200 OK in 13ms (Views: 8.9ms | ActiveRecord: 2.3ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-28 17:31:46 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-02-28 17:31:46 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-02-28 17:31:46 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-02-28 17:31:46 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-02-28 17:31:46 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 17:31:46 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 17:31:46 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-02-28 17:31:46 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-02-28 17:31:46 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-28 17:32:33 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.7ms) Compiled jquery.js (1ms) (pid 11730) Compiled jquery_ujs.js (0ms) (pid 11730) Compiled flms/bootstrap.js (0ms) (pid 11730) Completed 500 Internal Server Error in 57ms ActionView::Template::Error (cannot load such file -- coffee_script (in /Users/kevin/flms/app/assets/javascripts/flms/layout.coffee)): 4: %title XYZ administration 5: %meta{name:"viewport", content:"width=device-width, initial-scale=1.0"} 6: = stylesheet_link_tag 'flms/flms', media: 'all' 7: = javascript_include_tag 'flms/flms' 8: = csrf_meta_tags 9: 10: %body{class: "#{params[:controller].sub('/', ' ')} #{params[:action]}"} activesupport (3.2.12) lib/active_support/dependencies.rb:251:in `require' activesupport (3.2.12) lib/active_support/dependencies.rb:251:in `block in require' activesupport (3.2.12) lib/active_support/dependencies.rb:236:in `load_dependency' activesupport (3.2.12) lib/active_support/dependencies.rb:251:in `require' tilt (1.3.4) lib/tilt/template.rb:118:in `require_template_library' tilt (1.3.4) lib/tilt/coffee.rb:36:in `initialize_engine' tilt (1.3.4) lib/tilt/template.rb:56:in `initialize' sprockets (2.2.2) lib/sprockets/context.rb:192:in `new' sprockets (2.2.2) lib/sprockets/context.rb:192:in `block in evaluate' sprockets (2.2.2) lib/sprockets/context.rb:190:in `each' sprockets (2.2.2) lib/sprockets/context.rb:190:in `evaluate' sprockets (2.2.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/processed_asset.rb:111:in `block in resolve_dependencies' sprockets (2.2.2) lib/sprockets/processed_asset.rb:105:in `each' sprockets (2.2.2) lib/sprockets/processed_asset.rb:105:in `resolve_dependencies' sprockets (2.2.2) lib/sprockets/processed_asset.rb:97:in `build_required_assets' sprockets (2.2.2) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:252:in `new' sprockets (2.2.2) lib/sprockets/base.rb:252:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/environment.rb:78:in `find_asset' sprockets (2.2.2) lib/sprockets/base.rb:177:in `[]' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/kevin/flms/app/views/layouts/flms/admin.html.haml:7:in `___sers_kevin_flms_app_views_layouts_flms_admin_html_haml__3273465314328433204_70240259305300' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__2176155283682254317__process_action__1378950263540111572__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3087600682759479347__call__2350192168876789591__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.2ms) Connecting to database specified by database.yml Started GET "/flms/pages" for 127.0.0.1 at 2013-02-28 17:33:08 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (2.9ms) Compiled flms/layout.js (150ms) (pid 13858) Compiled flms/flms.js (162ms) (pid 13858) Completed 200 OK in 273ms (Views: 201.9ms | ActiveRecord: 8.7ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-28 17:33:09 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (12ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-02-28 17:33:09 -0800 Served asset /flms/home.css - 304 Not Modified (2ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-02-28 17:33:09 -0800 Served asset /flms/layout.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 17:33:09 -0800 Served asset /jquery.js - 304 Not Modified (35ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-02-28 17:33:09 -0800 Served asset /flms/login.css - 304 Not Modified (1ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-02-28 17:33:09 -0800 Served asset /flms/flms.css - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 17:33:09 -0800 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-02-28 17:33:09 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (1ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-02-28 17:33:09 -0800 Served asset /flms/layout.js - 200 OK (1ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-02-28 17:33:09 -0800 Served asset /flms/flms.js - 304 Not Modified (4ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-28 17:33:11 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.6ms) Completed 200 OK in 10ms (Views: 7.0ms | ActiveRecord: 0.7ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-28 17:33:11 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-02-28 17:33:11 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-02-28 17:33:11 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-02-28 17:33:11 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-02-28 17:33:11 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 17:33:11 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 17:33:11 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-02-28 17:33:11 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-02-28 17:33:11 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-02-28 17:33:11 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/logout" for 127.0.0.1 at 2013-02-28 17:33:15 -0800 Processing by Flms::SessionsController#destroy as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1  (0.1ms) BEGIN  (0.1ms) COMMIT Redirected to http://localhost:3000/ Completed 302 Found in 9ms (ActiveRecord: 0.6ms) Started GET "/" for 127.0.0.1 at 2013-02-28 17:33:16 -0800 Processing by HomeController#index as HTML Rendered home/index.html.haml (1.8ms) Completed 200 OK in 38ms (Views: 37.6ms | ActiveRecord: 0.0ms) Started GET "/flms/login" for 127.0.0.1 at 2013-02-28 17:33:20 -0800 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (3.6ms) Completed 200 OK in 12ms (Views: 11.8ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-28 17:33:20 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-02-28 17:33:20 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-02-28 17:33:20 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-02-28 17:33:20 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-02-28 17:33:20 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 17:33:20 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 17:33:20 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-02-28 17:33:20 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-02-28 17:33:20 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-02-28 17:33:20 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/login" for 127.0.0.1 at 2013-02-28 17:33:23 -0800 Processing by Flms::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"kevin.goslar@originate.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Flms::User Load (0.7ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."email" = 'kevin.goslar@originate.com' LIMIT 1  (0.2ms) BEGIN  (0.4ms) UPDATE "flms_users" SET "last_sign_in_at" = '2013-03-01 01:31:46.741568', "current_sign_in_at" = '2013-03-01 01:33:23.284493', "sign_in_count" = 4, "updated_at" = '2013-03-01 01:33:23.286102' WHERE "flms_users"."id" = 1  (1.2ms) COMMIT Redirected to http://localhost:3000/flms/pages Completed 302 Found in 77ms (ActiveRecord: 0.0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-28 17:33:23 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.4ms) Completed 200 OK in 7ms (Views: 5.3ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-28 17:33:23 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-02-28 17:33:23 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-02-28 17:33:23 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-02-28 17:33:23 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-02-28 17:33:23 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 17:33:23 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 17:33:23 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-02-28 17:33:23 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-02-28 17:33:23 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-02-28 17:33:23 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/new" for 127.0.0.1 at 2013-02-28 17:39:40 -0800 Processing by Flms::PagesController#new as HTML Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/pages/_form.html.haml (8.8ms) Rendered /Users/kevin/flms/app/views/flms/pages/new.html.haml within layouts/flms/admin (13.6ms) Completed 200 OK in 26ms (Views: 21.0ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-28 17:39:40 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-02-28 17:39:40 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-02-28 17:39:40 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-02-28 17:39:40 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-02-28 17:39:40 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 17:39:40 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 17:39:40 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-02-28 17:39:40 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-02-28 17:39:40 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-02-28 17:39:40 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/pages" for 127.0.0.1 at 2013-02-28 17:39:44 -0800 Processing by Flms::PagesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "page"=>{"title"=>"one", "url"=>"one"}, "commit"=>"Create Page"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1  (0.1ms) BEGIN SQL (2.0ms) INSERT INTO "flms_pages" ("created_at", "title", "updated_at", "url") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", Fri, 01 Mar 2013 01:39:44 UTC +00:00], ["title", "one"], ["updated_at", Fri, 01 Mar 2013 01:39:44 UTC +00:00], ["url", "one"]]  (0.2ms) COMMIT Redirected to http://localhost:3000/flms/pages Completed 302 Found in 6ms (ActiveRecord: 2.7ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-28 17:39:44 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.9ms) Completed 200 OK in 41ms (Views: 39.3ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-28 17:39:44 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-02-28 17:39:44 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-02-28 17:39:44 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-02-28 17:39:44 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-02-28 17:39:44 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 17:39:44 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 17:39:44 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-02-28 17:39:44 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-02-28 17:39:44 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-02-28 17:39:44 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/admin" for 127.0.0.1 at 2013-02-28 17:49:21 -0800 ActionController::RoutingError (No route matches [GET] "/flms/admin"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/flms/admin" for 127.0.0.1 at 2013-02-28 17:49:24 -0800 ActionController::RoutingError (No route matches [GET] "/flms/admin"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/home" for 127.0.0.1 at 2013-02-28 17:49:26 -0800 ActionController::RoutingError (No route matches [GET] "/flms/home"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/" for 127.0.0.1 at 2013-02-28 17:49:30 -0800 ActionController::RoutingError (No route matches [GET] "/flms"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/flms/" for 127.0.0.1 at 2013-02-28 17:51:24 -0800 Processing by HomeController#index as HTML Rendered home/index.html.haml (1.4ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/flms/" for 127.0.0.1 at 2013-02-28 17:53:04 -0800 Processing by Flms::DashboardController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/dashboard/index.html.haml within layouts/flms/admin (0.8ms) Completed 200 OK in 38ms (Views: 6.3ms | ActiveRecord: 7.3ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:04 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:04 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:04 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:04 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:04 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:04 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:04 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:04 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:04 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:04 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-28 17:53:08 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.9ms) Completed 200 OK in 8ms (Views: 6.2ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:08 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:08 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:08 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:08 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:08 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:08 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:08 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:08 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:08 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:08 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/admin" for 127.0.0.1 at 2013-02-28 17:53:09 -0800 ActionController::RoutingError (No route matches [GET] "/flms/admin"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/admin" for 127.0.0.1 at 2013-02-28 17:53:27 -0800 ActionController::RoutingError (No route matches [GET] "/flms/admin"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-28 17:53:28 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.9ms) Completed 200 OK in 12ms (Views: 10.5ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:29 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:29 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:29 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:29 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:29 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:29 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:29 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:29 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:29 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:29 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/admin" for 127.0.0.1 at 2013-02-28 17:53:30 -0800 ActionController::RoutingError (No route matches [GET] "/flms/admin"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/" for 127.0.0.1 at 2013-02-28 17:53:32 -0800 Processing by Flms::DashboardController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/dashboard/index.html.haml within layouts/flms/admin (0.1ms) Completed 200 OK in 8ms (Views: 5.7ms | ActiveRecord: 0.7ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:32 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:32 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:32 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:32 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:32 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:32 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:32 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:32 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:32 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:32 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/" for 127.0.0.1 at 2013-02-28 17:53:33 -0800 Processing by Flms::DashboardController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/dashboard/index.html.haml within layouts/flms/admin (0.1ms) Completed 200 OK in 8ms (Views: 5.9ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:33 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:33 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:33 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:33 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:33 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:33 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:33 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:33 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:33 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:33 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/" for 127.0.0.1 at 2013-02-28 17:53:45 -0800 Processing by Flms::DashboardController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/dashboard/index.html.haml within layouts/flms/admin (0.1ms) Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:45 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:45 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:45 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:45 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:45 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:45 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:45 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:45 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:45 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:45 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/flms/" for 127.0.0.1 at 2013-02-28 17:53:52 -0800 Processing by Flms::DashboardController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/dashboard/index.html.haml within layouts/flms/admin (0.1ms) Completed 200 OK in 11ms (Views: 8.8ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:52 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:52 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:52 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:52 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:52 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:52 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:52 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:52 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:52 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:52 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/" for 127.0.0.1 at 2013-02-28 17:53:53 -0800 Processing by Flms::DashboardController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/dashboard/index.html.haml within layouts/flms/admin (0.1ms) Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:53 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:53 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:53 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:53 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:53 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:53 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:53 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:53 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:53 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:53 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-28 17:53:54 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.8ms) Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:55 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:55 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:55 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:55 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:55 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:55 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:55 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:55 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:55 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:55 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms" for 127.0.0.1 at 2013-02-28 17:53:55 -0800 Processing by Flms::DashboardController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/dashboard/index.html.haml within layouts/flms/admin (0.1ms) Completed 200 OK in 7ms (Views: 5.2ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:56 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:56 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:56 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:56 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:56 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:56 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:56 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:56 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:56 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:56 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-28 17:53:56 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.8ms) Completed 200 OK in 8ms (Views: 5.9ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:56 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:56 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:56 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:56 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:56 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:56 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:56 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:56 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:56 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:56 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/users" for 127.0.0.1 at 2013-02-28 17:53:58 -0800 Processing by Flms::UsersController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" Rendered /Users/kevin/flms/app/views/flms/users/index.html.haml within layouts/flms/admin (2.6ms) Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:59 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:59 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:59 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:59 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-02-28 17:53:59 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:59 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:59 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:59 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:59 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-02-28 17:53:59 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-02-28 17:54:00 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.8ms) Completed 200 OK in 8ms (Views: 6.2ms | ActiveRecord: 0.7ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-28 17:54:00 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-02-28 17:54:00 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-02-28 17:54:00 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-02-28 17:54:00 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 17:54:00 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-02-28 17:54:00 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 17:54:00 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-02-28 17:54:00 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-02-28 17:54:00 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-02-28 17:54:00 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/flms/users" for 127.0.0.1 at 2013-02-28 17:54:00 -0800 Processing by Flms::UsersController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" Rendered /Users/kevin/flms/app/views/flms/users/index.html.haml within layouts/flms/admin (0.8ms) Completed 200 OK in 8ms (Views: 6.1ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-02-28 17:54:00 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-28 17:54:00 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-02-28 17:54:00 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-02-28 17:54:00 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-02-28 17:54:00 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 17:54:00 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 17:54:00 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-02-28 17:54:00 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-02-28 17:54:00 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-02-28 17:54:00 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms" for 127.0.0.1 at 2013-02-28 17:54:01 -0800 Processing by Flms::DashboardController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/dashboard/index.html.haml within layouts/flms/admin (0.1ms) Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-02-28 17:54:01 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-02-28 17:54:01 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-28 17:54:01 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-02-28 17:54:01 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-02-28 17:54:01 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 17:54:01 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 17:54:01 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-02-28 17:54:01 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-02-28 17:54:01 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-02-28 17:54:01 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms" for 127.0.0.1 at 2013-02-28 17:55:35 -0800 Processing by Flms::DashboardController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/dashboard/index.html.haml within layouts/flms/admin (0.1ms) Completed 200 OK in 8ms (Views: 5.6ms | ActiveRecord: 0.7ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-28 17:55:35 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-02-28 17:55:35 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-02-28 17:55:35 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-02-28 17:55:35 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-02-28 17:55:35 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 17:55:35 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 17:55:35 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-02-28 17:55:35 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-02-28 17:55:35 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-02-28 17:55:35 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/users" for 127.0.0.1 at 2013-02-28 18:05:57 -0800 Processing by Flms::UsersController#index as HTML Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" Rendered /Users/kevin/flms/app/views/flms/users/index.html.haml within layouts/flms/admin (0.7ms) Completed 200 OK in 28ms (Views: 6.0ms | ActiveRecord: 2.6ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-02-28 18:05:57 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-02-28 18:05:57 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 18:05:57 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-02-28 18:05:57 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-02-28 18:05:57 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 18:05:57 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-02-28 18:05:57 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-02-28 18:05:57 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-02-28 18:05:57 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml  (1.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to FlmsDeviseCreateUsers (20130208224914) Migrating to FlmsCreatePages (20130216032241) Migrating to CreateFlmsBlocks (20130302011705)  (0.2ms) BEGIN  (16.0ms) CREATE TABLE "flms_blocks" ("id" serial primary key, "name" character varying(255), "active" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.9ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130302011705')  (0.5ms) COMMIT  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (119.7ms) DROP DATABASE IF EXISTS "flms_test"  (236.0ms) CREATE DATABASE "flms_test" ENCODING = 'unicode'  (4.6ms) CREATE TABLE "flms_blocks" ("id" serial primary key, "name" character varying(255), "active" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (2.5ms) CREATE TABLE "flms_pages" ("id" serial primary key, "title" character varying(255), "url" character varying(255), "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.8ms) CREATE INDEX "index_flms_pages_on_url" ON "flms_pages" ("url")  (2.8ms) CREATE TABLE "flms_users" ("id" serial primary key, "email" character varying(255) DEFAULT '' NOT NULL, "encrypted_password" character varying(255) DEFAULT '' NOT NULL, "reset_password_token" character varying(255), "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" timestamp, "last_sign_in_at" timestamp, "current_sign_in_ip" character varying(255), "last_sign_in_ip" character varying(255), "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.8ms) CREATE UNIQUE INDEX "index_flms_users_on_email" ON "flms_users" ("email")  (0.6ms) CREATE UNIQUE INDEX "index_flms_users_on_reset_password_token" ON "flms_users" ("reset_password_token")  (0.5ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20130302011705')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130208224914')  (0.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130216032241') Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to FlmsDeviseCreateUsers (20130208224914) Migrating to FlmsCreatePages (20130216032241) Migrating to CreateFlmsBlocks (20130302011705) Migrating to CreateFlmsBlocksPages (20130302015459)  (0.2ms) BEGIN  (5.8ms) CREATE TABLE "flms_blocks_pages" ("id" serial primary key, "block_id" integer, "page_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.7ms) CREATE INDEX "index_flms_blocks_pages_on_block_id" ON "flms_blocks_pages" ("block_id")  (0.5ms) CREATE INDEX "index_flms_blocks_pages_on_page_id" ON "flms_blocks_pages" ("page_id")  (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130302015459')  (0.6ms) COMMIT  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (109.9ms) DROP DATABASE IF EXISTS "flms_test"  (232.8ms) CREATE DATABASE "flms_test" ENCODING = 'unicode'  (5.5ms) CREATE TABLE "flms_blocks" ("id" serial primary key, "name" character varying(255), "active" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.9ms) CREATE TABLE "flms_blocks_pages" ("id" serial primary key, "block_id" integer, "page_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (1.0ms) CREATE INDEX "index_flms_blocks_pages_on_block_id" ON "flms_blocks_pages" ("block_id")  (0.8ms) CREATE INDEX "index_flms_blocks_pages_on_page_id" ON "flms_blocks_pages" ("page_id")  (2.2ms) CREATE TABLE "flms_pages" ("id" serial primary key, "title" character varying(255), "url" character varying(255), "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.1ms) CREATE INDEX "index_flms_pages_on_url" ON "flms_pages" ("url")  (2.8ms) CREATE TABLE "flms_users" ("id" serial primary key, "email" character varying(255) DEFAULT '' NOT NULL, "encrypted_password" character varying(255) DEFAULT '' NOT NULL, "reset_password_token" character varying(255), "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" timestamp, "last_sign_in_at" timestamp, "current_sign_in_ip" character varying(255), "last_sign_in_ip" character varying(255), "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "index_flms_users_on_email" ON "flms_users" ("email")  (0.8ms) CREATE UNIQUE INDEX "index_flms_users_on_reset_password_token" ON "flms_users" ("reset_password_token")  (0.6ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20130302015459')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130208224914')  (0.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130216032241')  (0.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130302011705') Connecting to database specified by database.yml Started GET "/flms" for 127.0.0.1 at 2013-03-04 10:44:28 -0800 Processing by Flms::DashboardController#index as HTML Flms::User Load (2.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.8ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/dashboard/index.html.haml within layouts/flms/admin (1.9ms) Compiled flms/bootstrap.css (0ms) (pid 3851) Compiled flms/home.css (229ms) (pid 3851) Compiled flms/layout.css (2ms) (pid 3851) Compiled flms/login.css (3ms) (pid 3851) Compiled flms/flms.css (279ms) (pid 3851) Compiled jquery.js (2ms) (pid 3851) Compiled jquery_ujs.js (0ms) (pid 3851) Compiled flms/bootstrap.js (0ms) (pid 3851) Compiled flms/layout.js (218ms) (pid 3851) Compiled flms/flms.js (280ms) (pid 3851) Completed 200 OK in 755ms (Views: 618.7ms | ActiveRecord: 43.6ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 10:44:29 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (3ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 10:44:29 -0800 Served asset /flms/home.css - 200 OK (37ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 10:44:29 -0800 Served asset /flms/layout.css - 200 OK (1ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 10:44:29 -0800 Served asset /flms/login.css - 200 OK (3ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 10:44:29 -0800 Served asset /flms/flms.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 10:44:29 -0800 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 10:44:29 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 10:44:29 -0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 10:44:29 -0800 Served asset /flms/layout.js - 304 Not Modified (1ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 10:44:29 -0800 Served asset /flms/flms.js - 304 Not Modified (4ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-03-04 10:44:31 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (3.3ms) Completed 200 OK in 11ms (Views: 9.1ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 10:44:31 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 10:44:31 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 10:44:31 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 10:44:31 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 10:44:31 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 10:44:31 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 10:44:31 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/new" for 127.0.0.1 at 2013-03-04 10:44:34 -0800 Processing by Flms::PagesController#new as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/pages/_form.html.haml (11.6ms) Rendered /Users/kevin/flms/app/views/flms/pages/new.html.haml within layouts/flms/admin (15.2ms) Completed 200 OK in 22ms (Views: 20.5ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 10:44:34 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 10:44:34 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 10:44:34 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 10:44:34 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 10:44:34 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 10:44:34 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 10:44:34 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/edit" for 127.0.0.1 at 2013-03-04 10:45:24 -0800 Processing by Flms::PagesController#edit as HTML Parameters: {"id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (4.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/pages/_form.html.haml (2.1ms) Rendered /Users/kevin/flms/app/views/flms/pages/edit.html.haml within layouts/flms/admin (3.9ms) Completed 200 OK in 15ms (Views: 8.9ms | ActiveRecord: 4.5ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 10:45:24 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 10:45:24 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 10:45:24 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 10:45:24 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 10:45:24 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 10:45:24 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 10:45:24 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/edit" for 127.0.0.1 at 2013-03-04 10:45:27 -0800 Processing by Flms::PagesController#edit as HTML Parameters: {"id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/pages/_form.html.haml (2.2ms) Rendered /Users/kevin/flms/app/views/flms/pages/edit.html.haml within layouts/flms/admin (3.1ms) Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 10:45:27 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 10:45:27 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 10:45:27 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 10:45:27 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 10:45:27 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 10:45:27 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 10:45:27 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/edit" for 127.0.0.1 at 2013-03-04 10:45:35 -0800 Processing by Flms::PagesController#edit as HTML Parameters: {"id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/pages/_form.html.haml (2.2ms) Rendered /Users/kevin/flms/app/views/flms/pages/edit.html.haml within layouts/flms/admin (3.1ms) Completed 200 OK in 10ms (Views: 8.0ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 10:45:35 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 10:45:35 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 10:45:35 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 10:45:35 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 10:45:35 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 10:45:35 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 10:45:35 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 10:45:38 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::Page Load (0.4ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.6ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/application (54.9ms) Completed 200 OK in 75ms (Views: 59.7ms | ActiveRecord: 5.2ms) Started GET "/assets/flms/application.css" for 127.0.0.1 at 2013-03-04 10:45:38 -0800 Served asset /flms/application.css - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/flms/application.css"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/assets/flms/application.js" for 127.0.0.1 at 2013-03-04 10:45:38 -0800 Served asset /flms/application.js - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/flms/application.js"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-03-04 10:46:42 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (2.7ms) Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 10:46:42 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 10:46:42 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 10:46:42 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 10:46:42 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 10:46:42 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 10:46:42 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 10:46:42 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 10:46:42 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 10:46:42 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 10:46:42 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/edit" for 127.0.0.1 at 2013-03-04 10:46:43 -0800 Processing by Flms::PagesController#edit as HTML Parameters: {"id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/pages/_form.html.haml (2.1ms) Rendered /Users/kevin/flms/app/views/flms/pages/edit.html.haml within layouts/flms/admin (3.0ms) Completed 200 OK in 10ms (Views: 7.9ms | ActiveRecord: 0.7ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 10:46:43 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 10:46:43 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 10:46:43 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 10:46:43 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 10:46:43 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 10:46:43 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 10:46:43 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 10:46:43 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 10:46:43 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 10:46:43 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 10:46:47 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/application (1.7ms) Completed 200 OK in 44ms (Views: 42.3ms | ActiveRecord: 0.7ms) Started GET "/assets/flms/application.js" for 127.0.0.1 at 2013-03-04 10:46:47 -0800 Served asset /flms/application.js - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/flms/application.js"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started GET "/assets/flms/application.css" for 127.0.0.1 at 2013-03-04 10:46:47 -0800 Served asset /flms/application.css - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/flms/application.css"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-03-04 10:47:05 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (2.0ms) Completed 500 Internal Server Error in 5ms ActionView::Template::Error (There's no Ruby code for = to evaluate.): 11: - @pages.each do |page| 12: %tr 13: %td= link_to page.title, page_blocks_path(page) 14: %td= 15: = link_to 'edit', edit_page_path(page) 16: = link_to 'delete', page_path(page), method: :delete, data: { confirm: 'Are you sure?' } 17: /Users/kevin/flms/app/views/flms/pages/index.html.haml:14 haml (4.0.0) lib/haml/parser.rb:390:in `tag' haml (4.0.0) lib/haml/parser.rb:214:in `process_line' haml (4.0.0) lib/haml/parser.rb:122:in `parse' haml (4.0.0) lib/haml/engine.rb:66:in `initialize' haml (4.0.0) lib/haml/template/plugin.rb:25:in `new' haml (4.0.0) lib/haml/template/plugin.rb:25:in `compile' haml (4.0.0) lib/haml/template/plugin.rb:30:in `call' actionpack (3.2.12) lib/action_view/template.rb:268:in `compile' actionpack (3.2.12) lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' actionpack (3.2.12) lib/action_view/template.rb:232:in `compile!' actionpack (3.2.12) lib/action_view/template.rb:144:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__1504498140542586141__process_action__1388353619415604899__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3268007504049938384__call__605670430812699254__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.7ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-03-04 10:47:10 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (2.9ms) Completed 200 OK in 10ms (Views: 8.2ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 10:47:10 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 10:47:10 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 10:47:10 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 10:47:10 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 10:47:10 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 10:47:10 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 10:47:10 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 10:47:10 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 10:47:10 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 10:47:10 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-03-04 10:47:22 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (2.6ms) Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 10:47:22 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 10:47:22 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 10:47:22 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 10:47:22 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 10:47:22 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 10:47:22 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 10:47:22 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 10:47:22 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 10:47:22 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 10:47:22 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-03-04 10:47:32 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (3.0ms) Completed 200 OK in 11ms (Views: 8.7ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 10:47:32 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 10:47:32 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 10:47:32 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 10:47:32 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 10:47:32 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 10:47:32 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 10:47:32 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 10:47:32 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 10:47:32 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 10:47:33 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-03-04 10:49:15 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.9ms) Completed 200 OK in 8ms (Views: 5.9ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 10:49:15 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 10:49:15 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 10:49:15 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 10:49:15 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 10:49:15 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 10:49:15 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 10:49:15 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 10:49:15 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 10:49:15 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 10:49:15 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 10:49:26 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::Page Load (0.4ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/application (1.6ms) Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.7ms) Started GET "/assets/flms/application.js" for 127.0.0.1 at 2013-03-04 10:49:26 -0800 Served asset /flms/application.js - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/flms/application.js"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/assets/flms/application.css" for 127.0.0.1 at 2013-03-04 10:49:26 -0800 Served asset /flms/application.css - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/flms/application.css"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/pages/one/edit" for 127.0.0.1 at 2013-03-04 10:49:30 -0800 Processing by Flms::PagesController#edit as HTML Parameters: {"id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/pages/_form.html.haml (2.3ms) Rendered /Users/kevin/flms/app/views/flms/pages/edit.html.haml within layouts/flms/admin (3.3ms) Completed 200 OK in 10ms (Views: 8.2ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 10:49:30 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 10:49:30 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 10:49:30 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 10:49:30 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 10:49:30 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 10:49:30 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 10:49:30 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 10:49:30 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 10:49:30 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 10:49:30 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 10:49:35 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::Page Load (0.4ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/application (1.6ms) Completed 200 OK in 48ms (Views: 46.1ms | ActiveRecord: 0.7ms) Started GET "/assets/flms/application.js" for 127.0.0.1 at 2013-03-04 10:49:35 -0800 Served asset /flms/application.js - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/flms/application.js"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/assets/flms/application.css" for 127.0.0.1 at 2013-03-04 10:49:35 -0800 Served asset /flms/application.css - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/flms/application.css"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 10:49:59 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::Page Load (0.8ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.9ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (6.7ms) Completed 200 OK in 31ms (Views: 8.7ms | ActiveRecord: 9.3ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 10:49:59 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 10:49:59 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 10:49:59 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 10:49:59 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 10:49:59 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 10:49:59 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 10:49:59 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 10:49:59 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 10:49:59 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 10:49:59 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/blocks/new" for 127.0.0.1 at 2013-03-04 10:50:05 -0800 Processing by Flms::BlocksController#new as HTML Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.erb (2.6ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.erb within layouts/flms/admin (3.7ms) Completed 200 OK in 12ms (Views: 8.6ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 10:50:05 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 10:50:05 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 10:50:05 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 10:50:05 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 10:50:05 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 10:50:05 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 10:50:05 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 10:50:05 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 10:50:05 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 10:50:05 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/blocks/new" for 127.0.0.1 at 2013-03-04 10:50:10 -0800 Processing by Flms::BlocksController#new as HTML Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.erb (1.9ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.erb within layouts/flms/admin (3.0ms) Completed 200 OK in 8ms (Views: 8.3ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 10:50:10 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 10:50:10 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 10:50:10 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 10:50:10 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 10:50:10 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 10:50:10 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 10:50:10 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 10:50:10 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 10:50:10 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 10:50:10 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2013-03-04 10:50:27 -0800 Processing by HomeController#index as HTML Rendered home/index.html.haml (1.6ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/flms/" for 127.0.0.1 at 2013-03-04 10:50:33 -0800 Processing by Flms::DashboardController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/dashboard/index.html.haml within layouts/flms/admin (0.1ms) Completed 200 OK in 29ms (Views: 5.1ms | ActiveRecord: 2.8ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 10:50:33 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 10:50:33 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 10:50:33 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 10:50:33 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 10:50:33 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 10:50:33 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 10:50:33 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 10:50:33 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 10:50:33 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 10:50:33 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-03-04 10:50:35 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.8ms) Completed 200 OK in 8ms (Views: 5.9ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 10:50:35 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 10:50:35 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 10:50:35 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 10:50:35 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 10:50:35 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 10:50:35 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 10:50:35 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 10:50:35 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 10:50:35 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 10:50:35 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/new" for 127.0.0.1 at 2013-03-04 10:50:36 -0800 Processing by Flms::PagesController#new as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/pages/_form.html.haml (2.5ms) Rendered /Users/kevin/flms/app/views/flms/pages/new.html.haml within layouts/flms/admin (3.5ms) Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 10:50:36 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 10:50:36 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 10:50:36 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 10:50:36 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 10:50:36 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 10:50:36 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 10:50:36 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 10:50:36 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 10:50:36 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 10:50:36 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/blocks/new" for 127.0.0.1 at 2013-03-04 10:53:04 -0800 Processing by Flms::BlocksController#new as HTML Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (4.1ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (6.1ms) Completed 200 OK in 11ms (Views: 11.1ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 10:53:04 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 10:53:04 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 10:53:04 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 10:53:04 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 10:53:04 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 10:53:04 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 10:53:04 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 10:53:04 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 10:53:04 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 10:53:04 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/blocks" for 127.0.0.1 at 2013-03-04 10:53:20 -0800 Processing by Flms::BlocksController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "block"=>{"name"=>""}, "commit"=>"Create Block"} Completed 404 Not Found in 0ms ActiveRecord::RecordNotFound (Couldn't find Flms::Page without an ID): activerecord (3.2.12) lib/active_record/relation/finder_methods.rb:310:in `find_with_ids' activerecord (3.2.12) lib/active_record/relation/finder_methods.rb:107:in `find' activerecord (3.2.12) lib/active_record/querying.rb:5:in `find' /Users/kevin/flms/app/controllers/flms/blocks_controller.rb:25:in `create' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__2585917298736200133__process_action__2435660608168261249__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3268007504049938384__call__605670430812699254__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.4ms) Started GET "/flms/blocks/new" for 127.0.0.1 at 2013-03-04 10:53:24 -0800 Processing by Flms::BlocksController#new as HTML Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (1.6ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (2.4ms) Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 10:53:24 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 10:53:24 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 10:53:24 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 10:53:24 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 10:53:24 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 10:53:24 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 10:53:24 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 10:53:24 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 10:53:24 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 10:53:24 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/blocks/new" for 127.0.0.1 at 2013-03-04 10:53:25 -0800 Processing by Flms::BlocksController#new as HTML Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (1.9ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (2.8ms) Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 10:53:25 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 10:53:25 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 10:53:25 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 10:53:25 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 10:53:25 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 10:53:25 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 10:53:25 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 10:53:25 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 10:53:25 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 10:53:25 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 10:54:07 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (1.6ms) Completed 200 OK in 8ms (Views: 6.2ms | ActiveRecord: 0.7ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 10:54:07 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 10:54:07 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 10:54:07 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 10:54:07 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 10:54:07 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 10:54:07 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 10:54:07 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 10:54:07 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 10:54:07 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 10:54:07 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 10:56:21 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::Page Load (0.4ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (8.2ms) Completed 200 OK in 28ms (Views: 10.8ms | ActiveRecord: 5.0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 10:56:21 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 10:56:21 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 10:56:21 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 10:56:21 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 10:56:21 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 10:56:21 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 10:56:21 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 10:56:21 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 10:56:21 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 10:56:21 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 10:56:22 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (2.0ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.8ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 10:56:22 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 10:56:22 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 10:56:22 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 10:56:22 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 10:56:22 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 10:56:22 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 10:56:22 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 10:56:22 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 10:56:22 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 10:56:22 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 10:56:35 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::Page Load (0.4ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (1.7ms) Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 10:56:35 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 10:56:35 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 10:56:35 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 10:56:35 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 10:56:35 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 10:56:35 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 10:56:35 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 10:56:35 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 10:56:35 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 10:56:35 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-04 10:56:36 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (2.4ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (3.4ms) Completed 200 OK in 12ms (Views: 8.6ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 10:56:36 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 10:56:36 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 10:56:36 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 10:56:36 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 10:56:36 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 10:56:36 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 10:56:36 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 10:56:36 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 10:56:36 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 10:56:36 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/blocks" for 127.0.0.1 at 2013-03-04 10:56:42 -0800 ActionController::RoutingError (No route matches [POST] "/flms/blocks"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-04 10:56:46 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (1.7ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (2.7ms) Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 10:56:46 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 10:56:46 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 10:56:46 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 10:56:46 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 10:56:46 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 10:56:46 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 10:56:46 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 10:56:46 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 10:56:46 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 10:56:46 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-04 10:57:11 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::Page Load (2.5ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."id" = $1 LIMIT 1 [["id", "one"]] Completed 404 Not Found in 10ms ActiveRecord::RecordNotFound (Couldn't find Flms::Page with id=one): activerecord (3.2.12) lib/active_record/relation/finder_methods.rb:341:in `find_one' activerecord (3.2.12) lib/active_record/relation/finder_methods.rb:312:in `find_with_ids' activerecord (3.2.12) lib/active_record/relation/finder_methods.rb:107:in `find' activerecord (3.2.12) lib/active_record/querying.rb:5:in `find' /Users/kevin/flms/app/controllers/flms/blocks_controller.rb:17:in `new' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__2585917298736200133__process_action__1990532892415463884__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3268007504049938384__call__605670430812699254__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.1ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-04 10:57:14 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."id" = $1 LIMIT 1 [["id", "one"]] Completed 404 Not Found in 1ms ActiveRecord::RecordNotFound (Couldn't find Flms::Page with id=one): activerecord (3.2.12) lib/active_record/relation/finder_methods.rb:341:in `find_one' activerecord (3.2.12) lib/active_record/relation/finder_methods.rb:312:in `find_with_ids' activerecord (3.2.12) lib/active_record/relation/finder_methods.rb:107:in `find' activerecord (3.2.12) lib/active_record/querying.rb:5:in `find' /Users/kevin/flms/app/controllers/flms/blocks_controller.rb:17:in `new' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__2585917298736200133__process_action__1990532892415463884__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3268007504049938384__call__605670430812699254__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.0ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-04 10:57:29 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (2.9ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (3.8ms) Completed 200 OK in 26ms (Views: 8.9ms | ActiveRecord: 3.6ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 10:57:29 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 10:57:29 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 10:57:29 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 10:57:29 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 10:57:29 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 10:57:29 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 10:57:29 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 10:57:29 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 10:57:29 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 10:57:29 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 10:57:35 -0800 ActionController::RoutingError (No route matches [POST] "/flms/pages/one/blocks"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started POST "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 10:57:45 -0800 Processing by Flms::BlocksController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "block"=>{"name"=>""}, "commit"=>"Create Block", "page_id"=>"one"} Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1  (0.1ms) BEGIN SQL (5.1ms) INSERT INTO "flms_blocks" ("active", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["active", nil], ["created_at", Mon, 04 Mar 2013 18:57:45 UTC +00:00], ["name", ""], ["updated_at", Mon, 04 Mar 2013 18:57:45 UTC +00:00]]  (0.5ms) COMMIT Redirected to http://localhost:3000/flms/blocks/1 Completed 302 Found in 26ms (ActiveRecord: 9.3ms) Started GET "/flms/blocks/1" for 127.0.0.1 at 2013-03-04 10:57:45 -0800 ActionController::RoutingError (No route matches [GET] "/flms/blocks/1"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started POST "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 10:57:55 -0800 Processing by Flms::BlocksController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "block"=>{"name"=>""}, "commit"=>"Create Block", "page_id"=>"one"} Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "flms_blocks" ("active", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["active", nil], ["created_at", Mon, 04 Mar 2013 18:57:55 UTC +00:00], ["name", ""], ["updated_at", Mon, 04 Mar 2013 18:57:55 UTC +00:00]]  (1.6ms) COMMIT Redirected to http://localhost:3000/flms/blocks/2 Completed 302 Found in 5ms (ActiveRecord: 2.4ms) Started GET "/flms/blocks/2" for 127.0.0.1 at 2013-03-04 10:57:55 -0800 ActionController::RoutingError (No route matches [GET] "/flms/blocks/2"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started POST "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 10:58:26 -0800 Processing by Flms::BlocksController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "block"=>{"name"=>""}, "commit"=>"Create Block", "page_id"=>"one"} Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1  (0.2ms) BEGIN SQL (0.4ms) INSERT INTO "flms_blocks" ("active", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["active", nil], ["created_at", Mon, 04 Mar 2013 18:58:27 UTC +00:00], ["name", ""], ["updated_at", Mon, 04 Mar 2013 18:58:27 UTC +00:00]]  (1.6ms) COMMIT Redirected to http://localhost:3000/flms/pages/one/blocks Completed 302 Found in 22ms (ActiveRecord: 6.2ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 10:58:27 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.7ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.6ms) Completed 200 OK in 14ms (Views: 8.6ms | ActiveRecord: 1.9ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 10:58:27 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 10:58:27 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 10:58:27 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 10:58:27 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 10:58:27 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 10:58:27 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 10:58:27 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 10:58:27 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 10:58:27 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 10:58:27 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2013-03-04 10:58:52 -0800 Processing by HomeController#index as HTML Rendered home/index.html.haml (0.2ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started POST "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 10:59:52 -0800 Processing by Flms::BlocksController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "block"=>{"name"=>""}, "commit"=>"Create Block", "page_id"=>"one"} Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1  (0.1ms) BEGIN  (0.1ms) ROLLBACK Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (3.3ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (4.3ms) Completed 200 OK in 64ms (Views: 9.5ms | ActiveRecord: 4.3ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 10:59:52 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 10:59:52 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 10:59:52 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 10:59:52 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 10:59:52 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 10:59:52 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 10:59:52 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 10:59:52 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 10:59:52 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 10:59:52 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 11:00:09 -0800 Processing by Flms::BlocksController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "block"=>{"name"=>"anoetuhaoeu"}, "commit"=>"Create Block", "page_id"=>"one"} Flms::Page Load (0.4ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "flms_blocks" ("active", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["active", nil], ["created_at", Mon, 04 Mar 2013 19:00:09 UTC +00:00], ["name", "anoetuhaoeu"], ["updated_at", Mon, 04 Mar 2013 19:00:09 UTC +00:00]]  (0.4ms) COMMIT Redirected to http://localhost:3000/flms/pages/one/blocks Completed 302 Found in 4ms (ActiveRecord: 1.3ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 11:00:09 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::Page Load (0.4ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.2ms) Completed 200 OK in 13ms (Views: 7.8ms | ActiveRecord: 1.7ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 11:00:09 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 11:00:09 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 11:00:09 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 11:00:09 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 11:00:09 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 11:00:09 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 11:00:09 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 11:00:09 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 11:00:09 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 11:00:09 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 11:01:18 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::Page Load (0.4ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (2.1ms) Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.9ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 11:01:18 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 11:01:18 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 11:01:18 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 11:01:18 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 11:01:18 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 11:01:18 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 11:01:18 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 11:01:18 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 11:01:18 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 11:01:18 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 11:01:20 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (1.9ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.7ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 11:01:21 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 11:01:21 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 11:01:21 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 11:01:21 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 11:01:21 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 11:01:21 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 11:01:21 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 11:01:21 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 11:01:21 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 11:01:21 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 11:01:22 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::Page Load (0.4ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (1.9ms) Completed 200 OK in 9ms (Views: 6.9ms | ActiveRecord: 0.8ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 11:01:22 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 11:01:22 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 11:01:22 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 11:01:22 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 11:01:22 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 11:01:22 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 11:01:22 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 11:01:22 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 11:01:22 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 11:01:22 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-04 11:03:44 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::Page Load (0.4ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (1.7ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (2.5ms) Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 11:03:44 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 11:03:44 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 11:03:44 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 11:03:44 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 11:03:44 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 11:03:44 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 11:03:44 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 11:03:44 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 11:03:44 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 11:03:44 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2013-03-04 13:08:53 -0800 Processing by HomeController#index as HTML Rendered home/index.html.haml (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-03-04 15:00:41 -0800 Processing by HomeController#index as HTML Rendered home/index.html.haml (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-03-04 16:36:57 -0800 Processing by HomeController#index as HTML Rendered home/index.html.haml (0.1ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-04 17:23:27 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (2.9ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (3.8ms) Completed 200 OK in 26ms (Views: 8.9ms | ActiveRecord: 3.7ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 17:23:27 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 17:23:27 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 17:23:27 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 17:23:27 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 17:23:27 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 17:23:27 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 17:23:27 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 17:23:27 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 17:23:27 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 17:23:27 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-04 17:23:28 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::Page Load (0.4ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (1.8ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (2.7ms) Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 17:23:28 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 17:23:28 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 17:23:28 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 17:23:28 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 17:23:28 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 17:23:28 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 17:23:28 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 17:23:28 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 17:23:28 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 17:23:28 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 17:23:29 -0800 Processing by Flms::BlocksController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "block"=>{"name"=>""}, "commit"=>"Create Block", "page_id"=>"one"} Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1  (0.1ms) BEGIN  (0.2ms) ROLLBACK Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (2.2ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (3.1ms) Completed 200 OK in 11ms (Views: 8.0ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 17:23:29 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 17:23:29 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 17:23:29 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 17:23:29 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 17:23:29 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 17:23:29 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 17:23:29 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 17:23:29 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 17:23:29 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 17:23:29 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 17:23:31 -0800 Processing by Flms::BlocksController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "block"=>{"name"=>"aonetuh"}, "commit"=>"Create Block", "page_id"=>"one"} Flms::Page Load (0.4ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "flms_blocks" ("active", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["active", nil], ["created_at", Tue, 05 Mar 2013 01:23:31 UTC +00:00], ["name", "aonetuh"], ["updated_at", Tue, 05 Mar 2013 01:23:31 UTC +00:00]]  (0.2ms) COMMIT  (0.2ms) BEGIN SQL (1.8ms) INSERT INTO "flms_blocks_pages" ("block_id", "created_at", "page_id", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["block_id", 5], ["created_at", Tue, 05 Mar 2013 01:23:31 UTC +00:00], ["page_id", 1], ["updated_at", Tue, 05 Mar 2013 01:23:31 UTC +00:00]]  (0.2ms) COMMIT Redirected to http://localhost:3000/flms/pages/one/blocks Completed 302 Found in 19ms (ActiveRecord: 4.6ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 17:23:31 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.7ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.3ms) Completed 200 OK in 12ms (Views: 9.4ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 17:23:31 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 17:23:31 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 17:23:31 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 17:23:31 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 17:23:31 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 17:23:31 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 17:23:31 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 17:23:31 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 17:23:31 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 17:23:31 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/blocks/5/edit" for 127.0.0.1 at 2013-03-04 17:23:36 -0800 Processing by Flms::BlocksController#edit as HTML Parameters: {"id"=>"5"} Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 LIMIT 1 [["id", "5"]] Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (8.5ms) Rendered /Users/kevin/flms/app/views/flms/blocks/edit.html.erb within layouts/flms/admin (9.6ms) Completed 500 Internal Server Error in 13ms ActionView::Template::Error (undefined local variable or method `caption' for #<#:0x007fe748c13e50>): 1: = form_for [@page, @block], html: {class: 'form-horizontal'} do |f| 2: %fieldset 3: %legend= caption 4: 5: - if @block.errors.any? 6: #error_explanation /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:3:in `block in ___sers_kevin_flms_app_views_flms_blocks__form_html_haml___2951842665737212991_70315667444340' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:133:in `call' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:133:in `block (2 levels) in form_for_with_haml' haml (4.0.0) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:133:in `block in form_for_with_haml' actionpack (3.2.12) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.12) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (4.0.0) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (3.2.12) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:59:in `capture_with_haml' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:135:in `form_for_with_haml' haml (4.0.0) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:1:in `___sers_kevin_flms_app_views_flms_blocks__form_html_haml___2951842665737212991_70315667444340' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.12) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:12:in `render_with_haml' /Users/kevin/flms/app/views/flms/blocks/edit.html.erb:3:in `___sers_kevin_flms_app_views_flms_blocks_edit_html_erb___1636959098865612726_70315667392060' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__2585917298736200133__process_action__2742486874190479993__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3268007504049938384__call__605670430812699254__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (34.4ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (40.7ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 17:23:38 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 17:23:38 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 17:23:38 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 17:23:38 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 17:23:38 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 17:23:38 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 17:23:38 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 17:23:38 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 17:23:38 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 17:23:38 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started DELETE "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 17:23:46 -0800 ActionController::RoutingError (No route matches [DELETE] "/flms/pages/one/blocks"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 17:23:47 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 17:23:47 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 17:23:47 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 17:23:47 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 17:23:47 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 17:23:47 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 17:23:47 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 17:23:47 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 17:23:47 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 17:23:47 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 17:28:20 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::Page Load (0.4ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (2.2ms) Completed 200 OK in 9ms (Views: 6.8ms | ActiveRecord: 0.8ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 17:28:20 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 17:28:20 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 17:28:20 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 17:28:20 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 17:28:20 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 17:28:20 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 17:28:20 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 17:28:20 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 17:28:20 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 17:28:20 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 17:28:23 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::Page Load (0.4ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (2.5ms) Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.9ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 17:28:23 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 17:28:23 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 17:28:23 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 17:28:23 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 17:28:23 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 17:28:23 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 17:28:23 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 17:28:23 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 17:28:23 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 17:28:23 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 17:32:36 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (12.3ms) Completed 500 Internal Server Error in 28ms ActionController::RoutingError (No route matches {:action=>"edit", :controller=>"flms/blocks", :page_id=>#, :id=>nil}): actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:533:in `raise_routing_error' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:529:in `rescue in generate' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:521:in `generate' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:562:in `generate' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:587:in `url_for' actionpack (3.2.12) lib/action_dispatch/routing/url_for.rb:148:in `url_for' actionpack (3.2.12) lib/action_view/helpers/url_helper.rb:107:in `url_for' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:213:in `edit_page_block_path' /Users/kevin/flms/app/views/flms/blocks/index.html.haml:15:in `block in ___sers_kevin_flms_app_views_flms_blocks_index_html_haml__2764495049672203357_70315692597200' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /Users/kevin/flms/app/views/flms/blocks/index.html.haml:11:in `___sers_kevin_flms_app_views_flms_blocks_index_html_haml__2764495049672203357_70315692597200' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__2585917298736200133__process_action__1388353619415604899__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3268007504049938384__call__605670430812699254__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 17:32:53 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.6ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.4ms) Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.9ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 17:32:53 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 17:32:53 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 17:32:53 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 17:32:53 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 17:32:53 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 17:32:53 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 17:32:53 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 17:32:53 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 17:32:53 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 17:32:53 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 17:33:00 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::Page Load (0.4ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.6ms) Completed 200 OK in 45ms (Views: 43.9ms | ActiveRecord: 0.8ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 17:33:00 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 17:33:00 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 17:33:00 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 17:33:00 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 17:33:00 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 17:33:00 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 17:33:00 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 17:33:00 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 17:33:00 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 17:33:00 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 17:33:05 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.5ms) Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.7ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 17:33:05 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 17:33:05 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 17:33:05 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 17:33:05 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 17:33:05 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 17:33:05 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 17:33:05 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 17:33:05 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 17:33:05 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 17:33:05 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks/5/edit" for 127.0.0.1 at 2013-03-04 17:33:08 -0800 Processing by Flms::BlocksController#edit as HTML Parameters: {"page_id"=>"one", "id"=>"5"} Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 LIMIT 1 [["id", "5"]] Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (6.8ms) Rendered /Users/kevin/flms/app/views/flms/blocks/edit.html.erb within layouts/flms/admin (7.6ms) Completed 500 Internal Server Error in 10ms ActionView::Template::Error (undefined local variable or method `caption' for #<#:0x007fe748a9a5b0>): 1: = form_for [@page, @block], html: {class: 'form-horizontal'} do |f| 2: %fieldset 3: %legend= caption 4: 5: - if @block.errors.any? 6: #error_explanation /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:3:in `block in ___sers_kevin_flms_app_views_flms_blocks__form_html_haml___2951842665737212991_70315667444340' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:133:in `call' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:133:in `block (2 levels) in form_for_with_haml' haml (4.0.0) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:133:in `block in form_for_with_haml' actionpack (3.2.12) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.12) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (4.0.0) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (3.2.12) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:59:in `capture_with_haml' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:135:in `form_for_with_haml' haml (4.0.0) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:1:in `___sers_kevin_flms_app_views_flms_blocks__form_html_haml___2951842665737212991_70315667444340' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.12) lib/action_view/helpers/rendering_helper.rb:27:in `render' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:12:in `render_with_haml' /Users/kevin/flms/app/views/flms/blocks/edit.html.erb:3:in `___sers_kevin_flms_app_views_flms_blocks_edit_html_erb___1636959098865612726_70315667392060' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__2585917298736200133__process_action__2742486874190479993__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3268007504049938384__call__605670430812699254__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.3ms) Started GET "/flms/pages/one/blocks/5/edit" for 127.0.0.1 at 2013-03-04 17:34:01 -0800 Processing by Flms::BlocksController#edit as HTML Parameters: {"page_id"=>"one", "id"=>"5"} Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 LIMIT 1 [["id", "5"]] Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (1.9ms) Rendered /Users/kevin/flms/app/views/flms/blocks/edit.html.haml within layouts/flms/admin (4.2ms) Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 17:34:01 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 17:34:01 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 17:34:01 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 17:34:01 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 17:34:01 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 17:34:01 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 17:34:01 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 17:34:01 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 17:34:01 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 17:34:01 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started PUT "/flms/blocks/5" for 127.0.0.1 at 2013-03-04 17:34:07 -0800 ActionController::RoutingError (No route matches [PUT] "/flms/blocks/5"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/pages/one/blocks/5/edit" for 127.0.0.1 at 2013-03-04 17:34:44 -0800 Processing by Flms::BlocksController#edit as HTML Parameters: {"page_id"=>"one", "id"=>"5"} Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 LIMIT 1 [["id", "5"]] Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (2.4ms) Rendered /Users/kevin/flms/app/views/flms/blocks/edit.html.haml within layouts/flms/admin (4.3ms) Completed 200 OK in 16ms (Views: 9.5ms | ActiveRecord: 2.0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 17:34:45 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 17:34:45 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 17:34:45 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 17:34:45 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 17:34:45 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 17:34:45 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 17:34:45 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 17:34:45 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 17:34:45 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 17:34:45 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks/5/edit" for 127.0.0.1 at 2013-03-04 17:34:45 -0800 Processing by Flms::BlocksController#edit as HTML Parameters: {"page_id"=>"one", "id"=>"5"} Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 LIMIT 1 [["id", "5"]] Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (1.9ms) Rendered /Users/kevin/flms/app/views/flms/blocks/edit.html.haml within layouts/flms/admin (2.9ms) Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 17:34:45 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 17:34:45 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 17:34:45 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 17:34:45 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 17:34:45 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 17:34:45 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 17:34:45 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 17:34:45 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 17:34:45 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 17:34:45 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started PUT "/flms/blocks/5" for 127.0.0.1 at 2013-03-04 17:34:46 -0800 ActionController::RoutingError (No route matches [PUT] "/flms/blocks/5"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started GET "/flms/pages/one/blocks/5/edit" for 127.0.0.1 at 2013-03-04 17:34:48 -0800 Processing by Flms::BlocksController#edit as HTML Parameters: {"page_id"=>"one", "id"=>"5"} Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 LIMIT 1 [["id", "5"]] Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (1.9ms) Rendered /Users/kevin/flms/app/views/flms/blocks/edit.html.haml within layouts/flms/admin (2.9ms) Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 17:34:48 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 17:34:48 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 17:34:48 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 17:34:48 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 17:34:48 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 17:34:48 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 17:34:48 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 17:34:48 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 17:34:48 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 17:34:48 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks/5/edit" for 127.0.0.1 at 2013-03-04 17:35:02 -0800 Processing by Flms::BlocksController#edit as HTML Parameters: {"page_id"=>"one", "id"=>"5"} Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 LIMIT 1 [["id", "5"]] Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (6.5ms) Rendered /Users/kevin/flms/app/views/flms/blocks/edit.html.haml within layouts/flms/admin (7.3ms) Completed 500 Internal Server Error in 26ms ActionView::Template::Error (undefined method `page_block_path' for #<#:0x007fe74ba88a60>): 1: = form_for [@page, @block], html: {class: 'form-horizontal'} do |f| 2: %fieldset 3: %legend= caption 4: actionpack (3.2.12) lib/action_dispatch/routing/polymorphic_routes.rb:129:in `polymorphic_url' actionpack (3.2.12) lib/action_dispatch/routing/polymorphic_routes.rb:135:in `polymorphic_path' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:397:in `apply_form_for_options!' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:370:in `form_for' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:135:in `form_for_with_haml' haml (4.0.0) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:1:in `___sers_kevin_flms_app_views_flms_blocks__form_html_haml___2951842665737212991_70315666984520' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.12) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.0) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /Users/kevin/flms/app/views/flms/blocks/edit.html.haml:2:in `___sers_kevin_flms_app_views_flms_blocks_edit_html_haml__3953281356984527372_70315690985320' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__2585917298736200133__process_action__2742486874190479993__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3268007504049938384__call__605670430812699254__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.2ms) Started GET "/flms/pages/one/blocks/5/edit" for 127.0.0.1 at 2013-03-04 17:35:38 -0800 Processing by Flms::BlocksController#edit as HTML Parameters: {"page_id"=>"one", "id"=>"5"} Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 LIMIT 1 [["id", "5"]] Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (3.1ms) Rendered /Users/kevin/flms/app/views/flms/blocks/edit.html.haml within layouts/flms/admin (4.0ms) Completed 200 OK in 27ms (Views: 9.2ms | ActiveRecord: 3.7ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 17:35:38 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 17:35:38 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 17:35:38 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 17:35:38 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 17:35:38 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 17:35:38 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 17:35:38 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 17:35:38 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 17:35:38 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 17:35:38 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started PUT "/flms/pages/one/blocks/5" for 127.0.0.1 at 2013-03-04 17:35:41 -0800 Processing by Flms::BlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "block"=>{"name"=>"aonetuh"}, "commit"=>"Update Block", "page_id"=>"one", "id"=>"5"} Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 LIMIT 1 [["id", "5"]]  (0.0ms) BEGIN  (0.0ms) COMMIT Redirected to http://localhost:3000/flms/blocks/5 Completed 302 Found in 4ms (ActiveRecord: 0.6ms) Started GET "/flms/blocks/5" for 127.0.0.1 at 2013-03-04 17:35:41 -0800 ActionController::RoutingError (No route matches [GET] "/flms/blocks/5"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started GET "/flms/pages/one/blocks/5/edit" for 127.0.0.1 at 2013-03-04 17:35:44 -0800 Processing by Flms::BlocksController#edit as HTML Parameters: {"page_id"=>"one", "id"=>"5"} Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 LIMIT 1 [["id", "5"]] Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (2.0ms) Rendered /Users/kevin/flms/app/views/flms/blocks/edit.html.haml within layouts/flms/admin (3.0ms) Completed 200 OK in 10ms (Views: 8.0ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 17:35:44 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 17:35:44 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 17:35:44 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 17:35:44 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 17:35:44 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 17:35:44 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 17:35:44 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 17:35:44 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 17:35:44 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 17:35:44 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks/5/edit" for 127.0.0.1 at 2013-03-04 17:35:45 -0800 Processing by Flms::BlocksController#edit as HTML Parameters: {"page_id"=>"one", "id"=>"5"} Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 LIMIT 1 [["id", "5"]] Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (1.9ms) Rendered /Users/kevin/flms/app/views/flms/blocks/edit.html.haml within layouts/flms/admin (2.9ms) Completed 200 OK in 10ms (Views: 7.9ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 17:35:45 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 17:35:45 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 17:35:45 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 17:35:45 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 17:35:45 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 17:35:45 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 17:35:45 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 17:35:45 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 17:35:45 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 17:35:45 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks/5/edit" for 127.0.0.1 at 2013-03-04 17:35:46 -0800 Processing by Flms::BlocksController#edit as HTML Parameters: {"page_id"=>"one", "id"=>"5"} Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 LIMIT 1 [["id", "5"]] Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (2.0ms) Rendered /Users/kevin/flms/app/views/flms/blocks/edit.html.haml within layouts/flms/admin (2.9ms) Completed 200 OK in 10ms (Views: 8.2ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 17:35:46 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 17:35:46 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 17:35:46 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 17:35:46 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 17:35:46 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 17:35:46 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 17:35:46 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 17:35:46 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 17:35:46 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 17:35:46 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started PUT "/flms/pages/one/blocks/5" for 127.0.0.1 at 2013-03-04 17:36:05 -0800 Processing by Flms::BlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "block"=>{"name"=>"aonetuh"}, "commit"=>"Update Block", "page_id"=>"one", "id"=>"5"} Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 LIMIT 1 [["id", "5"]]  (0.1ms) BEGIN  (0.1ms) COMMIT Redirected to http://localhost:3000/flms/pages/one/blocks/5 Completed 302 Found in 20ms (ActiveRecord: 3.9ms) Started GET "/flms/pages/one/blocks/5" for 127.0.0.1 at 2013-03-04 17:36:05 -0800 ActionController::RoutingError (No route matches [GET] "/flms/pages/one/blocks/5"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started PUT "/flms/pages/one/blocks/5" for 127.0.0.1 at 2013-03-04 17:36:14 -0800 Processing by Flms::BlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "block"=>{"name"=>"aonetuh"}, "commit"=>"Update Block", "page_id"=>"one", "id"=>"5"} Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 LIMIT 1 [["id", "5"]]  (0.2ms) BEGIN  (0.1ms) COMMIT Redirected to http://localhost:3000/flms/pages/one/blocks Completed 302 Found in 20ms (ActiveRecord: 4.0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 17:36:14 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (7.0ms) Completed 200 OK in 16ms (Views: 10.9ms | ActiveRecord: 1.6ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 17:36:14 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 17:36:15 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 17:36:15 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 17:36:15 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 17:36:15 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 17:36:15 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 17:36:15 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 17:36:15 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 17:36:15 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 17:36:15 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks/5/edit" for 127.0.0.1 at 2013-03-04 17:36:25 -0800 Processing by Flms::BlocksController#edit as HTML Parameters: {"page_id"=>"one", "id"=>"5"} Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 LIMIT 1 [["id", "5"]] Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (2.5ms) Rendered /Users/kevin/flms/app/views/flms/blocks/edit.html.haml within layouts/flms/admin (3.3ms) Completed 200 OK in 10ms (Views: 8.1ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 17:36:25 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 17:36:25 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 17:36:25 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 17:36:25 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 17:36:25 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 17:36:25 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 17:36:25 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 17:36:25 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 17:36:25 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started PUT "/flms/pages/one/blocks/5" for 127.0.0.1 at 2013-03-04 17:36:27 -0800 Processing by Flms::BlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "block"=>{"name"=>"aonetuh2342"}, "commit"=>"Update Block", "page_id"=>"one", "id"=>"5"} Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 LIMIT 1 [["id", "5"]]  (0.1ms) BEGIN  (0.3ms) UPDATE "flms_blocks" SET "name" = 'aonetuh2342', "updated_at" = '2013-03-05 01:36:27.321083' WHERE "flms_blocks"."id" = 5  (1.7ms) COMMIT Redirected to http://localhost:3000/flms/pages/one/blocks Completed 302 Found in 5ms (ActiveRecord: 2.5ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 17:36:27 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (2.3ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.7ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 17:36:27 -0800 Served asset /flms/layout.css - 200 OK (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 17:36:27 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 17:36:27 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 17:36:27 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 17:36:27 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 17:36:27 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 17:36:27 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 17:36:27 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 17:36:27 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 17:36:27 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2013-03-04 17:37:49 -0800 Processing by HomeController#index as HTML Rendered home/index.html.haml (0.2ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 17:51:59 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (9.9ms) Completed 200 OK in 88ms (Views: 12.6ms | ActiveRecord: 6.7ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 17:51:59 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 17:51:59 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 17:51:59 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 17:51:59 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 17:51:59 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 17:51:59 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 17:51:59 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 17:51:59 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 17:51:59 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 17:51:59 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started DELETE "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 17:52:01 -0800 ActionController::RoutingError (No route matches [DELETE] "/flms/pages/one/blocks"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 17:52:39 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.2ms) Completed 500 Internal Server Error in 9ms ActionController::RoutingError (No route matches {:action=>"update", :controller=>"flms/blocks", :page_id=>#, :id=>nil}): actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:533:in `raise_routing_error' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:529:in `rescue in generate' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:521:in `generate' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:562:in `generate' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:587:in `url_for' actionpack (3.2.12) lib/action_dispatch/routing/url_for.rb:148:in `url_for' actionpack (3.2.12) lib/action_view/helpers/url_helper.rb:107:in `url_for' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:213:in `page_block_path' /Users/kevin/flms/app/views/flms/blocks/index.html.haml:16:in `block in ___sers_kevin_flms_app_views_flms_blocks_index_html_haml__2764495049672203357_70315666483380' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /Users/kevin/flms/app/views/flms/blocks/index.html.haml:11:in `___sers_kevin_flms_app_views_flms_blocks_index_html_haml__2764495049672203357_70315666483380' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__2585917298736200133__process_action__1388353619415604899__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3268007504049938384__call__605670430812699254__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Connecting to database specified by database.yml Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 17:53:18 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.4ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.7ms) Completed 200 OK in 12ms (Views: 9.4ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 17:53:19 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 17:53:19 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 17:53:19 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 17:53:19 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 17:53:19 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 17:53:19 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 17:53:19 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 17:53:19 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 17:53:19 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 17:53:19 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started DELETE "/flms/pages/one/blocks/5" for 127.0.0.1 at 2013-03-04 17:53:21 -0800 ActionController::RoutingError (No route matches [DELETE] "/flms/pages/one/blocks/5"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started DELETE "/flms/pages/one/blocks/5" for 127.0.0.1 at 2013-03-04 17:54:12 -0800 ActionController::RoutingError (No route matches [DELETE] "/flms/pages/one/blocks/5"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started DELETE "/flms/pages/one/blocks/5" for 127.0.0.1 at 2013-03-04 17:55:21 -0800 ActionController::RoutingError (No route matches [DELETE] "/flms/pages/one/blocks/5"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 17:55:26 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (10.9ms) Completed 200 OK in 54ms (Views: 14.3ms | ActiveRecord: 6.0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 17:55:26 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 17:55:26 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 17:55:26 -0800 Served asset /flms/flms.css - 304 Not Modified (33ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 17:55:26 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 17:55:26 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 17:55:26 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 17:55:26 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 17:55:26 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 17:55:26 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 17:55:26 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started DELETE "/flms/pages/one/blocks/5" for 127.0.0.1 at 2013-03-04 17:55:48 -0800 ActionController::RoutingError (No route matches [DELETE] "/flms/pages/one/blocks/5"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started DELETE "/flms/pages/one/blocks/5" for 127.0.0.1 at 2013-03-04 17:56:44 -0800 ActionController::RoutingError (No route matches [DELETE] "/flms/pages/one/blocks/5"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started DELETE "/flms/pages/one/blocks/5" for 127.0.0.1 at 2013-03-04 17:56:55 -0800 ActionController::RoutingError (No route matches [DELETE] "/flms/pages/one/blocks/5"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started DELETE "/flms/pages/one/blocks/5" for 127.0.0.1 at 2013-03-04 17:56:57 -0800 ActionController::RoutingError (No route matches [DELETE] "/flms/pages/one/blocks/5"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 17:56:59 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (10.3ms) Completed 200 OK in 86ms (Views: 12.8ms | ActiveRecord: 6.7ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 17:56:59 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 17:56:59 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 17:56:59 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 17:56:59 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 17:56:59 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 17:56:59 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 17:56:59 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 17:56:59 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 17:56:59 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 17:56:59 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started DELETE "/flms/pages/one/blocks/5" for 127.0.0.1 at 2013-03-04 17:57:01 -0800 ActionController::RoutingError (No route matches [DELETE] "/flms/pages/one/blocks/5"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started DELETE "/flms/pages/one/blocks/5" for 127.0.0.1 at 2013-03-04 17:57:29 -0800 Processing by Flms::BlocksController#destroy as HTML Parameters: {"authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "page_id"=>"one", "id"=>"5"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 LIMIT 1 [["id", "5"]]  (0.1ms) BEGIN SQL (0.3ms) DELETE FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 [["id", 5]]  (1.8ms) COMMIT Redirected to http://localhost:3000/flms/pages/one/blocks Completed 302 Found in 42ms (ActiveRecord: 7.9ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 17:57:29 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.0ms) Completed 200 OK in 14ms (Views: 7.9ms | ActiveRecord: 1.9ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 17:57:29 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 17:57:29 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 17:57:29 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 17:57:29 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 17:57:29 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 17:57:29 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 17:57:29 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 17:57:29 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 17:57:29 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 17:57:29 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-04 17:57:32 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (3.0ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (3.9ms) Completed 200 OK in 11ms (Views: 8.8ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 17:57:32 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 17:57:32 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 17:57:32 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 17:57:32 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 17:57:32 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 17:57:32 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 17:57:32 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 17:57:32 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 17:57:32 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 17:57:33 -0800 Processing by Flms::BlocksController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "block"=>{"name"=>"asonetuh"}, "commit"=>"Create Block", "page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "flms_blocks" ("active", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["active", nil], ["created_at", Tue, 05 Mar 2013 01:57:33 UTC +00:00], ["name", "asonetuh"], ["updated_at", Tue, 05 Mar 2013 01:57:33 UTC +00:00]]  (0.4ms) COMMIT  (0.2ms) BEGIN SQL (0.5ms) INSERT INTO "flms_blocks_pages" ("block_id", "created_at", "page_id", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["block_id", 6], ["created_at", Tue, 05 Mar 2013 01:57:33 UTC +00:00], ["page_id", 1], ["updated_at", Tue, 05 Mar 2013 01:57:33 UTC +00:00]]  (0.3ms) COMMIT Redirected to http://localhost:3000/flms/pages/one/blocks Completed 302 Found in 15ms (ActiveRecord: 3.2ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 17:57:33 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (2.4ms) Completed 200 OK in 9ms (Views: 7.0ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-04 17:57:33 -0800 Served asset /flms/login.css - 200 OK (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 17:57:33 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 17:57:33 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 17:57:33 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 17:57:33 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 17:57:33 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 17:57:33 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 17:57:33 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 17:57:33 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 17:57:33 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started DELETE "/flms/pages/one/blocks/6" for 127.0.0.1 at 2013-03-04 17:57:35 -0800 Processing by Flms::BlocksController#destroy as HTML Parameters: {"authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "page_id"=>"one", "id"=>"6"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 LIMIT 1 [["id", "6"]]  (0.1ms) BEGIN SQL (0.1ms) DELETE FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 [["id", 6]]  (1.5ms) COMMIT Redirected to http://localhost:3000/flms/pages/one/blocks Completed 302 Found in 5ms (ActiveRecord: 2.5ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 17:57:35 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.4ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (1.8ms) Completed 200 OK in 8ms (Views: 6.4ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 17:57:35 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 17:57:35 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 17:57:35 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 17:57:35 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 17:57:35 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 17:57:35 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 17:57:35 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 17:57:35 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 17:57:35 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-04 17:57:49 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (3.0ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (3.9ms) Completed 200 OK in 49ms (Views: 9.0ms | ActiveRecord: 5.5ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 17:57:49 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 17:57:49 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 17:57:49 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 17:57:49 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 17:57:49 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 17:57:49 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 17:57:49 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 17:57:49 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 17:57:49 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 17:57:50 -0800 Processing by Flms::BlocksController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "block"=>{"name"=>"aosnetuh"}, "commit"=>"Create Block", "page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "flms_blocks" ("active", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["active", nil], ["created_at", Tue, 05 Mar 2013 01:57:50 UTC +00:00], ["name", "aosnetuh"], ["updated_at", Tue, 05 Mar 2013 01:57:50 UTC +00:00]]  (0.4ms) COMMIT  (0.2ms) BEGIN SQL (0.4ms) INSERT INTO "flms_blocks_pages" ("block_id", "created_at", "page_id", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["block_id", 7], ["created_at", Tue, 05 Mar 2013 01:57:50 UTC +00:00], ["page_id", 1], ["updated_at", Tue, 05 Mar 2013 01:57:50 UTC +00:00]]  (0.4ms) COMMIT Redirected to http://localhost:3000/flms/pages/one/blocks Completed 302 Found in 52ms (ActiveRecord: 4.1ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 17:57:50 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.6ms) Completed 200 OK in 11ms (Views: 8.2ms | ActiveRecord: 0.9ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 17:57:50 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 17:57:50 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 17:57:50 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 17:57:50 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 17:57:50 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 17:57:50 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 17:57:50 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 17:57:50 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 17:57:50 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started DELETE "/flms/pages/one/blocks/7" for 127.0.0.1 at 2013-03-04 17:57:52 -0800 Processing by Flms::BlocksController#destroy as HTML Parameters: {"authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "page_id"=>"one", "id"=>"7"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 LIMIT 1 [["id", "7"]]  (0.1ms) BEGIN SQL (0.2ms) DELETE FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 [["id", 7]]  (1.6ms) COMMIT Redirected to http://localhost:3000/flms/pages/one/blocks Completed 302 Found in 6ms (ActiveRecord: 2.9ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-04 17:57:52 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (2.1ms) Completed 200 OK in 9ms (Views: 6.7ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-04 17:57:52 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-04 17:57:52 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-04 17:57:52 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 17:57:52 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-04 17:57:52 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 17:57:52 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-04 17:57:52 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-04 17:57:52 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-04 17:57:52 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 10:12:11 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.9ms) Completed 200 OK in 11ms (Views: 8.6ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 10:12:11 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 10:12:11 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 10:12:11 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 10:12:11 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 10:12:11 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 10:12:11 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 10:12:11 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 10:12:11 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 10:12:11 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 10:12:11 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 10:12:12 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (1.9ms) Completed 200 OK in 9ms (Views: 6.8ms | ActiveRecord: 0.9ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 10:12:12 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 10:12:12 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 10:12:12 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 10:12:12 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 10:12:12 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 10:12:12 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 10:12:12 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 10:12:12 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 10:12:12 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 10:12:12 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-05 10:12:13 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (1.9ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (2.8ms) Completed 200 OK in 10ms (Views: 7.7ms | ActiveRecord: 0.7ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 10:12:13 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 10:12:13 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 10:12:13 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 10:12:13 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 10:12:13 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 10:12:13 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 10:12:13 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 10:12:13 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 10:12:13 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 10:12:14 -0800 Processing by Flms::BlocksController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "block"=>{"name"=>"one"}, "commit"=>"Create Block", "page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1  (0.0ms) BEGIN SQL (0.3ms) INSERT INTO "flms_blocks" ("active", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["active", nil], ["created_at", Tue, 05 Mar 2013 18:12:14 UTC +00:00], ["name", "one"], ["updated_at", Tue, 05 Mar 2013 18:12:14 UTC +00:00]]  (0.3ms) COMMIT  (0.0ms) BEGIN SQL (0.2ms) INSERT INTO "flms_blocks_pages" ("block_id", "created_at", "page_id", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["block_id", 8], ["created_at", Tue, 05 Mar 2013 18:12:14 UTC +00:00], ["page_id", 1], ["updated_at", Tue, 05 Mar 2013 18:12:14 UTC +00:00]]  (0.2ms) COMMIT Redirected to http://localhost:3000/flms/pages/one/blocks Completed 302 Found in 5ms (ActiveRecord: 1.8ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 10:12:14 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (2.5ms) Completed 200 OK in 9ms (Views: 6.9ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 10:12:14 -0800 Served asset /flms/flms.css - 200 OK (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 10:12:14 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 10:12:14 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 10:12:14 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 10:12:14 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 10:12:14 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 10:12:14 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 10:12:14 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 10:12:14 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 10:12:14 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks/8/edit" for 127.0.0.1 at 2013-03-05 10:12:16 -0800 Processing by Flms::BlocksController#edit as HTML Parameters: {"page_id"=>"one", "id"=>"8"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 LIMIT 1 [["id", "8"]] Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (2.1ms) Rendered /Users/kevin/flms/app/views/flms/blocks/edit.html.haml within layouts/flms/admin (3.2ms) Completed 200 OK in 11ms (Views: 8.3ms | ActiveRecord: 0.8ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 10:12:16 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 10:12:16 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 10:12:16 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 10:12:16 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 10:12:16 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 10:12:16 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 10:12:16 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 10:12:16 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 10:12:16 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 10:12:18 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 10:12:18 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 10:12:18 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 10:12:18 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 10:12:18 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 10:12:18 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 10:12:18 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 10:12:18 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 10:12:18 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2013-03-05 10:19:23 -0800 Processing by HomeController#index as HTML Rendered home/index.html.haml (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 11:03:14 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (2.5ms) Completed 200 OK in 10ms (Views: 7.5ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 11:03:14 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 11:03:14 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 11:03:14 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 11:03:14 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 11:03:14 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 11:03:14 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 11:03:14 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 11:03:14 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 11:03:14 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 11:03:21 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (2.5ms) Completed 200 OK in 10ms (Views: 7.6ms | ActiveRecord: 0.9ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 11:03:21 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 11:03:21 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 11:03:21 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 11:03:21 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 11:03:21 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 11:03:21 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 11:03:21 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 11:03:21 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 11:03:21 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 11:03:21 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 11:03:22 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (2.5ms) Completed 200 OK in 10ms (Views: 7.6ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 11:03:22 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 11:03:22 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 11:03:22 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 11:03:22 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 11:03:22 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 11:03:22 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 11:03:22 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 11:03:22 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 11:03:22 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 11:03:22 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 11:03:23 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (2.4ms) Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.9ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 11:03:23 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 11:03:23 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 11:03:23 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 11:03:23 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 11:03:23 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 11:03:23 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 11:03:23 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 11:03:23 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 11:03:23 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 11:03:23 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 11:03:23 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (2.5ms) Completed 200 OK in 10ms (Views: 7.3ms | ActiveRecord: 0.8ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 11:03:23 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 11:03:23 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 11:03:23 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 11:03:23 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 11:03:23 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 11:03:23 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 11:03:23 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 11:03:23 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 11:03:24 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 11:03:24 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 11:03:24 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (2.4ms) Completed 200 OK in 9ms (Views: 7.0ms | ActiveRecord: 0.8ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 11:03:24 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 11:03:24 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 11:03:24 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 11:03:24 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 11:03:24 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 11:03:24 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 11:03:24 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 11:03:24 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 11:03:24 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 11:03:24 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks/8/edit" for 127.0.0.1 at 2013-03-05 11:04:29 -0800 Processing by Flms::BlocksController#edit as HTML Parameters: {"page_id"=>"one", "id"=>"8"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 LIMIT 1 [["id", "8"]] Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (1.9ms) Rendered /Users/kevin/flms/app/views/flms/blocks/edit.html.haml within layouts/flms/admin (2.8ms) Completed 200 OK in 10ms (Views: 7.5ms | ActiveRecord: 0.8ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 11:04:29 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 11:04:29 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 11:04:29 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 11:04:29 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 11:04:29 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 11:04:29 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 11:04:29 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 11:04:29 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 11:04:29 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 11:04:29 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started PUT "/flms/pages/one/blocks/8" for 127.0.0.1 at 2013-03-05 11:04:31 -0800 Processing by Flms::BlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "block"=>{"name"=>"FitBit"}, "commit"=>"Update Block", "page_id"=>"one", "id"=>"8"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 LIMIT 1 [["id", "8"]]  (0.0ms) BEGIN  (0.2ms) UPDATE "flms_blocks" SET "name" = 'FitBit', "updated_at" = '2013-03-05 19:04:31.861172' WHERE "flms_blocks"."id" = 8  (0.4ms) COMMIT Redirected to http://localhost:3000/flms/pages/one/blocks Completed 302 Found in 4ms (ActiveRecord: 1.3ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 11:04:31 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (2.3ms) Completed 200 OK in 9ms (Views: 6.7ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 11:04:31 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 11:04:31 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 11:04:31 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 11:04:31 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 11:04:31 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 11:04:31 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 11:04:31 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 11:04:31 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 11:04:31 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 11:04:31 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-05 11:04:34 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (1.7ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (2.6ms) Completed 200 OK in 10ms (Views: 8.2ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 11:04:34 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 11:04:34 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 11:04:34 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 11:04:34 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 11:04:34 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 11:04:34 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 11:04:34 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 11:04:34 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 11:04:34 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 11:04:34 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 11:04:36 -0800 Processing by Flms::BlocksController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "block"=>{"name"=>"FuelBand"}, "commit"=>"Create Block", "page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "flms_blocks" ("active", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["active", nil], ["created_at", Tue, 05 Mar 2013 19:04:36 UTC +00:00], ["name", "FuelBand"], ["updated_at", Tue, 05 Mar 2013 19:04:36 UTC +00:00]]  (0.2ms) COMMIT  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "flms_blocks_pages" ("block_id", "created_at", "page_id", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["block_id", 9], ["created_at", Tue, 05 Mar 2013 19:04:36 UTC +00:00], ["page_id", 1], ["updated_at", Tue, 05 Mar 2013 19:04:36 UTC +00:00]]  (0.2ms) COMMIT Redirected to http://localhost:3000/flms/pages/one/blocks Completed 302 Found in 5ms (ActiveRecord: 1.7ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 11:04:36 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (2.9ms) Completed 200 OK in 10ms (Views: 7.4ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 11:04:36 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 11:04:36 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 11:04:36 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 11:04:36 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 11:04:36 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 11:04:36 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 11:04:36 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 11:04:36 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 11:04:36 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 11:04:36 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-05 11:04:41 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (2.1ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (3.0ms) Completed 200 OK in 10ms (Views: 8.0ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 11:04:41 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 11:04:41 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 11:04:41 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 11:04:41 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 11:04:41 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 11:04:41 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 11:04:41 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 11:04:41 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 11:04:41 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 11:04:41 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 11:04:42 -0800 Processing by Flms::BlocksController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "block"=>{"name"=>"Car"}, "commit"=>"Create Block", "page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "flms_blocks" ("active", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["active", nil], ["created_at", Tue, 05 Mar 2013 19:04:42 UTC +00:00], ["name", "Car"], ["updated_at", Tue, 05 Mar 2013 19:04:42 UTC +00:00]]  (0.3ms) COMMIT  (0.0ms) BEGIN SQL (0.3ms) INSERT INTO "flms_blocks_pages" ("block_id", "created_at", "page_id", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["block_id", 10], ["created_at", Tue, 05 Mar 2013 19:04:42 UTC +00:00], ["page_id", 1], ["updated_at", Tue, 05 Mar 2013 19:04:42 UTC +00:00]]  (0.2ms) COMMIT Redirected to http://localhost:3000/flms/pages/one/blocks Completed 302 Found in 6ms (ActiveRecord: 1.8ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 11:04:42 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.8ms) Completed 200 OK in 10ms (Views: 8.2ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 11:04:42 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 11:04:42 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 11:04:42 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 11:04:42 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 11:04:42 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 11:04:42 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 11:04:42 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 11:04:42 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 11:04:42 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 11:04:42 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-05 11:06:28 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (2.0ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (2.9ms) Completed 200 OK in 10ms (Views: 7.8ms | ActiveRecord: 0.7ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 11:06:28 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 11:06:28 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 11:06:28 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 11:06:28 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 11:06:28 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 11:06:28 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 11:06:28 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 11:06:28 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 11:06:28 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 11:06:28 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 11:06:29 -0800 Processing by Flms::BlocksController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "block"=>{"name"=>"anoetuh"}, "commit"=>"Create Block", "page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "flms_blocks" ("active", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["active", nil], ["created_at", Tue, 05 Mar 2013 19:06:29 UTC +00:00], ["name", "anoetuh"], ["updated_at", Tue, 05 Mar 2013 19:06:29 UTC +00:00]]  (0.5ms) COMMIT  (0.0ms) BEGIN SQL (0.2ms) INSERT INTO "flms_blocks_pages" ("block_id", "created_at", "page_id", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["block_id", 11], ["created_at", Tue, 05 Mar 2013 19:06:29 UTC +00:00], ["page_id", 1], ["updated_at", Tue, 05 Mar 2013 19:06:29 UTC +00:00]]  (0.4ms) COMMIT Redirected to http://localhost:3000/flms/pages/one/blocks Completed 302 Found in 6ms (ActiveRecord: 2.0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 11:06:29 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.0ms) Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.8ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 11:06:29 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 11:06:29 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 11:06:29 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 11:06:29 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 11:06:29 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 11:06:29 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 11:06:29 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 11:06:29 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 11:06:29 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 11:06:29 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started DELETE "/flms/pages/one/blocks/11" for 127.0.0.1 at 2013-03-05 11:06:31 -0800 Processing by Flms::BlocksController#destroy as HTML Parameters: {"authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "page_id"=>"one", "id"=>"11"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 LIMIT 1 [["id", "11"]]  (0.1ms) BEGIN SQL (0.2ms) DELETE FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 [["id", 11]]  (1.7ms) COMMIT Redirected to http://localhost:3000/flms/pages/one/blocks Completed 302 Found in 5ms (ActiveRecord: 2.8ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 11:06:31 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.6ms) Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.8ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 11:06:31 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 11:06:31 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 11:06:31 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 11:06:31 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 11:06:31 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 11:06:31 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 11:06:31 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 11:06:31 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 11:06:31 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 11:06:31 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 11:11:40 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.8ms) Completed 200 OK in 15ms (Views: 12.2ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 11:11:40 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 11:11:40 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 11:11:40 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 11:11:40 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 11:11:40 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 11:11:40 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 11:11:40 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 11:11:40 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 11:11:40 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 11:11:40 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 11:11:41 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.7ms) Completed 200 OK in 11ms (Views: 8.4ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 11:11:41 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 11:11:41 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 11:11:41 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 11:11:41 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 11:11:41 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 11:11:41 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 11:11:41 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 11:11:41 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 11:11:41 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 11:11:41 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 11:11:41 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.6ms) Completed 200 OK in 11ms (Views: 8.5ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 11:11:41 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 11:11:41 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 11:11:41 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 11:11:41 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 11:11:41 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 11:11:41 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 11:11:41 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 11:11:41 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 11:11:41 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 11:11:41 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 11:12:23 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.9ms) Completed 200 OK in 12ms (Views: 8.9ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 11:12:23 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 11:12:23 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 11:12:23 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 11:12:23 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 11:12:23 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 11:12:23 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 11:12:23 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 11:12:23 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 11:12:23 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 11:12:23 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 11:13:30 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.7ms) Completed 200 OK in 14ms (Views: 11.6ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 11:13:30 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 11:13:30 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 11:13:30 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 11:13:30 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 11:13:30 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 11:13:30 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 11:13:30 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 11:13:30 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 11:13:30 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 11:13:30 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 11:13:31 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.7ms) Completed 200 OK in 11ms (Views: 8.5ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 11:13:31 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 11:13:31 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 11:13:31 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 11:13:31 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 11:13:31 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 11:13:31 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 11:13:31 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 11:13:31 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 11:13:31 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 11:13:31 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 11:13:48 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.7ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.6ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (22.5ms) Compiled flms/bootstrap.css (0ms) (pid 21737) Compiled flms/home.css (134ms) (pid 21737) Compiled flms/layout.css (1ms) (pid 21737) Compiled flms/login.css (2ms) (pid 21737) Compiled flms/flms.css (147ms) (pid 21737) Compiled jquery.js (2ms) (pid 21737) Compiled jquery_ujs.js (0ms) (pid 21737) Compiled flms/bootstrap.js (0ms) (pid 21737) Compiled flms/layout.js (156ms) (pid 21737) Compiled flms/flms.js (176ms) (pid 21737) Completed 200 OK in 537ms (Views: 422.5ms | ActiveRecord: 12.4ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 11:13:48 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (6ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 11:13:48 -0800 Served asset /flms/home.css - 304 Not Modified (2ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 11:13:48 -0800 Served asset /flms/layout.css - 304 Not Modified (2ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 11:13:48 -0800 Served asset /flms/flms.css - 304 Not Modified (5ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 11:13:49 -0800 Served asset /flms/login.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 11:13:49 -0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 11:13:49 -0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 11:13:49 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (1ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 11:13:49 -0800 Served asset /flms/layout.js - 304 Not Modified (1ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 11:13:49 -0800 Served asset /flms/flms.js - 304 Not Modified (5ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 11:13:51 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.9ms) Completed 200 OK in 12ms (Views: 8.9ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 11:13:51 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 11:13:51 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 11:13:51 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 11:13:51 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 11:13:51 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 11:13:51 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 11:13:51 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 11:13:51 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 11:13:51 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 11:13:51 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 11:14:12 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.0ms) Completed 200 OK in 12ms (Views: 9.4ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 11:14:12 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 11:14:12 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 11:14:12 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 11:14:12 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 11:14:12 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 11:14:12 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 11:14:12 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 11:14:12 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 11:14:12 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 11:14:12 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 11:14:34 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.9ms) Completed 200 OK in 16ms (Views: 13.2ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 11:14:34 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 11:14:34 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 11:14:34 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 11:14:34 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 11:14:34 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 11:14:34 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 11:14:34 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 11:14:34 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 11:14:34 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 11:14:34 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 11:28:26 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.6ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (50.2ms) Completed 200 OK in 166ms (Views: 75.6ms | ActiveRecord: 11.8ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 11:28:26 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (31ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 11:28:26 -0800 Served asset /flms/home.css - 304 Not Modified (1ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 11:28:26 -0800 Served asset /flms/layout.css - 304 Not Modified (1ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 11:28:26 -0800 Served asset /flms/login.css - 304 Not Modified (1ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 11:28:26 -0800 Served asset /flms/flms.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 11:28:26 -0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 11:28:26 -0800 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 11:28:26 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (1ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 11:28:26 -0800 Served asset /flms/layout.js - 304 Not Modified (1ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 11:28:26 -0800 Served asset /flms/flms.js - 304 Not Modified (4ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 11:28:27 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.4ms) Completed 200 OK in 10ms (Views: 8.1ms | ActiveRecord: 0.9ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 11:28:27 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 11:28:27 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 11:28:27 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 11:28:27 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 11:28:27 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 11:28:27 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 11:28:27 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 11:28:27 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 11:28:27 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 11:28:27 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 11:28:35 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.6ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.6ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (22.0ms) Completed 200 OK in 189ms (Views: 73.4ms | ActiveRecord: 12.7ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 11:28:36 -0800 Served asset /flms/home.css - 304 Not Modified (3ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 11:28:36 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 11:28:36 -0800 Served asset /flms/flms.css - 304 Not Modified (4ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 11:28:36 -0800 Served asset /flms/layout.css - 304 Not Modified (1ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 11:28:36 -0800 Served asset /flms/login.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 11:28:36 -0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 11:28:36 -0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 11:28:36 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (1ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 11:28:36 -0800 Served asset /flms/layout.js - 304 Not Modified (1ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 11:28:36 -0800 Served asset /flms/flms.js - 304 Not Modified (4ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 11:28:37 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.6ms) Completed 200 OK in 11ms (Views: 8.2ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 11:28:37 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 11:28:37 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 11:28:37 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 11:28:37 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 11:28:37 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 11:28:37 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 11:28:37 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 11:28:37 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 11:28:37 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 11:28:37 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 11:29:50 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.6ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.8ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.6ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (22.2ms) Completed 200 OK in 190ms (Views: 74.5ms | ActiveRecord: 12.6ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 11:29:51 -0800 Served asset /flms/home.css - 304 Not Modified (2ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 11:29:51 -0800 Served asset /flms/flms.css - 304 Not Modified (6ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 11:29:51 -0800 Served asset /flms/login.css - 304 Not Modified (1ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 11:29:51 -0800 Served asset /flms/layout.css - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 11:29:51 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 11:29:51 -0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 11:29:51 -0800 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 11:29:51 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (1ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 11:29:51 -0800 Served asset /flms/layout.js - 304 Not Modified (1ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 11:29:51 -0800 Served asset /flms/flms.js - 304 Not Modified (4ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 11:29:51 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.4ms) Completed 200 OK in 10ms (Views: 8.1ms | ActiveRecord: 0.9ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 11:29:51 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 11:29:51 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 11:29:51 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 11:29:51 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 11:29:52 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 11:29:52 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 11:29:52 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 11:29:52 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 11:29:52 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 11:29:52 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 11:41:35 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.6ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.6ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.6ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (22.1ms) Completed 200 OK in 162ms (Views: 70.4ms | ActiveRecord: 12.8ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 11:41:35 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (5ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 11:41:35 -0800 Served asset /flms/home.css - 304 Not Modified (1ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 11:41:35 -0800 Served asset /flms/login.css - 304 Not Modified (1ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 11:41:35 -0800 Served asset /flms/layout.css - 304 Not Modified (2ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 11:41:35 -0800 Served asset /flms/flms.css - 304 Not Modified (6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 11:41:35 -0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 11:41:35 -0800 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 11:41:35 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (1ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 11:41:35 -0800 Served asset /flms/layout.js - 304 Not Modified (1ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 11:41:35 -0800 Served asset /flms/flms.js - 304 Not Modified (4ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 11:41:50 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.6ms) Completed 200 OK in 11ms (Views: 8.3ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 11:41:50 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 11:41:50 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 11:41:50 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 11:41:50 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 11:41:50 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 11:41:50 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 11:41:50 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 11:41:50 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 11:41:50 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 11:41:50 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 11:41:51 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.0ms) Completed 200 OK in 12ms (Views: 9.0ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 11:41:51 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 11:41:51 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 11:41:51 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 11:41:51 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 11:41:51 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 11:41:51 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 11:41:51 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 11:41:51 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 11:41:51 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 11:41:51 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 11:41:56 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.6ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.6ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.6ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (22.1ms) Completed 200 OK in 187ms (Views: 74.2ms | ActiveRecord: 11.7ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 11:41:57 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 11:41:57 -0800 Served asset /flms/login.css - 304 Not Modified (1ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 11:41:57 -0800 Served asset /flms/home.css - 304 Not Modified (1ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 11:41:57 -0800 Served asset /flms/layout.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 11:41:57 -0800 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 11:41:57 -0800 Served asset /flms/flms.css - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 11:41:57 -0800 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 11:41:57 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (1ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 11:41:57 -0800 Served asset /flms/layout.js - 304 Not Modified (1ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 11:41:57 -0800 Served asset /flms/flms.js - 304 Not Modified (5ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 11:42:43 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.4ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.6ms) Completed 200 OK in 15ms (Views: 11.9ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 11:42:43 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 11:42:43 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 11:42:43 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 11:42:43 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 11:42:43 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 11:42:43 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 11:42:43 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 11:42:43 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 11:42:43 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 11:42:43 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 12:47:37 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.5ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (23.2ms) Completed 200 OK in 192ms (Views: 74.9ms | ActiveRecord: 13.7ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 12:47:37 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 12:47:37 -0800 Served asset /flms/flms.css - 304 Not Modified (6ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 12:47:37 -0800 Served asset /flms/home.css - 304 Not Modified (2ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 12:47:37 -0800 Served asset /flms/layout.css - 304 Not Modified (1ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 12:47:37 -0800 Served asset /flms/login.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 12:47:37 -0800 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 12:47:37 -0800 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 12:47:37 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (1ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 12:47:37 -0800 Served asset /flms/layout.js - 304 Not Modified (2ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 12:47:37 -0800 Served asset /flms/flms.js - 304 Not Modified (5ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 12:47:38 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.9ms) Completed 200 OK in 11ms (Views: 8.8ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 12:47:38 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 12:47:38 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 12:47:38 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 12:47:38 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 12:47:38 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 12:47:38 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 12:47:38 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 12:47:38 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 12:47:38 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 12:47:38 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks/10/edit" for 127.0.0.1 at 2013-03-05 12:47:43 -0800 Processing by Flms::BlocksController#edit as HTML Parameters: {"page_id"=>"one", "id"=>"10"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 LIMIT 1 [["id", "10"]] Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (32.2ms) Rendered /Users/kevin/flms/app/views/flms/blocks/edit.html.haml within layouts/flms/admin (35.4ms) Completed 200 OK in 74ms (Views: 71.5ms | ActiveRecord: 1.3ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 12:47:43 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 12:47:43 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 12:47:43 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 12:47:43 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 12:47:43 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 12:47:43 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 12:47:43 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 12:47:43 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 12:47:43 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 12:47:43 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks/10/edit" for 127.0.0.1 at 2013-03-05 12:47:45 -0800 Processing by Flms::BlocksController#edit as HTML Parameters: {"page_id"=>"one", "id"=>"10"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 LIMIT 1 [["id", "10"]] Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (1.8ms) Rendered /Users/kevin/flms/app/views/flms/blocks/edit.html.haml within layouts/flms/admin (2.6ms) Completed 200 OK in 10ms (Views: 7.5ms | ActiveRecord: 0.9ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 12:47:45 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 12:47:45 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 12:47:45 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 12:47:45 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 12:47:45 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 12:47:45 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 12:47:45 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 12:47:45 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 12:47:45 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 12:47:45 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 12:53:33 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.9ms) Completed 200 OK in 13ms (Views: 10.4ms | ActiveRecord: 1.3ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 12:53:33 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 12:53:33 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 12:53:33 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 12:53:33 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 12:53:33 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 12:53:33 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 12:53:33 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 12:53:33 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 12:53:33 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 12:53:33 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 12:53:35 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.8ms) Completed 200 OK in 11ms (Views: 9.0ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 12:53:35 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 12:53:35 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 12:53:35 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 12:53:35 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 12:53:35 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 12:53:35 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 12:53:35 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 12:53:35 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 12:53:35 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 12:53:35 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 12:53:36 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.9ms) Completed 200 OK in 12ms (Views: 9.3ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 12:53:36 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 12:53:36 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 12:53:36 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 12:53:36 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 12:53:36 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 12:53:36 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 12:53:36 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 12:53:36 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 12:53:36 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 12:53:36 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks/10" for 127.0.0.1 at 2013-03-05 12:53:38 -0800 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"one", "id"=>"10"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 LIMIT 1 [["id", "10"]] Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (0.6ms) Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 12:53:38 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 12:53:38 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 12:53:38 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 12:53:38 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 12:53:38 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 12:53:38 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 12:53:38 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 12:53:38 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 12:53:38 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 12:53:38 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks/10" for 127.0.0.1 at 2013-03-05 12:54:37 -0800 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"one", "id"=>"10"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 LIMIT 1 [["id", "10"]] Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (0.1ms) Completed 200 OK in 7ms (Views: 5.1ms | ActiveRecord: 0.7ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 12:54:37 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 12:54:37 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 12:54:37 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 12:54:37 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 12:54:37 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 12:54:37 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 12:54:37 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 12:54:37 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 12:54:37 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 12:54:37 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2013-03-05 12:56:03 -0800 Processing by HomeController#index as HTML Rendered home/index.html.haml (2.5ms) Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 13:00:23 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.3ms) Completed 500 Internal Server Error in 41ms ActionView::Template::Error (couldn't find file 'jquery-ui' (in /Users/kevin/flms/app/assets/stylesheets/flms/flms.css:5)): 3: %head 4: %title #{Flms.application_name} administration 5: %meta{name:"viewport", content:"width=device-width, initial-scale=1.0"} 6: = stylesheet_link_tag 'flms/flms', media: 'all' 7: = javascript_include_tag 'flms/flms' 8: = csrf_meta_tags 9: sprockets (2.2.2) lib/sprockets/context.rb:102:in `resolve' sprockets (2.2.2) lib/sprockets/context.rb:142:in `require_asset' sprockets (2.2.2) lib/sprockets/directive_processor.rb:215:in `process_require_directive' sprockets (2.2.2) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.2.2) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.2.2) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.2.2) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.4) lib/tilt/template.rb:77:in `render' sprockets (2.2.2) lib/sprockets/context.rb:193:in `block in evaluate' sprockets (2.2.2) lib/sprockets/context.rb:190:in `each' sprockets (2.2.2) lib/sprockets/context.rb:190:in `evaluate' sprockets (2.2.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.2.2) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.2.2) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/environment.rb:78:in `find_asset' sprockets (2.2.2) lib/sprockets/base.rb:177:in `[]' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:44:in `block in stylesheet_link_tag' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:43:in `collect' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:43:in `stylesheet_link_tag' /Users/kevin/flms/app/views/layouts/flms/admin.html.haml:6:in `___sers_kevin_flms_app_views_layouts_flms_admin_html_haml___1519771448497223739_70298795909400' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__3669100537105643360__process_action__1416421220372802087__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2718694907830005307__call__1669890437429238094__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.9ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 13:01:57 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.6ms) Completed 500 Internal Server Error in 47ms ActionView::Template::Error (couldn't find file 'jquery-ui' (in /Users/kevin/flms/app/assets/stylesheets/flms/flms.css:5)): 3: %head 4: %title #{Flms.application_name} administration 5: %meta{name:"viewport", content:"width=device-width, initial-scale=1.0"} 6: = stylesheet_link_tag 'flms/flms', media: 'all' 7: = javascript_include_tag 'flms/flms' 8: = csrf_meta_tags 9: sprockets (2.2.2) lib/sprockets/context.rb:102:in `resolve' sprockets (2.2.2) lib/sprockets/context.rb:142:in `require_asset' sprockets (2.2.2) lib/sprockets/directive_processor.rb:215:in `process_require_directive' sprockets (2.2.2) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.2.2) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.2.2) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.2.2) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.4) lib/tilt/template.rb:77:in `render' sprockets (2.2.2) lib/sprockets/context.rb:193:in `block in evaluate' sprockets (2.2.2) lib/sprockets/context.rb:190:in `each' sprockets (2.2.2) lib/sprockets/context.rb:190:in `evaluate' sprockets (2.2.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.2.2) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.2.2) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/environment.rb:78:in `find_asset' sprockets (2.2.2) lib/sprockets/base.rb:177:in `[]' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:44:in `block in stylesheet_link_tag' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:43:in `collect' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:43:in `stylesheet_link_tag' /Users/kevin/flms/app/views/layouts/flms/admin.html.haml:6:in `___sers_kevin_flms_app_views_layouts_flms_admin_html_haml___1519771448497223739_70298795909400' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__3669100537105643360__process_action__1416421220372802087__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2718694907830005307__call__1669890437429238094__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.3ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 13:01:58 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.6ms) Completed 500 Internal Server Error in 18ms ActionView::Template::Error (couldn't find file 'jquery-ui' (in /Users/kevin/flms/app/assets/stylesheets/flms/flms.css:5)): 3: %head 4: %title #{Flms.application_name} administration 5: %meta{name:"viewport", content:"width=device-width, initial-scale=1.0"} 6: = stylesheet_link_tag 'flms/flms', media: 'all' 7: = javascript_include_tag 'flms/flms' 8: = csrf_meta_tags 9: sprockets (2.2.2) lib/sprockets/context.rb:102:in `resolve' sprockets (2.2.2) lib/sprockets/context.rb:142:in `require_asset' sprockets (2.2.2) lib/sprockets/directive_processor.rb:215:in `process_require_directive' sprockets (2.2.2) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.2.2) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.2.2) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.2.2) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.4) lib/tilt/template.rb:77:in `render' sprockets (2.2.2) lib/sprockets/context.rb:193:in `block in evaluate' sprockets (2.2.2) lib/sprockets/context.rb:190:in `each' sprockets (2.2.2) lib/sprockets/context.rb:190:in `evaluate' sprockets (2.2.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.2.2) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.2.2) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/environment.rb:78:in `find_asset' sprockets (2.2.2) lib/sprockets/base.rb:177:in `[]' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:44:in `block in stylesheet_link_tag' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:43:in `collect' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:43:in `stylesheet_link_tag' /Users/kevin/flms/app/views/layouts/flms/admin.html.haml:6:in `___sers_kevin_flms_app_views_layouts_flms_admin_html_haml___1519771448497223739_70298795909400' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__3669100537105643360__process_action__1416421220372802087__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2718694907830005307__call__1669890437429238094__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.4ms) Connecting to database specified by database.yml Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 13:02:14 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.6ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.7ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.6ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (48.3ms) Compiled jquery-ui.css (0ms) (pid 25402) Compiled flms/flms.css (8ms) (pid 25402) Compiled jquery-ui.js (31ms) (pid 25402) Compiled flms/flms.js (44ms) (pid 25402) Completed 200 OK in 257ms (Views: 164.8ms | ActiveRecord: 12.6ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 13:02:14 -0800 Served asset /flms/layout.css - 304 Not Modified (2ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 13:02:14 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 13:02:14 -0800 Served asset /flms/home.css - 304 Not Modified (1ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:02:14 -0800 Served asset /jquery-ui.css - 200 OK (1ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 13:02:14 -0800 Served asset /flms/login.css - 304 Not Modified (3ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 13:02:14 -0800 Served asset /flms/flms.css - 200 OK (32ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 13:02:14 -0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 13:02:14 -0800 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 13:02:14 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (1ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 13:02:14 -0800 Served asset /flms/layout.js - 304 Not Modified (1ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 13:02:14 -0800 Served asset /jquery-ui.js - 200 OK (1ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 13:02:14 -0800 Served asset /flms/flms.js - 304 Not Modified (7ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:02:18 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 13:03:39 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.5ms) Completed 200 OK in 11ms (Views: 8.9ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 13:03:39 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 13:03:39 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 13:03:39 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 13:03:39 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:03:39 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 13:03:39 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 13:03:39 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 13:03:39 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 13:03:39 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 13:03:39 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 13:03:39 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 13:03:39 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 13:03:40 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.5ms) Completed 200 OK in 11ms (Views: 8.7ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 13:03:40 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:03:40 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 13:03:40 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 13:03:40 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 13:03:40 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 13:03:40 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 13:03:40 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 13:03:40 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 13:03:40 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 13:03:40 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 13:03:40 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 13:03:40 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 13:03:40 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.5ms) Completed 200 OK in 11ms (Views: 8.6ms | ActiveRecord: 0.9ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 13:03:40 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:03:40 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 13:03:40 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 13:03:40 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 13:03:40 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 13:03:40 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 13:03:40 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 13:03:40 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 13:03:40 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 13:03:40 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 13:03:40 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 13:03:40 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 13:03:41 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.6ms) Completed 200 OK in 11ms (Views: 8.8ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 13:03:41 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 13:03:41 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:03:41 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 13:03:41 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 13:03:41 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 13:03:41 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 13:03:41 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 13:03:41 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 13:03:41 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 13:03:41 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 13:03:41 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 13:03:41 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 13:08:22 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (6.2ms) Completed 200 OK in 14ms (Views: 11.7ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 13:08:22 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 13:08:22 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 13:08:22 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 13:08:22 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:08:22 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 13:08:22 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 13:08:22 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 13:08:22 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 13:08:22 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 13:08:22 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 13:08:22 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 13:08:22 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 13:08:51 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.4ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (6.2ms) Completed 200 OK in 14ms (Views: 11.8ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 13:08:51 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 13:08:51 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 13:08:51 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:08:51 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 13:08:51 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 13:08:51 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 13:08:51 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 13:08:51 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 13:08:51 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 13:08:51 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 13:08:51 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 13:08:51 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 13:11:59 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (6.0ms) Completed 200 OK in 17ms (Views: 14.6ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 13:11:59 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 13:11:59 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 13:11:59 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 13:11:59 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:11:59 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 13:11:59 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 13:11:59 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 13:11:59 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 13:11:59 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 13:11:59 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 13:11:59 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 13:11:59 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 13:12:17 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.6ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.8ms) Completed 200 OK in 13ms (Views: 11.0ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 13:12:17 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 13:12:17 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 13:12:17 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:12:17 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 13:12:17 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 13:12:17 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 13:12:17 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 13:12:17 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 13:12:17 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 13:12:17 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 13:12:17 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 13:12:17 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 13:13:12 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.6ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (7.4ms) Compiled flms/blocks/index.js (123ms) (pid 25402) Compiled flms/flms.js (132ms) (pid 25402) Completed 200 OK in 226ms (Views: 223.4ms | ActiveRecord: 1.3ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 13:13:14 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.0ms) Completed 200 OK in 15ms (Views: 12.0ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 13:13:14 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 13:13:14 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 13:13:14 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 13:13:14 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 13:13:14 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:13:14 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 13:13:14 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 13:13:14 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 13:13:14 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 13:13:14 -0800 Served asset /flms/blocks/index.js - 200 OK (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 13:13:14 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 13:13:14 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 13:13:14 -0800 Served asset /flms/flms.js - 304 Not Modified (9ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 13:13:21 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 13:14:05 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.9ms) Compiled flms/blocks/index.js (109ms) (pid 25402) Compiled flms/flms.js (4ms) (pid 25402) Completed 200 OK in 180ms (Views: 177.8ms | ActiveRecord: 1.0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 13:14:06 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.5ms) Completed 200 OK in 14ms (Views: 11.0ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 13:14:08 -0800 Served asset /flms/blocks/index.js - 200 OK (2ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 13:14:10 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 13:14:13 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.5ms) Completed 200 OK in 13ms (Views: 11.0ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 13:14:14 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 13:14:14 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 13:14:14 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 13:14:14 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 13:14:14 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:14:14 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 13:14:14 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 13:14:14 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 13:14:14 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 13:14:14 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 13:14:14 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 13:14:14 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 13:14:14 -0800 Served asset /flms/flms.js - 304 Not Modified (9ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 13:16:33 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (7.0ms) Completed 200 OK in 15ms (Views: 13.1ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 13:16:33 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 13:16:33 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 13:16:33 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 13:16:33 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 13:16:33 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:16:33 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 13:16:33 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 13:16:33 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 13:16:33 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 13:16:33 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 13:16:33 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 13:16:33 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 13:16:33 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 13:16:58 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (6.8ms) Completed 200 OK in 16ms (Views: 13.2ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 13:16:58 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 13:16:58 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 13:16:58 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 13:16:58 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:16:58 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 13:16:58 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 13:16:58 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 13:16:58 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 13:16:58 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 13:16:58 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 13:16:58 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 13:16:58 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 13:16:58 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 13:21:13 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (6.8ms) Completed 200 OK in 16ms (Views: 13.6ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 13:21:13 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 13:21:13 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 13:21:13 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 13:21:13 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 13:21:13 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:21:13 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 13:21:13 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 13:21:13 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 13:21:13 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 13:21:13 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 13:21:13 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 13:21:13 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 13:21:13 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 13:22:18 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (6.2ms) Completed 200 OK in 14ms (Views: 12.2ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 13:22:18 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 13:22:18 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 13:22:18 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 13:22:18 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 13:22:18 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:22:18 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 13:22:18 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 13:22:18 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 13:22:18 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 13:22:18 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 13:22:18 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 13:22:18 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 13:22:18 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:25:46 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 13:36:43 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.8ms) Compiled jquery-ui.css (0ms) (pid 25402) Compiled flms/flms.css (2ms) (pid 25402) Completed 200 OK in 28ms (Views: 25.8ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 13:36:43 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 13:36:43 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 13:36:43 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 13:36:43 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:36:43 -0800 Served asset /jquery-ui.css - 200 OK (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 13:36:43 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 13:36:43 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 13:36:43 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 13:36:43 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 13:36:43 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 13:36:43 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 13:36:43 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/images/ui-bg_glass_75_e6e6e6_1x400.png" for 127.0.0.1 at 2013-03-05 13:36:43 -0800 Served asset /images/ui-bg_glass_75_e6e6e6_1x400.png - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/images/ui-bg_glass_75_e6e6e6_1x400.png"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/assets/images/ui-icons_888888_256x240.png" for 127.0.0.1 at 2013-03-05 13:36:43 -0800 Served asset /images/ui-icons_888888_256x240.png - 404 Not Found (3ms) ActionController::RoutingError (No route matches [GET] "/assets/images/ui-icons_888888_256x240.png"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 13:37:39 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.9ms) Completed 200 OK in 12ms (Views: 9.6ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 13:37:40 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 13:37:40 -0800 Served asset /flms/flms.css - 200 OK (5ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 13:37:40 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 13:37:40 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:37:40 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 13:37:40 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 13:37:40 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 13:37:40 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 13:37:40 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 13:37:40 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 13:37:40 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 13:37:40 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 13:37:40 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 13:37:41 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.0ms) Completed 200 OK in 13ms (Views: 10.5ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 13:37:41 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 13:37:41 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:37:41 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 13:37:41 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 13:37:41 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 13:37:41 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 13:37:41 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 13:37:41 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 13:37:41 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 13:37:41 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 13:37:41 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 13:37:41 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 13:37:41 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/images/ui-icons_888888_256x240.png" for 127.0.0.1 at 2013-03-05 13:37:50 -0800 Served asset /images/ui-icons_888888_256x240.png - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/images/ui-icons_888888_256x240.png"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/assets/images/ui-icons_888888_256x240.png" for 127.0.0.1 at 2013-03-05 13:37:50 -0800 Served asset /images/ui-icons_888888_256x240.png - 404 Not Found (3ms) ActionController::RoutingError (No route matches [GET] "/assets/images/ui-icons_888888_256x240.png"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/assets/images/ui-icons_888888_256x240.png" for 127.0.0.1 at 2013-03-05 13:37:51 -0800 Served asset /images/ui-icons_888888_256x240.png - 404 Not Found (3ms) ActionController::RoutingError (No route matches [GET] "/assets/images/ui-icons_888888_256x240.png"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/assets/images/ui-icons_888888_256x240.png" for 127.0.0.1 at 2013-03-05 13:37:51 -0800 Served asset /images/ui-icons_888888_256x240.png - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/images/ui-icons_888888_256x240.png"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/assets/images/ui-icons_888888_256x240.png" for 127.0.0.1 at 2013-03-05 13:37:51 -0800 Served asset /images/ui-icons_888888_256x240.png - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/images/ui-icons_888888_256x240.png"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/assets/images/ui-icons_888888_256x240.png" for 127.0.0.1 at 2013-03-05 13:37:52 -0800 Served asset /images/ui-icons_888888_256x240.png - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/images/ui-icons_888888_256x240.png"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/assets/images/ui-icons_888888_256x240.png" for 127.0.0.1 at 2013-03-05 13:37:52 -0800 Served asset /images/ui-icons_888888_256x240.png - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/images/ui-icons_888888_256x240.png"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/assets/images/ui-icons_888888_256x240.png" for 127.0.0.1 at 2013-03-05 13:37:52 -0800 Served asset /images/ui-icons_888888_256x240.png - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/images/ui-icons_888888_256x240.png"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/assets/images/ui-icons_888888_256x240.png" for 127.0.0.1 at 2013-03-05 13:37:52 -0800 Served asset /images/ui-icons_888888_256x240.png - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/images/ui-icons_888888_256x240.png"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/assets/images/ui-icons_888888_256x240.png" for 127.0.0.1 at 2013-03-05 13:37:52 -0800 Served asset /images/ui-icons_888888_256x240.png - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/images/ui-icons_888888_256x240.png"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/assets/images/ui-icons_888888_256x240.png" for 127.0.0.1 at 2013-03-05 13:37:53 -0800 Served asset /images/ui-icons_888888_256x240.png - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/images/ui-icons_888888_256x240.png"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/assets/images/ui-icons_888888_256x240.png" for 127.0.0.1 at 2013-03-05 13:37:53 -0800 Served asset /images/ui-icons_888888_256x240.png - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/images/ui-icons_888888_256x240.png"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/assets/images/ui-icons_888888_256x240.png" for 127.0.0.1 at 2013-03-05 13:37:54 -0800 Served asset /images/ui-icons_888888_256x240.png - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/images/ui-icons_888888_256x240.png"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/images/ui-icons_888888_256x240.png" for 127.0.0.1 at 2013-03-05 13:38:07 -0800 ActionController::RoutingError (No route matches [GET] "/flms/images/ui-icons_888888_256x240.png"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/images/images/ui-icons_888888_256x240.png" for 127.0.0.1 at 2013-03-05 13:38:30 -0800 ActionController::RoutingError (No route matches [GET] "/flms/images/images/ui-icons_888888_256x240.png"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/images/animated-overlay.png" for 127.0.0.1 at 2013-03-05 13:39:03 -0800 ActionController::RoutingError (No route matches [GET] "/flms/images/animated-overlay.png"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/images/animated-overlay.gif" for 127.0.0.1 at 2013-03-05 13:39:07 -0800 ActionController::RoutingError (No route matches [GET] "/flms/images/animated-overlay.gif"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/animated-overlay.gif" for 127.0.0.1 at 2013-03-05 13:39:12 -0800 ActionController::RoutingError (No route matches [GET] "/flms/animated-overlay.gif"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/images/animated-overlay.gif" for 127.0.0.1 at 2013-03-05 13:39:17 -0800 ActionController::RoutingError (No route matches [GET] "/images/animated-overlay.gif"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/assets/images/animated-overlay.gif" for 127.0.0.1 at 2013-03-05 13:39:22 -0800 Served asset /images/animated-overlay.gif - 404 Not Found (3ms) ActionController::RoutingError (No route matches [GET] "/assets/images/animated-overlay.gif"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/assets/images/images/animated-overlay.gif" for 127.0.0.1 at 2013-03-05 13:39:28 -0800 Served asset /images/images/animated-overlay.gif - 404 Not Found (3ms) ActionController::RoutingError (No route matches [GET] "/assets/images/images/animated-overlay.gif"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Connecting to database specified by database.yml Started GET "/assets/images/images/animated-overlay.gif" for 127.0.0.1 at 2013-03-05 13:40:15 -0800 Served asset /images/images/animated-overlay.gif - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/images/images/animated-overlay.gif"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.3ms) Started GET "/assets/images/images/animated-overlay.gif" for 127.0.0.1 at 2013-03-05 13:40:16 -0800 Served asset /images/images/animated-overlay.gif - 404 Not Found (3ms) ActionController::RoutingError (No route matches [GET] "/assets/images/images/animated-overlay.gif"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 13:40:22 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (5ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 13:40:22 -0800 Served asset /flms/home.css - 304 Not Modified (1ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 13:40:22 -0800 Served asset /flms/login.css - 304 Not Modified (3ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 13:40:23 -0800 Served asset /flms/layout.css - 304 Not Modified (2ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 13:40:23 -0800 Served asset /flms/flms.css - 304 Not Modified (8ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:40:23 -0800 Served asset /jquery-ui.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 13:40:23 -0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 13:40:23 -0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 13:40:23 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (3ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 13:40:23 -0800 Served asset /jquery-ui.js - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 13:40:23 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (2ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 13:40:23 -0800 Served asset /flms/layout.js - 304 Not Modified (1ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 13:40:23 -0800 Served asset /flms/flms.js - 304 Not Modified (9ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 13:40:26 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.5ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (23.1ms) Completed 200 OK in 165ms (Views: 75.5ms | ActiveRecord: 11.8ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 13:40:26 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 13:40:26 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 13:40:26 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:40:26 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 13:40:26 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 13:40:26 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 13:40:26 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 13:40:26 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 13:40:26 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 13:40:26 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 13:40:26 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 13:40:26 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 13:40:26 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 13:45:18 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.9ms) Completed 500 Internal Server Error in 21ms ActionView::Template::Error (couldn't find file 'jquery-ui' (in /Users/kevin/flms/app/assets/stylesheets/flms/flms.css:5)): 3: %head 4: %title #{Flms.application_name} administration 5: %meta{name:"viewport", content:"width=device-width, initial-scale=1.0"} 6: = stylesheet_link_tag 'flms/flms', media: 'all' 7: = csrf_meta_tags 8: 9: %body{class: "#{params[:controller].sub('/', ' ')} #{params[:action]}"} sprockets (2.2.2) lib/sprockets/context.rb:102:in `resolve' sprockets (2.2.2) lib/sprockets/context.rb:142:in `require_asset' sprockets (2.2.2) lib/sprockets/directive_processor.rb:215:in `process_require_directive' sprockets (2.2.2) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.2.2) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.2.2) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.2.2) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.4) lib/tilt/template.rb:77:in `render' sprockets (2.2.2) lib/sprockets/context.rb:193:in `block in evaluate' sprockets (2.2.2) lib/sprockets/context.rb:190:in `each' sprockets (2.2.2) lib/sprockets/context.rb:190:in `evaluate' sprockets (2.2.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.2.2) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.2.2) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/environment.rb:78:in `find_asset' sprockets (2.2.2) lib/sprockets/base.rb:177:in `[]' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:44:in `block in stylesheet_link_tag' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:43:in `collect' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:43:in `stylesheet_link_tag' /Users/kevin/flms/app/views/layouts/flms/admin.html.haml:6:in `___sers_kevin_flms_app_views_layouts_flms_admin_html_haml__3068796151307044363_70129136533840' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__3886245081775752490__process_action__3118793053536167645__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2264770158777368871__call__2599647614328134925__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.5ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 13:46:06 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.0ms) Compiled jquery-ui.css (0ms) (pid 26726) Compiled flms/flms.css (2ms) (pid 26726) Completed 200 OK in 26ms (Views: 23.4ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 13:46:07 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:46:07 -0800 Served asset /jquery-ui.css - 200 OK (3ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 13:46:07 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 13:46:07 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 13:46:07 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 13:46:07 -0800 Served asset /flms/flms.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 13:46:07 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 13:46:07 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 13:46:07 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 13:46:07 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 13:46:07 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 13:46:07 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 13:46:07 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 13:47:46 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.8ms) Compiled flms/blocks/index.js (124ms) (pid 26726) Compiled flms/flms.js (4ms) (pid 26726) Completed 200 OK in 219ms (Views: 216.3ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 13:47:47 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 13:47:47 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 13:47:47 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 13:47:47 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:47:47 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 13:47:47 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 13:47:47 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 13:47:47 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 13:47:47 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 13:47:47 -0800 Served asset /flms/blocks/index.js - 200 OK (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 13:47:47 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 13:47:47 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 13:47:47 -0800 Served asset /flms/flms.js - 304 Not Modified (8ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 13:48:11 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.6ms) Compiled flms/blocks/index.js (111ms) (pid 26726) Compiled flms/flms.js (3ms) (pid 26726) Completed 200 OK in 173ms (Views: 169.8ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 13:48:11 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 13:48:11 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 13:48:11 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:48:11 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 13:48:11 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 13:48:11 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 13:48:11 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 13:48:11 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 13:48:11 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 13:48:11 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 13:48:11 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 13:48:11 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 13:48:11 -0800 Served asset /flms/flms.js - 304 Not Modified (8ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 13:48:22 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.7ms) Compiled flms/blocks/index.js (146ms) (pid 26726) Compiled flms/flms.js (3ms) (pid 26726) Completed 200 OK in 254ms (Views: 250.4ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 13:48:23 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 13:48:23 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 13:48:23 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 13:48:23 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 13:48:23 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:48:23 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 13:48:23 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 13:48:23 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 13:48:23 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 13:48:23 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 13:48:23 -0800 Served asset /flms/blocks/index.js - 200 OK (3ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 13:48:23 -0800 Served asset /flms/flms.js - 304 Not Modified (14ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 13:48:23 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 13:51:16 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (7.8ms) Completed 200 OK in 18ms (Views: 14.2ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 13:51:16 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 13:51:16 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:51:16 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 13:51:16 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 13:51:16 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 13:51:16 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 13:51:16 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 13:51:16 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 13:51:16 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 13:51:16 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 13:51:16 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 13:51:16 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 13:51:16 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 13:51:57 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (6.8ms) Completed 200 OK in 16ms (Views: 13.8ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 13:51:58 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 13:51:58 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 13:51:58 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 13:51:58 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:51:58 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 13:51:58 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 13:51:58 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 13:51:58 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 13:51:58 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 13:51:58 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 13:51:58 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 13:51:58 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 13:51:58 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 13:52:27 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (6.5ms) Compiled flms/blocks/index.js (111ms) (pid 26726) Compiled flms/flms.js (3ms) (pid 26726) Completed 200 OK in 190ms (Views: 187.1ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 13:52:27 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 13:52:27 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 13:52:27 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 13:52:27 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:52:27 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 13:52:27 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 13:52:27 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 13:52:27 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 13:52:27 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 13:52:27 -0800 Served asset /flms/blocks/index.js - 200 OK (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 13:52:27 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 13:52:27 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 13:52:27 -0800 Served asset /flms/flms.js - 304 Not Modified (8ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 13:53:08 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.4ms) Completed 200 OK in 14ms (Views: 10.6ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 13:53:08 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 13:53:08 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 13:53:08 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 13:53:08 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:53:08 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 13:53:08 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 13:53:08 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 13:53:08 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 13:53:08 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 13:53:08 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 13:53:08 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 13:53:08 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 13:53:08 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 13:53:27 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.9ms) Compiled flms/blocks/index.js (109ms) (pid 26726) Compiled flms/flms.js (3ms) (pid 26726) Completed 200 OK in 225ms (Views: 202.3ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 13:53:27 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 13:53:27 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 13:53:27 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 13:53:27 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:53:27 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 13:53:27 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 13:53:27 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 13:53:27 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 13:53:27 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 13:53:27 -0800 Served asset /flms/blocks/index.js - 200 OK (3ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 13:53:27 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 13:53:27 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 13:53:27 -0800 Served asset /flms/flms.js - 304 Not Modified (12ms) Started GET "/flms/users" for 127.0.0.1 at 2013-03-05 13:55:49 -0800 Processing by Flms::UsersController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users"  Rendered /Users/kevin/flms/app/views/flms/users/index.html.haml within layouts/flms/admin (3.0ms) Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 13:55:49 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 13:55:49 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 13:55:49 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 13:55:49 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 13:55:49 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:55:49 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 13:55:49 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 13:55:49 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 13:55:49 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 13:55:49 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 13:55:49 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 13:55:49 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 13:55:49 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-03-05 13:55:50 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (3.1ms) Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.7ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 13:55:50 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 13:55:50 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 13:55:50 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:55:50 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 13:55:50 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 13:55:50 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 13:55:50 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 13:55:50 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 13:55:50 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 13:55:50 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 13:55:50 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 13:55:50 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 13:55:50 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms" for 127.0.0.1 at 2013-03-05 13:55:51 -0800 Processing by Flms::DashboardController#index as HTML Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/dashboard/index.html.haml within layouts/flms/admin (0.8ms) Completed 200 OK in 9ms (Views: 6.7ms | ActiveRecord: 0.7ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 13:55:51 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 13:55:51 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 13:55:51 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 13:55:51 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 13:55:51 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:55:51 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 13:55:51 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 13:55:51 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 13:55:51 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 13:55:51 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 13:55:51 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 13:55:51 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 13:55:51 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-03-05 13:55:52 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.9ms) Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 13:55:52 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 13:55:52 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 13:55:52 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 13:55:52 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:55:52 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 13:55:52 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 13:55:52 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 13:55:52 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 13:55:52 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 13:55:52 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 13:55:52 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 13:55:52 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 13:55:52 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-03-05 13:56:50 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.9ms) Completed 200 OK in 34ms (Views: 32.2ms | ActiveRecord: 0.7ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 13:56:50 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 13:56:50 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:56:50 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 13:56:50 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 13:56:50 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 13:56:50 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 13:56:50 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 13:56:50 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 13:56:50 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 13:56:50 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 13:56:50 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 13:56:50 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 13:56:50 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-03-05 13:56:51 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (1.1ms) Completed 200 OK in 10ms (Views: 7.8ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 13:56:51 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 13:56:51 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 13:56:51 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:56:51 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 13:56:51 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 13:56:51 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 13:56:51 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 13:56:51 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 13:56:51 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 13:56:51 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 13:56:51 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 13:56:51 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 13:56:51 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-03-05 13:57:24 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.9ms) Completed 200 OK in 35ms (Views: 33.4ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 13:57:24 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 13:57:24 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:57:24 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 13:57:24 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 13:57:24 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 13:57:24 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 13:57:24 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 13:57:24 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 13:57:24 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 13:57:24 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 13:57:24 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 13:57:24 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 13:57:24 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-03-05 13:57:25 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (1.2ms) Completed 200 OK in 10ms (Views: 8.0ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 13:57:25 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 13:57:25 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 13:57:25 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:57:25 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 13:57:25 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 13:57:25 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 13:57:25 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 13:57:25 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 13:57:25 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 13:57:25 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 13:57:25 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 13:57:25 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 13:57:25 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 13:57:32 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.6ms) Completed 200 OK in 11ms (Views: 9.1ms | ActiveRecord: 0.8ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 13:57:32 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 13:57:32 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 13:57:32 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:57:32 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 13:57:32 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 13:57:32 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 13:57:32 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 13:57:32 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 13:57:32 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 13:57:32 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 13:57:32 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 13:57:32 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 13:57:32 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks/8" for 127.0.0.1 at 2013-03-05 13:57:46 -0800 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"one", "id"=>"8"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Block Load (0.7ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 LIMIT 1 [["id", "8"]] Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (0.7ms) Completed 200 OK in 9ms (Views: 7.0ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 13:57:47 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 13:57:47 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 13:57:47 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 13:57:47 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:57:47 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 13:57:47 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 13:57:47 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 13:57:47 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 13:57:47 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 13:57:47 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 13:57:47 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 13:57:47 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 13:57:47 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 13:59:33 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.4ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.6ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.3ms) Completed 200 OK in 13ms (Views: 10.1ms | ActiveRecord: 1.4ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 13:59:33 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 13:59:33 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 13:59:33 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 13:59:33 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 13:59:33 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 13:59:33 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 13:59:33 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 13:59:33 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 13:59:33 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 13:59:33 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 13:59:33 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 13:59:33 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 13:59:33 -0800 Served asset /flms/flms.js - 304 Not Modified (31ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:00:25 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.3ms) Compiled flms/blocks/index.css (128ms) (pid 26726) Compiled flms/flms.css (136ms) (pid 26726) Completed 200 OK in 194ms (Views: 191.6ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:00:25 -0800 Served asset /flms/blocks/index.css - 200 OK (1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:00:25 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:00:25 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:00:25 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:00:25 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:00:25 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:00:25 -0800 Served asset /flms/flms.css - 304 Not Modified (11ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:00:25 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:00:25 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:00:25 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:00:25 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:00:25 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:00:25 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:00:25 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:00:55 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.7ms) Compiled flms/blocks/index.css (2ms) (pid 26726) Compiled flms/flms.css (2ms) (pid 26726) Completed 200 OK in 55ms (Views: 52.4ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:00:55 -0800 Served asset /flms/blocks/index.css - 200 OK (1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:00:55 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:00:55 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:00:55 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:00:55 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:00:55 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:00:55 -0800 Served asset /flms/flms.css - 304 Not Modified (9ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:00:55 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:00:55 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:00:55 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:00:55 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:00:55 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:00:55 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:00:55 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:01:02 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.4ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.9ms) Compiled flms/blocks/index.css (1ms) (pid 26726) Compiled flms/flms.css (2ms) (pid 26726) Completed 200 OK in 32ms (Views: 29.6ms | ActiveRecord: 1.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:01:02 -0800 Served asset /flms/blocks/index.css - 200 OK (2ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:01:02 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:01:02 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:01:02 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:01:02 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:01:02 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:01:02 -0800 Served asset /flms/flms.css - 304 Not Modified (9ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:01:02 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:01:02 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:01:02 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:01:02 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:01:02 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:01:02 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:01:02 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:01:24 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (6.9ms) Completed 200 OK in 16ms (Views: 13.2ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:01:24 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:01:24 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:01:24 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:01:24 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:01:24 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:01:24 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:01:24 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:01:24 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:01:24 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:01:24 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:01:24 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:01:24 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:01:24 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:01:24 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:01:54 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.8ms) Compiled flms/blocks/index.css (2ms) (pid 26726) Compiled flms/flms.css (3ms) (pid 26726) Completed 200 OK in 65ms (Views: 62.4ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:01:55 -0800 Served asset /flms/blocks/index.css - 200 OK (1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:01:55 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:01:55 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:01:55 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:01:55 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:01:55 -0800 Served asset /flms/flms.css - 304 Not Modified (10ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:01:55 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:01:55 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:01:55 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:01:55 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:01:55 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:01:55 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:01:55 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:01:55 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:02:28 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.0ms) Compiled flms/blocks/index.js (111ms) (pid 26726) Compiled flms/flms.js (3ms) (pid 26726) Completed 200 OK in 192ms (Views: 189.6ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:02:28 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:02:28 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:02:28 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:02:28 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:02:28 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:02:28 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:02:28 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:02:28 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:02:28 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:02:28 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:02:28 -0800 Served asset /flms/blocks/index.js - 200 OK (1ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:02:28 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:02:28 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:02:28 -0800 Served asset /flms/flms.js - 304 Not Modified (7ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:02:29 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.1ms) Completed 200 OK in 13ms (Views: 10.4ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:02:29 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:02:29 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:02:29 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:02:29 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:02:29 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:02:29 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:02:30 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:02:30 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:02:30 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:02:30 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:02:30 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:02:30 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:02:30 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:02:30 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:02:53 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.0ms) Compiled flms/blocks/index.css (3ms) (pid 26726) Compiled flms/flms.css (2ms) (pid 26726) Completed 200 OK in 34ms (Views: 31.3ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:02:53 -0800 Served asset /flms/blocks/index.css - 200 OK (2ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:02:53 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:02:53 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:02:53 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:02:53 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:02:53 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:02:53 -0800 Served asset /flms/flms.css - 304 Not Modified (36ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:02:53 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:02:53 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:02:53 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:02:53 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:02:53 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:02:53 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:02:53 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:03:23 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.7ms) Compiled flms/blocks/index.css (3ms) (pid 26726) Compiled flms/flms.css (5ms) (pid 26726) Completed 200 OK in 42ms (Views: 39.5ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:03:24 -0800 Served asset /flms/blocks/index.css - 200 OK (2ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:03:24 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:03:24 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:03:24 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:03:24 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:03:24 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:03:24 -0800 Served asset /flms/flms.css - 304 Not Modified (13ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:03:24 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:03:24 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:03:24 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:03:24 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:03:24 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:03:24 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:03:24 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:03:40 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.8ms) Compiled flms/blocks/index.css (3ms) (pid 26726) Compiled flms/flms.css (2ms) (pid 26726) Completed 200 OK in 33ms (Views: 30.7ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:03:40 -0800 Served asset /flms/blocks/index.css - 200 OK (5ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:03:40 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:03:40 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:03:40 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:03:40 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:03:40 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:03:40 -0800 Served asset /flms/flms.css - 304 Not Modified (8ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:03:40 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:03:40 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:03:40 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:03:40 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:03:40 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:03:40 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:03:40 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:04:13 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.0ms) Compiled flms/blocks/index.css (3ms) (pid 26726) Compiled flms/flms.css (3ms) (pid 26726) Compiled flms/blocks/index.js (110ms) (pid 26726) Compiled flms/flms.js (3ms) (pid 26726) Completed 200 OK in 240ms (Views: 237.4ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:04:13 -0800 Served asset /flms/blocks/index.css - 200 OK (1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:04:13 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:04:13 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:04:13 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:04:13 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:04:13 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:04:13 -0800 Served asset /flms/flms.css - 304 Not Modified (16ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:04:13 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:04:13 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:04:13 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:04:13 -0800 Served asset /flms/blocks/index.js - 200 OK (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:04:13 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:04:13 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:04:13 -0800 Served asset /flms/flms.js - 304 Not Modified (9ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:04:51 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.3ms) Compiled flms/blocks/index.js (109ms) (pid 26726) Compiled flms/flms.js (26ms) (pid 26726) Completed 200 OK in 218ms (Views: 215.3ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:04:52 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:04:52 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:04:52 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:04:52 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:04:52 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:04:52 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:04:52 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:04:52 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:04:52 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:04:52 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:04:52 -0800 Served asset /flms/blocks/index.js - 200 OK (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:04:52 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:04:52 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:04:52 -0800 Served asset /flms/flms.js - 304 Not Modified (7ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:05:01 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.6ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.3ms) Completed 200 OK in 15ms (Views: 10.8ms | ActiveRecord: 1.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:05:01 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:05:01 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:05:01 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:05:01 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:05:01 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:05:01 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:05:01 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:05:01 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:05:01 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:05:01 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:05:01 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:05:01 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:05:01 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:05:01 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:05:02 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.6ms) Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:05:02 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:05:02 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:05:02 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:05:02 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:05:02 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:05:02 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:05:02 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:05:02 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:05:02 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:05:02 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:05:02 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:05:02 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:05:02 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:05:02 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:05:46 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.8ms) Compiled flms/blocks/index.css (2ms) (pid 26726) Compiled flms/flms.css (3ms) (pid 26726) Completed 200 OK in 33ms (Views: 31.2ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:05:46 -0800 Served asset /flms/blocks/index.css - 200 OK (2ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:05:46 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:05:46 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:05:46 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:05:46 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:05:46 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:05:46 -0800 Served asset /flms/flms.css - 304 Not Modified (11ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:05:46 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:05:46 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:05:46 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:05:46 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:05:46 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:05:46 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:05:46 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:06:03 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.4ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (26.7ms) Compiled flms/blocks/index.css (2ms) (pid 26726) Compiled flms/flms.css (32ms) (pid 26726) Completed 200 OK in 87ms (Views: 84.2ms | ActiveRecord: 1.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:06:03 -0800 Served asset /flms/blocks/index.css - 200 OK (3ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:06:03 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:06:03 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:06:03 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:06:03 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:06:03 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:06:03 -0800 Served asset /flms/flms.css - 304 Not Modified (12ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:06:03 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:06:03 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:06:03 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:06:03 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:06:03 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:06:03 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:06:03 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2013-03-05 14:08:04 -0800 Processing by HomeController#index as HTML Rendered home/index.html.haml (1.5ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:08:22 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.4ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.9ms) Compiled flms/blocks/index.css (5ms) (pid 26726) Compiled flms/flms.css (4ms) (pid 26726) Completed 200 OK in 67ms (Views: 64.1ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:08:22 -0800 Served asset /flms/blocks/index.css - 200 OK (1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:08:22 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:08:22 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:08:22 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:08:22 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:08:22 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:08:22 -0800 Served asset /flms/flms.css - 304 Not Modified (8ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:08:22 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:08:22 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:08:22 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:08:22 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:08:22 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:08:22 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:08:22 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:08:34 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.6ms) Compiled flms/blocks/index.css (3ms) (pid 26726) Compiled flms/flms.css (3ms) (pid 26726) Completed 200 OK in 35ms (Views: 32.9ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:08:34 -0800 Served asset /flms/blocks/index.css - 200 OK (1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:08:34 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:08:34 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:08:34 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:08:34 -0800 Served asset /flms/flms.css - 304 Not Modified (12ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:08:34 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:08:34 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:08:34 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:08:34 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:08:34 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:08:34 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:08:34 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:08:34 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:08:34 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:08:50 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.8ms) Compiled flms/blocks/index.css (4ms) (pid 26726) Compiled flms/flms.css (3ms) (pid 26726) Completed 200 OK in 36ms (Views: 33.4ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:08:51 -0800 Served asset /flms/blocks/index.css - 200 OK (2ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:08:51 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:08:51 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:08:51 -0800 Served asset /flms/flms.css - 304 Not Modified (46ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:08:51 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:08:51 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:08:51 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:08:51 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:08:51 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:08:51 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:08:51 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:08:51 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:08:51 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:08:51 -0800 Served asset /flms/flms.js - 304 Not Modified (1ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:09:57 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.7ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.5ms) Compiled flms/blocks/index.css (3ms) (pid 26726) Compiled flms/flms.css (2ms) (pid 26726) Completed 200 OK in 36ms (Views: 32.9ms | ActiveRecord: 1.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:09:57 -0800 Served asset /flms/blocks/index.css - 200 OK (1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:09:57 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:09:57 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:09:57 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:09:57 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:09:57 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:09:57 -0800 Served asset /flms/flms.css - 304 Not Modified (41ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:09:57 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:09:57 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:09:57 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:09:57 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:09:57 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:09:57 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:09:57 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:10:31 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.4ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.2ms) Compiled flms/blocks/index.css (4ms) (pid 26726) Compiled flms/flms.css (3ms) (pid 26726) Completed 200 OK in 39ms (Views: 36.3ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:10:31 -0800 Served asset /flms/blocks/index.css - 200 OK (4ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:10:31 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:10:31 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:10:31 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:10:31 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:10:31 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:10:31 -0800 Served asset /flms/flms.css - 304 Not Modified (13ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:10:31 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:10:31 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:10:31 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:10:31 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:10:31 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:10:31 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:10:31 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:10:50 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.8ms) Compiled flms/blocks/index.css (4ms) (pid 26726) Compiled flms/flms.css (2ms) (pid 26726) Completed 200 OK in 36ms (Views: 32.7ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:10:50 -0800 Served asset /flms/blocks/index.css - 200 OK (1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:10:50 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:10:50 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:10:50 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:10:50 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:10:50 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:10:50 -0800 Served asset /flms/flms.css - 304 Not Modified (10ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:10:50 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:10:50 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:10:50 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:10:50 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:10:50 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:10:50 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:10:50 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:11:35 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.4ms) Compiled flms/blocks/index.css (5ms) (pid 26726) Compiled flms/flms.css (3ms) (pid 26726) Completed 200 OK in 39ms (Views: 36.4ms | ActiveRecord: 0.9ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:11:36 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:11:36 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:11:36 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:11:36 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:11:36 -0800 Served asset /flms/blocks/index.css - 200 OK (2ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:11:36 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:11:36 -0800 Served asset /flms/flms.css - 304 Not Modified (11ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:11:36 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:11:36 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:11:36 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:11:36 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:11:36 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:11:36 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:11:36 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:11:48 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.9ms) Compiled flms/blocks/index.css (4ms) (pid 26726) Compiled flms/flms.css (2ms) (pid 26726) Completed 200 OK in 35ms (Views: 32.1ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:11:48 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:11:48 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:11:48 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:11:48 -0800 Served asset /flms/blocks/index.css - 200 OK (2ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:11:48 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:11:48 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:11:48 -0800 Served asset /flms/flms.css - 304 Not Modified (9ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:11:48 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:11:48 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:11:48 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:11:48 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:11:48 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:11:48 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:11:48 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:12:15 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.5ms) Compiled flms/blocks/index.css (4ms) (pid 26726) Compiled flms/flms.css (3ms) (pid 26726) Completed 200 OK in 67ms (Views: 64.7ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:12:15 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:12:15 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:12:15 -0800 Served asset /flms/blocks/index.css - 200 OK (1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:12:15 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:12:15 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:12:15 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:12:15 -0800 Served asset /flms/flms.css - 304 Not Modified (10ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:12:15 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:12:15 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:12:15 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:12:15 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:12:15 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:12:15 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:12:15 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:12:25 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.7ms) Compiled flms/blocks/index.css (4ms) (pid 26726) Compiled flms/flms.css (2ms) (pid 26726) Completed 200 OK in 59ms (Views: 56.9ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:12:26 -0800 Served asset /flms/blocks/index.css - 200 OK (2ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:12:26 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:12:26 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:12:26 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:12:26 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:12:26 -0800 Served asset /flms/flms.css - 304 Not Modified (11ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:12:26 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:12:26 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:12:26 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:12:26 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:12:26 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:12:26 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:12:26 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:12:48 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.3ms) Compiled flms/blocks/index.css (4ms) (pid 26726) Compiled flms/flms.css (2ms) (pid 26726) Completed 200 OK in 63ms (Views: 60.7ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:12:48 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (5ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:12:48 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:12:48 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:12:48 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:12:48 -0800 Served asset /jquery-ui.css - 200 OK (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:12:48 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:12:48 -0800 Served asset /flms/flms.css - 304 Not Modified (7ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:12:48 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:12:48 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:12:48 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:12:48 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:12:48 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:12:48 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:12:48 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:16:33 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.1ms) Completed 200 OK in 13ms (Views: 10.1ms | ActiveRecord: 1.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:16:33 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:16:33 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:16:33 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:16:33 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:16:33 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:16:33 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:16:33 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:16:33 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:16:33 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:16:33 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:16:33 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:16:33 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:16:33 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:16:33 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:16:35 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.6ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.5ms) Completed 200 OK in 14ms (Views: 11.2ms | ActiveRecord: 1.3ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:16:35 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:16:35 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:16:35 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:16:35 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:16:35 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:16:35 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:16:35 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:16:35 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:16:35 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:16:35 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:16:35 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (3ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:16:35 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:16:35 -0800 Served asset /flms/flms.js - 304 Not Modified (26ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:16:35 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:16:36 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.6ms) Completed 200 OK in 13ms (Views: 10.3ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:16:36 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:16:36 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:16:36 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:16:36 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:16:36 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:16:36 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:16:36 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:16:36 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:16:36 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:16:36 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:16:36 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:16:36 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:16:36 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:16:36 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:16:50 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (37.2ms) Completed 200 OK in 46ms (Views: 43.7ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:16:50 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:16:50 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:16:50 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:16:50 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:16:50 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:16:50 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:16:50 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:16:50 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:16:50 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:16:50 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:16:50 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:16:50 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:16:50 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:16:50 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:17:07 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (6.6ms) Completed 200 OK in 15ms (Views: 12.9ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:17:07 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:17:07 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:17:07 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:17:07 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:17:07 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:17:07 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:17:07 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:17:07 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:17:07 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:17:07 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:17:07 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:17:07 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:17:07 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:17:07 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-05 14:18:51 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (11.6ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (15.5ms) Completed 200 OK in 25ms (Views: 22.7ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:18:51 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:18:51 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:18:51 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:18:51 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:18:51 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:18:51 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:18:51 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:18:51 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:18:51 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:18:51 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:18:51 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:18:51 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:18:51 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:18:51 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:18:53 -0800 Processing by Flms::BlocksController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "block"=>{"name"=>"Godzilla"}, "commit"=>"Create Block", "page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1  (0.1ms) BEGIN SQL (2.8ms) INSERT INTO "flms_blocks" ("active", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["active", nil], ["created_at", Tue, 05 Mar 2013 22:18:53 UTC +00:00], ["name", "Godzilla"], ["updated_at", Tue, 05 Mar 2013 22:18:53 UTC +00:00]]  (0.5ms) COMMIT  (0.1ms) BEGIN SQL (0.9ms) INSERT INTO "flms_blocks_pages" ("block_id", "created_at", "page_id", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["block_id", 12], ["created_at", Tue, 05 Mar 2013 22:18:53 UTC +00:00], ["page_id", 1], ["updated_at", Tue, 05 Mar 2013 22:18:53 UTC +00:00]]  (0.4ms) COMMIT Redirected to http://localhost:3000/flms/pages/one/blocks Completed 302 Found in 21ms (ActiveRecord: 6.4ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:18:53 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (6.7ms) Completed 200 OK in 15ms (Views: 13.2ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:18:53 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:18:53 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:18:53 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:18:53 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:18:53 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:18:53 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:18:53 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:18:53 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:18:53 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:18:53 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:18:53 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:18:53 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:18:53 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:18:53 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started POST "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:19:13 -0800 Processing by Flms::BlocksController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "block"=>{"name"=>"Godzilla"}, "commit"=>"Create Block", "page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "flms_blocks" ("active", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["active", nil], ["created_at", Tue, 05 Mar 2013 22:19:13 UTC +00:00], ["name", "Godzilla"], ["updated_at", Tue, 05 Mar 2013 22:19:13 UTC +00:00]]  (1.6ms) COMMIT  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "flms_blocks_pages" ("block_id", "created_at", "page_id", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["block_id", 13], ["created_at", Tue, 05 Mar 2013 22:19:13 UTC +00:00], ["page_id", 1], ["updated_at", Tue, 05 Mar 2013 22:19:13 UTC +00:00]]  (0.2ms) COMMIT Redirected to http://localhost:3000/flms/pages/one/blocks Completed 302 Found in 7ms (ActiveRecord: 3.1ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:19:13 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.6ms) Completed 200 OK in 13ms (Views: 10.8ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:19:13 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:19:13 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:19:13 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:19:13 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:19:13 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:19:13 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:19:13 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:19:13 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:19:13 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:19:13 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:19:13 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:19:13 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:19:13 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:19:13 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started DELETE "/flms/pages/one/blocks/13" for 127.0.0.1 at 2013-03-05 14:19:18 -0800 Processing by Flms::BlocksController#destroy as HTML Parameters: {"authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "page_id"=>"one", "id"=>"13"} Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 LIMIT 1 [["id", "13"]]  (0.1ms) BEGIN SQL (0.4ms) DELETE FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 [["id", 13]]  (1.7ms) COMMIT Redirected to http://localhost:3000/flms/pages/one/blocks Completed 302 Found in 7ms (ActiveRecord: 3.1ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:19:18 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.5ms) Completed 200 OK in 13ms (Views: 11.0ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:19:18 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:19:18 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:19:18 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:19:18 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:19:18 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:19:18 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:19:18 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:19:18 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:19:18 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:19:18 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:19:18 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:19:18 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:19:18 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:19:18 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:19:21 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.3ms) Completed 200 OK in 14ms (Views: 11.6ms | ActiveRecord: 0.9ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:19:21 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:19:21 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:19:21 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:19:21 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:19:21 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:19:21 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:19:21 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:19:21 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:19:21 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:19:21 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:19:21 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:19:21 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:19:21 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:19:21 -0800 Served asset /flms/flms.js - 304 Not Modified (1ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:19:21 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.2ms) Completed 200 OK in 17ms (Views: 14.8ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:19:22 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:19:22 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:19:22 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:19:22 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:19:22 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:19:22 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:19:22 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:19:22 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:19:22 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:19:22 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:19:22 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:19:22 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:19:22 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:19:22 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:28:19 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.0ms) Compiled bootstrapSwitch.css (0ms) (pid 26726) Compiled flms/flms.css (9ms) (pid 26726) Compiled bootstrapSwitch.js (0ms) (pid 26726) Compiled flms/flms.js (9ms) (pid 26726) Completed 200 OK in 93ms (Views: 90.7ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:28:19 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:28:19 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:28:19 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:28:19 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:28:19 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:28:19 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:28:19 -0800 Served asset /bootstrapSwitch.css - 200 OK (1ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:28:19 -0800 Served asset /flms/flms.css - 200 OK (8ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:28:19 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:28:19 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:28:19 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:28:19 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:28:19 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:28:19 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 14:28:19 -0800 Served asset /bootstrapSwitch.js - 200 OK (1ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:28:19 -0800 Served asset /flms/flms.js - 200 OK (7ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:28:20 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.6ms) Completed 200 OK in 14ms (Views: 11.5ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:28:20 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:28:20 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:28:20 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:28:20 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:28:20 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:28:20 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:28:20 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:28:20 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:28:20 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:28:20 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:28:20 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:28:20 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:28:20 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:28:20 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 14:28:20 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:28:20 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:28:23 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:29:23 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (7.9ms) Completed 200 OK in 17ms (Views: 14.3ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:29:23 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:29:23 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:29:23 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:29:23 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:29:23 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:29:23 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:29:23 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:29:23 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:29:23 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:29:23 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:29:23 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:29:23 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:29:23 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:29:23 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 14:29:23 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:29:23 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:30:05 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.7ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (7.6ms) Completed 200 OK in 17ms (Views: 14.2ms | ActiveRecord: 1.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:30:05 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:30:05 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:30:05 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:30:05 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:30:05 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:30:05 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:30:05 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:30:05 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:30:05 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:30:05 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:30:05 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:30:05 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:30:05 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:30:05 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 14:30:05 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:30:05 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:30:41 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.4ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (32.0ms) Completed 200 OK in 42ms (Views: 39.1ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:30:41 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:30:41 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:30:41 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:30:41 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:30:41 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:30:41 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:30:41 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:30:41 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:30:41 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:30:41 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:30:41 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:30:41 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:30:41 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:30:41 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 14:30:41 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:30:41 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:30:44 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (8.3ms) Completed 200 OK in 18ms (Views: 15.5ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:30:44 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:30:44 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:30:44 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:30:44 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:30:44 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:30:44 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:30:44 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:30:44 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:30:44 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:30:44 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:30:44 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:30:44 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:30:44 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:30:44 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 14:30:44 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:30:44 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:31:22 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.9ms) Compiled flms/blocks/index.css (8ms) (pid 26726) Compiled flms/flms.css (3ms) (pid 26726) Completed 200 OK in 48ms (Views: 45.6ms | ActiveRecord: 0.9ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:31:22 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:31:22 -0800 Served asset /flms/blocks/index.css - 200 OK (1ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:31:22 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:31:22 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:31:22 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:31:22 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:31:22 -0800 Served asset /flms/flms.css - 304 Not Modified (11ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:31:22 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:31:22 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:31:22 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:31:22 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:31:22 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:31:22 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:31:22 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 14:31:22 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:31:22 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:31:41 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (8.2ms) Completed 200 OK in 19ms (Views: 16.2ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:31:41 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:31:41 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:31:41 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:31:41 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:31:41 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:31:41 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:31:41 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:31:41 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:31:41 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:31:41 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:31:41 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:31:41 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:31:41 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:31:41 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 14:31:41 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:31:41 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:31:50 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (8.0ms) Completed 200 OK in 17ms (Views: 14.8ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:31:50 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:31:50 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:31:50 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:31:50 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:31:50 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:31:50 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:31:50 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:31:50 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:31:50 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:31:50 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:31:50 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:31:50 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:31:50 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (1ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:31:50 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 14:31:50 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:31:50 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:32:33 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (7.4ms) Completed 200 OK in 17ms (Views: 14.3ms | ActiveRecord: 1.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:32:33 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:32:33 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:32:33 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:32:33 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:32:33 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:32:33 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:32:33 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:32:33 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:32:33 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:32:33 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:32:33 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:32:33 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:32:33 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:32:33 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 14:32:33 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:32:33 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:35:05 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (8.5ms) Completed 200 OK in 18ms (Views: 15.6ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:35:05 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:35:05 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:35:05 -0800 Served asset /flms/home.css - 200 OK (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:35:05 -0800 Served asset /flms/layout.css - 200 OK (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:35:05 -0800 Served asset /flms/login.css - 200 OK (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:35:05 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:35:05 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:35:05 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:35:05 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:35:05 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:35:05 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:35:06 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:35:06 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:35:06 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 14:35:06 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:35:06 -0800 Served asset /flms/flms.js - 304 Not Modified (25ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:35:32 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (8.6ms) Completed 200 OK in 18ms (Views: 15.7ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:35:32 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:35:32 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:35:32 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:35:32 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:35:32 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:35:32 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:35:32 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:35:32 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:35:32 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:35:32 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:35:32 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:35:32 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:35:32 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:35:32 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 14:35:32 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:35:32 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:40:13 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.2ms) Completed 200 OK in 16ms (Views: 12.4ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:40:13 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:40:13 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:40:13 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:40:13 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:40:13 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:40:13 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:40:13 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:40:13 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:40:13 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:40:13 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:40:13 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:40:13 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:40:13 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:40:13 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 14:40:13 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:40:13 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks/8/edit" for 127.0.0.1 at 2013-03-05 14:41:17 -0800 Processing by Flms::BlocksController#edit as HTML Parameters: {"page_id"=>"one", "id"=>"8"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 LIMIT 1 [["id", "8"]] Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (1.9ms) Rendered /Users/kevin/flms/app/views/flms/blocks/edit.html.haml within layouts/flms/admin (3.8ms) Completed 200 OK in 14ms (Views: 11.0ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:41:17 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:41:17 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:41:17 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:41:17 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:41:17 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:41:17 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:41:17 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:41:17 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:41:17 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:41:17 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:41:17 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:41:17 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:41:17 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:41:17 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 14:41:17 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:41:17 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:42:15 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (7.9ms) Compiled flms/blocks/index.css (5ms) (pid 26726) Compiled flms/flms.css (4ms) (pid 26726) Completed 200 OK in 44ms (Views: 41.4ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:42:15 -0800 Served asset /flms/blocks/index.css - 200 OK (2ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:42:15 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:42:15 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:42:15 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:42:15 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:42:15 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:42:15 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:42:15 -0800 Served asset /flms/flms.css - 304 Not Modified (9ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:42:15 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:42:15 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:42:15 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:42:15 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:42:15 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:42:15 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 14:42:15 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:42:15 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:43:23 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (8.5ms) Completed 200 OK in 50ms (Views: 47.6ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:43:23 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:43:23 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:43:23 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:43:23 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:43:23 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:43:23 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:43:23 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:43:23 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:43:23 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:43:23 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:43:23 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:43:23 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:43:23 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:43:23 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 14:43:23 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:43:23 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:43:33 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (8.2ms) Completed 200 OK in 18ms (Views: 14.9ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:43:33 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:43:33 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:43:33 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:43:33 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:43:33 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:43:33 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:43:33 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:43:33 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:43:33 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:43:33 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:43:33 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:43:33 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:43:33 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:43:33 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 14:43:33 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:43:33 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:43:51 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (8.0ms) Completed 200 OK in 18ms (Views: 15.2ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:43:51 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:43:51 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:43:51 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:43:51 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:43:51 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:43:51 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:43:51 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:43:51 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:43:51 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:43:51 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:43:51 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:43:51 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:43:51 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 14:43:51 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:43:51 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:43:51 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:44:11 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.6ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (8.8ms) Completed 200 OK in 18ms (Views: 15.7ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:44:11 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:44:11 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:44:11 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:44:11 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:44:11 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:44:11 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:44:11 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:44:11 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:44:11 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:44:11 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:44:12 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:44:12 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:44:12 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:44:12 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 14:44:12 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:44:12 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:44:15 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (31.7ms) Completed 200 OK in 41ms (Views: 38.5ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:44:15 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:44:15 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:44:15 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:44:15 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:44:15 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:44:15 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:44:15 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:44:15 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:44:15 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:44:15 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:44:15 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (1ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:44:15 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:44:15 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:44:15 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 14:44:15 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:44:15 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:45:03 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.6ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.8ms) Compiled flms/blocks/index.css (4ms) (pid 26726) Compiled flms/flms.css (3ms) (pid 26726) Completed 200 OK in 38ms (Views: 35.1ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:45:03 -0800 Served asset /flms/blocks/index.css - 200 OK (2ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:45:03 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:45:03 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:45:03 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:45:03 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:45:03 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:45:03 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:45:03 -0800 Served asset /flms/flms.css - 304 Not Modified (10ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:45:03 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:45:03 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:45:03 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:45:03 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:45:03 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:45:03 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 14:45:03 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:45:03 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:45:48 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.4ms) Compiled flms/blocks/index.css (5ms) (pid 26726) Compiled flms/flms.css (4ms) (pid 26726) Completed 200 OK in 70ms (Views: 67.7ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:45:48 -0800 Served asset /flms/blocks/index.css - 200 OK (2ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:45:48 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:45:48 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:45:48 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:45:48 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:45:48 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:45:48 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:45:48 -0800 Served asset /flms/flms.css - 304 Not Modified (9ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:45:48 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:45:48 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:45:48 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:45:48 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:45:48 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:45:48 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 14:45:48 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:45:48 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:45:52 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.1ms) Compiled flms/blocks/index.css (4ms) (pid 26726) Compiled flms/flms.css (4ms) (pid 26726) Completed 200 OK in 62ms (Views: 59.6ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:45:52 -0800 Served asset /flms/blocks/index.css - 200 OK (3ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:45:52 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:45:52 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:45:52 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:45:52 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:45:52 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:45:52 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:45:52 -0800 Served asset /flms/flms.css - 304 Not Modified (11ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:45:52 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:45:52 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:45:52 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:45:52 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:45:52 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:45:52 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:45:52 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 14:45:52 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:45:55 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (29.7ms) Compiled flms/blocks/index.css (4ms) (pid 26726) Compiled flms/flms.css (3ms) (pid 26726) Completed 200 OK in 98ms (Views: 95.1ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:45:55 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:45:55 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:45:55 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:45:55 -0800 Served asset /flms/blocks/index.css - 200 OK (4ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:45:55 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:45:55 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:45:55 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:45:55 -0800 Served asset /flms/flms.css - 304 Not Modified (6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:45:55 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:45:55 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:45:55 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:45:55 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:45:55 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:45:55 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 14:45:55 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:45:55 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:45:59 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.5ms) Compiled flms/blocks/index.css (5ms) (pid 26726) Compiled flms/flms.css (3ms) (pid 26726) Completed 200 OK in 38ms (Views: 35.9ms | ActiveRecord: 0.9ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:45:59 -0800 Served asset /flms/blocks/index.css - 200 OK (6ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:45:59 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:45:59 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:45:59 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:45:59 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:45:59 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:45:59 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:45:59 -0800 Served asset /flms/flms.css - 304 Not Modified (39ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:45:59 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:45:59 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:45:59 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:45:59 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:45:59 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:45:59 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 14:45:59 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:45:59 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:47:34 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (7.9ms) Completed 200 OK in 17ms (Views: 14.6ms | ActiveRecord: 0.9ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:47:34 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:47:34 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:47:34 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:47:34 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:47:34 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:47:34 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:47:34 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:47:34 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:47:34 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:47:34 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:47:34 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:47:34 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:47:34 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:47:34 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 14:47:34 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:47:34 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/img/glyphicons-halflings.png" for 127.0.0.1 at 2013-03-05 14:47:34 -0800 Served asset /img/glyphicons-halflings.png - 404 Not Found (3ms) ActionController::RoutingError (No route matches [GET] "/assets/img/glyphicons-halflings.png"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:47:35 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.8ms) Completed 200 OK in 15ms (Views: 12.0ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:47:35 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:47:35 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:47:35 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:47:35 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:47:35 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:47:35 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:47:35 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:47:35 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:47:35 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:47:35 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:47:35 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:47:35 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:47:35 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:47:35 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 14:47:35 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:47:35 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/img/glyphicons-halflings.png" for 127.0.0.1 at 2013-03-05 14:47:59 -0800 Served asset /img/glyphicons-halflings.png - 404 Not Found (3ms) ActionController::RoutingError (No route matches [GET] "/assets/img/glyphicons-halflings.png"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/assets/img/glyphicons-halflings.png" for 127.0.0.1 at 2013-03-05 14:48:48 -0800 Served asset /img/glyphicons-halflings.png - 404 Not Found (3ms) ActionController::RoutingError (No route matches [GET] "/assets/img/glyphicons-halflings.png"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/assets/img/glyphicons-halflings.png" for 127.0.0.1 at 2013-03-05 14:48:49 -0800 Served asset /img/glyphicons-halflings.png - 404 Not Found (4ms) ActionController::RoutingError (No route matches [GET] "/assets/img/glyphicons-halflings.png"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/assets/img/glyphicons-halflings.png" for 127.0.0.1 at 2013-03-05 14:49:04 -0800 Served asset /img/glyphicons-halflings.png - 200 OK (36ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:49:07 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.6ms) Completed 200 OK in 14ms (Views: 11.5ms | ActiveRecord: 1.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:49:07 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:49:07 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:49:07 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:49:07 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:49:07 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:49:07 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:49:07 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:49:07 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:49:07 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:49:07 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:49:07 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:49:07 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:49:07 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:49:07 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 14:49:07 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:49:07 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:49:08 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.5ms) Completed 200 OK in 13ms (Views: 10.8ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:49:08 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:49:08 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:49:08 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:49:08 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:49:08 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:49:08 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:49:08 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:49:08 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:49:08 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:49:08 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:49:08 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:49:08 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:49:08 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:49:08 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 14:49:08 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:49:08 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/img/glyphicons-halflings.png" for 127.0.0.1 at 2013-03-05 14:49:16 -0800 Served asset /img/glyphicons-halflings.png - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:49:19 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.3ms) Completed 200 OK in 16ms (Views: 12.9ms | ActiveRecord: 1.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:49:19 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:49:19 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:49:19 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:49:19 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:49:19 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:49:19 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:49:19 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:49:19 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:49:19 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:49:19 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:49:19 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:49:19 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:49:19 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:49:19 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 14:49:19 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:49:19 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/img/glyphicons-halflings.png" for 127.0.0.1 at 2013-03-05 14:51:17 -0800 Served asset /img/glyphicons-halflings.png - 304 Not Modified (0ms) Started GET "/assets/img/glyphicons-halflings.png" for 127.0.0.1 at 2013-03-05 14:51:18 -0800 Served asset /img/glyphicons-halflings.png - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:51:28 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (2.4ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (1.0ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (8.6ms) Completed 200 OK in 35ms (Views: 25.8ms | ActiveRecord: 3.9ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:51:29 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:51:29 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:51:29 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:51:29 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:51:29 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:51:29 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:51:29 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:51:29 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:51:29 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:51:29 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:51:29 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:51:29 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (3ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:51:29 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:51:29 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:51:29 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/img/glyphicons-halflings.png" for 127.0.0.1 at 2013-03-05 14:51:29 -0800 Served asset /img/glyphicons-halflings.png - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 14:51:29 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:51:30 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (7.4ms) Completed 200 OK in 19ms (Views: 16.5ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:51:30 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:51:30 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:51:30 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:51:30 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:51:30 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:51:30 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:51:30 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:51:30 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:51:30 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:51:30 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:51:30 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:51:30 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:51:30 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:51:30 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 14:51:30 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:51:30 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/img/glyphicons-halflings.png" for 127.0.0.1 at 2013-03-05 14:51:30 -0800 Served asset /img/glyphicons-halflings.png - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:51:35 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.4ms) Completed 200 OK in 13ms (Views: 10.8ms | ActiveRecord: 0.9ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:51:35 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:51:35 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:51:35 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:51:35 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:51:35 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:51:35 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:51:35 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:51:35 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:51:35 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:51:35 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:51:35 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:51:35 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:51:35 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:51:35 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 14:51:35 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:51:35 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:51:37 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.9ms) Completed 200 OK in 15ms (Views: 12.3ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:51:37 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:51:37 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:51:37 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:51:37 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:51:37 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:51:37 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:51:37 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:51:37 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:51:37 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:51:37 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:51:37 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:51:37 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:51:37 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:51:37 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 14:51:37 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:51:37 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:52:30 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (8.2ms) Completed 200 OK in 17ms (Views: 14.8ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:52:30 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:52:30 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:52:30 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:52:30 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:52:30 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:52:30 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:52:30 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:52:30 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:52:30 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:52:30 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:52:30 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:52:30 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:52:30 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:52:30 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 14:52:30 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:52:30 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:53:46 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (9.5ms) Completed 200 OK in 42ms (Views: 38.9ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:53:47 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:53:47 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:53:47 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:53:47 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:53:47 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:53:47 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:53:47 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:53:47 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:53:47 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:53:47 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:53:47 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:53:47 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:53:47 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:53:47 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 14:53:47 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:53:47 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks/8/edit" for 127.0.0.1 at 2013-03-05 14:53:50 -0800 Processing by Flms::BlocksController#edit as HTML Parameters: {"page_id"=>"one", "id"=>"8"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 LIMIT 1 [["id", "8"]] Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (1.8ms) Rendered /Users/kevin/flms/app/views/flms/blocks/edit.html.haml within layouts/flms/admin (2.9ms) Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.7ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:53:50 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:53:50 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:53:50 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:53:50 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:53:50 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:53:50 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:53:50 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:53:50 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:53:50 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:53:50 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:53:50 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:53:50 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:53:50 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:53:50 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 14:53:50 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:53:50 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:54:06 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (9.0ms) Completed 200 OK in 18ms (Views: 15.9ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:54:07 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:54:07 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:54:07 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:54:07 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:54:07 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:54:07 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:54:07 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:54:07 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:54:07 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:54:07 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:54:07 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:54:07 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:54:07 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:54:07 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:54:07 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 14:54:07 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:57:09 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 ERROR: compiling ___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2408402479791706162_70129136344600 RAISED /Users/kevin/flms/app/views/flms/blocks/index.html.haml:41: syntax error, unexpected tIDENTIFIER, expecting keyword_end ..._block_path(@page), class: 'btn btn-success' do ... ^ /Users/kevin/flms/app/views/flms/blocks/index.html.haml:41: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '(' ...page), class: 'btn btn-success' do ... ^ /Users/kevin/flms/app/views/flms/blocks/index.html.haml:42: syntax error, unexpected tIDENTIFIER, expecting keyword_end ...mlout.push_text("\nNew Block\n", 0,... ... ^ /Users/kevin/flms/app/views/flms/blocks/index.html.haml:42: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '(' ...push_text("\nNew Block\n", 0, false... ... ^ /Users/kevin/flms/app/views/flms/blocks/index.html.haml:42: unterminated string meets end of file Function body: def ___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2408402479791706162_70129136344600(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "flms/blocks/index";_old_output_buffer = @output_buffer;;begin;extend Haml::Helpers;_hamlout = @haml_buffer = Haml::Buffer.new(haml_buffer, {:autoclose=>["meta", "img", "link", "br", "hr", "input", "area", "param", "col", "base"], :preserve=>["textarea", "pre", "code"], :attr_wrapper=>"'", :ugly=>false, :format=>:html5, :encoding=>"UTF-8", :escape_html=>true, :escape_attrs=>true, :hyphenate_data_attrs=>true, :cdata=>false});_erbout = _hamlout.buffer;@output_buffer = output_buffer ||= ActionView::OutputBuffer.new rescue nil;; content_for :js do _hamlout.push_text("\n", 0, false);end;_hamlout.push_text("
\n

#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_false_false_true_false(("Blocks on page '#{Haml::Helpers.html_escape((@page.url))}'" ));}

\n\n \n \n \n \n \n \n \n", 2, false); @blocks.each do |block| _hamlout.push_text(" \n \n \n \n", -2, false);end;_hamlout.push_text(" \n
Name
\n
\n \n
\n  \n  \n #{_hamlout.adjust_tabs(-1); _hamlout.format_script_false_false_false_true_false_true_false(( link_to block.name, page_block_path(@page, block) ));}\n
\n  \n  \n  \n  \n ", 0, false); haml_temp = link_to edit_page_block_path(@page, block), class: 'btn' do _hamlout.push_text(" \n", 0, false);end;_hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_false(haml_temp);_hamlout.push_text("\n  \n  \n  \n ", 0, false); haml_temp = link_to page_block_path(@page, block), method: :delete, data: { confirm: 'Are you sure?' }, class: 'btn' do _hamlout.push_text(" \n", 0, false);end;_hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_false(haml_temp);_hamlout.push_text("\n
\n
\n", -2, false); haml_temp = link_to Block', new_page_block_path(@page), class: 'btn btn-success' do _hamlout.push_text("\nNew Block\n", 0, false);end;_hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_false(haml_temp);_hamlout.push_text("\n", 0, false);::Haml::Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.upper if @haml_buffer;end; ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:297:in `module_eval' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:297:in `compile' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:232:in `compile!' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:144:in `block in render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:125:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:143:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:123:in `block in instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:123:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/template_renderer.rb:45:in `render_template' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/template_renderer.rb:18:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/renderer.rb:36:in `render_template' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/renderer.rb:17:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/rendering.rb:110:in `_render_template' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/streaming.rb:225:in `_render_template' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/rendering.rb:103:in `render_to_body' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/renderers.rb:28:in `render_to_body' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/rendering.rb:88:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/rendering.rb:16:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/core_ext/benchmark.rb:5:in `ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:40:in `block in render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activerecord-3.2.12/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/implicit_render.rb:10:in `default_render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/implicit_render.rb:5:in `send_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/base.rb:167:in `process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/rendering.rb:10:in `process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:414:in `_run__3886245081775752490__process_action__3118793053536167645__callbacks' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/callbacks.rb:17:in `process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/rescue.rb:29:in `process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:123:in `block in instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:123:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:29:in `process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activerecord-3.2.12/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/base.rb:121:in `process' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/rendering.rb:45:in `process' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal.rb:203:in `dispatch' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal.rb:246:in `block in action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/routing/route_set.rb:73:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/routing/route_set.rb:36:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/routing/route_set.rb:601:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/engine.rb:479:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/routing/route_set.rb:601:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/warden-1.2.1/lib/warden/manager.rb:35:in `block in call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/warden-1.2.1/lib/warden/manager.rb:34:in `catch' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/warden-1.2.1/lib/warden/manager.rb:34:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/etag.rb:23:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/conditionalget.rb:25:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/head.rb:14:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/params_parser.rb:21:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/flash.rb:242:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:210:in `context' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:205:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/cookies.rb:341:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activerecord-3.2.12/lib/active_record/query_cache.rb:64:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activerecord-3.2.12/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:405:in `_run__2264770158777368871__call__2599647614328134925__callbacks' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/reloader.rb:65:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/rack/logger.rb:32:in `call_app' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/rack/logger.rb:16:in `block in call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/tagged_logging.rb:22:in `tagged' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/rack/logger.rb:16:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/request_id.rb:22:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/methodoverride.rb:21:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/runtime.rb:17:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/cache/strategy/local_cache.rb:72:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/lock.rb:15:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/static.rb:62:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/engine.rb:479:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/application.rb:223:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/content_length.rb:14:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/rack/log_tailer.rb:17:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.1ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (/Users/kevin/flms/app/views/flms/blocks/index.html.haml:41: syntax error, unexpected tIDENTIFIER, expecting keyword_end ..._block_path(@page), class: 'btn btn-success' do ... ^ /Users/kevin/flms/app/views/flms/blocks/index.html.haml:41: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '(' ...page), class: 'btn btn-success' do ... ^ /Users/kevin/flms/app/views/flms/blocks/index.html.haml:42: syntax error, unexpected tIDENTIFIER, expecting keyword_end ...mlout.push_text("\nNew Block\n", 0,... ... ^ /Users/kevin/flms/app/views/flms/blocks/index.html.haml:42: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '(' ...push_text("\nNew Block\n", 0, false... ... ^ /Users/kevin/flms/app/views/flms/blocks/index.html.haml:42: unterminated string meets end of file): 38: 39: %br 40: 41: = link_to Block', new_page_block_path(@page), class: 'btn btn-success' do 42: %i.icon-plus 43: New Block actionpack (3.2.12) lib/action_view/template.rb:297:in `module_eval' actionpack (3.2.12) lib/action_view/template.rb:297:in `compile' actionpack (3.2.12) lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' actionpack (3.2.12) lib/action_view/template.rb:232:in `compile!' actionpack (3.2.12) lib/action_view/template.rb:144:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__3886245081775752490__process_action__3118793053536167645__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2264770158777368871__call__2599647614328134925__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.3ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:57:26 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (10.1ms) Completed 200 OK in 20ms (Views: 17.0ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:57:26 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:57:26 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:57:26 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:57:26 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:57:26 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:57:26 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:57:26 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:57:26 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:57:26 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:57:26 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:57:26 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:57:26 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:57:26 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:57:26 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 14:57:26 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:57:26 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 14:57:51 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (62.5ms) Completed 200 OK in 72ms (Views: 69.0ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 14:57:51 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 14:57:51 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 14:57:51 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 14:57:51 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 14:57:51 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 14:57:51 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 14:57:51 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 14:57:51 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 14:57:51 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 14:57:51 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 14:57:51 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 14:57:51 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 14:57:51 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 14:57:51 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 14:57:51 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/img/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-03-05 14:57:51 -0800 Served asset /img/glyphicons-halflings-white.png - 200 OK (6ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 14:57:51 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 15:00:46 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.0ms) Completed 200 OK in 14ms (Views: 11.4ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 15:00:46 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 15:00:46 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 15:00:46 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 15:00:46 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 15:00:46 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 15:00:46 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 15:00:46 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 15:00:46 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 15:00:46 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 15:00:46 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 15:00:46 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 15:00:46 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 15:00:46 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 15:00:46 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 15:00:46 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 15:00:46 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-03-05 15:09:57 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (1.0ms) Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 15:09:57 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 15:09:57 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 15:09:57 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 15:09:57 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 15:09:57 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 15:09:57 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 15:09:57 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 15:09:57 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 15:09:57 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 15:09:57 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 15:09:57 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 15:09:57 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 15:09:57 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 15:09:57 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 15:09:57 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 15:09:57 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms" for 127.0.0.1 at 2013-03-05 15:10:20 -0800 Processing by Flms::DashboardController#index as HTML Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/dashboard/index.html.haml within layouts/flms/admin (0.1ms) Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 15:10:20 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 15:10:20 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 15:10:20 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 15:10:20 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 15:10:20 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 15:10:20 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 15:10:20 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 15:10:20 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 15:10:20 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 15:10:20 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 15:10:20 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 15:10:20 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 15:10:20 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 15:10:20 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 15:10:20 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 15:10:20 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-03-05 15:10:21 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.9ms) Completed 200 OK in 41ms (Views: 39.4ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 15:10:21 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 15:10:21 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 15:10:21 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 15:10:21 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 15:10:21 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 15:10:21 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 15:10:21 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 15:10:21 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 15:10:21 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 15:10:21 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 15:10:22 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 15:10:22 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 15:10:22 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 15:10:22 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 15:10:22 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 15:10:22 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 15:10:25 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.1ms) Completed 200 OK in 14ms (Views: 11.4ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 15:10:25 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 15:10:25 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 15:10:25 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 15:10:25 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 15:10:25 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 15:10:25 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 15:10:25 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 15:10:25 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 15:10:25 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 15:10:25 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 15:10:25 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 15:10:25 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 15:10:25 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 15:10:25 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 15:10:25 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 15:10:25 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks/8/edit" for 127.0.0.1 at 2013-03-05 15:11:43 -0800 Processing by Flms::BlocksController#edit as HTML Parameters: {"page_id"=>"one", "id"=>"8"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 LIMIT 1 [["id", "8"]] Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (1.9ms) Rendered /Users/kevin/flms/app/views/flms/blocks/edit.html.haml within layouts/flms/admin (2.9ms) Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.7ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 15:11:43 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 15:11:43 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 15:11:43 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 15:11:43 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 15:11:43 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 15:11:43 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 15:11:43 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 15:11:43 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 15:11:43 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 15:11:43 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 15:11:43 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 15:11:43 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 15:11:43 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 15:11:43 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 15:11:43 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started PUT "/flms/pages/one/blocks/8" for 127.0.0.1 at 2013-03-05 15:11:47 -0800 Processing by Flms::BlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "block"=>{"name"=>"FitBit two"}, "commit"=>"Update Block", "page_id"=>"one", "id"=>"8"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 LIMIT 1 [["id", "8"]]  (0.0ms) BEGIN  (0.3ms) UPDATE "flms_blocks" SET "name" = 'FitBit two', "updated_at" = '2013-03-05 23:11:47.250220' WHERE "flms_blocks"."id" = 8  (0.3ms) COMMIT Redirected to http://localhost:3000/flms/pages/one/blocks Completed 302 Found in 5ms (ActiveRecord: 1.3ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 15:11:47 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.3ms) Completed 200 OK in 14ms (Views: 12.2ms | ActiveRecord: 0.9ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 15:11:47 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 15:11:47 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 15:11:47 -0800 Served asset /flms/login.css - 200 OK (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 15:11:47 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 15:11:47 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 15:11:47 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 15:11:47 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 15:11:47 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 15:11:47 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 15:11:47 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 15:11:47 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 15:11:47 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 15:11:47 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 15:11:47 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 15:11:47 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 15:11:47 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started DELETE "/flms/pages/one/blocks/12" for 127.0.0.1 at 2013-03-05 15:11:56 -0800 Processing by Flms::BlocksController#destroy as HTML Parameters: {"authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "page_id"=>"one", "id"=>"12"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 LIMIT 1 [["id", "12"]]  (0.0ms) BEGIN SQL (0.1ms) DELETE FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 [["id", 12]]  (1.5ms) COMMIT Redirected to http://localhost:3000/flms/pages/one/blocks Completed 302 Found in 5ms (ActiveRecord: 2.3ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 15:11:56 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.4ms) Completed 200 OK in 36ms (Views: 34.0ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 15:11:56 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 15:11:56 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 15:11:56 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 15:11:56 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 15:11:56 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 15:11:56 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 15:11:56 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 15:11:56 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 15:11:56 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 15:11:56 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 15:11:56 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 15:11:56 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 15:11:56 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 15:11:56 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 15:11:56 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2013-03-05 15:29:20 -0800 Processing by HomeController#index as HTML Rendered home/index.html.haml (0.2ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 15:30:49 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.6ms) Completed 200 OK in 13ms (Views: 11.0ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 15:30:49 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 15:30:49 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 15:30:49 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 15:30:49 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 15:30:49 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 15:30:49 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 15:30:49 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 15:30:49 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 15:30:49 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 15:30:49 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 15:30:49 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 15:30:49 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 15:30:49 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 15:30:49 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 15:30:49 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 15:30:49 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 15:56:45 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.3ms) Compiled flms/blocks/index.css (5ms) (pid 26726) Compiled flms/flms.css (4ms) (pid 26726) Completed 200 OK in 47ms (Views: 44.6ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 15:56:45 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 15:56:45 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 15:56:45 -0800 Served asset /flms/blocks/index.css - 200 OK (3ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 15:56:45 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 15:56:45 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 15:56:45 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 15:56:45 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 15:56:45 -0800 Served asset /flms/flms.css - 304 Not Modified (10ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 15:56:45 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 15:56:45 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 15:56:45 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 15:56:45 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 15:56:45 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 15:56:45 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 15:56:45 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 15:56:45 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 15:56:48 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.6ms) Compiled flms/blocks/index.css (5ms) (pid 26726) Compiled flms/flms.css (3ms) (pid 26726) Completed 200 OK in 37ms (Views: 35.1ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 15:56:49 -0800 Served asset /flms/blocks/index.css - 200 OK (2ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 15:56:49 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 15:56:49 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 15:56:49 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 15:56:49 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 15:56:49 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 15:56:49 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 15:56:49 -0800 Served asset /flms/flms.css - 304 Not Modified (10ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 15:56:49 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 15:56:49 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 15:56:49 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 15:56:49 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 15:56:49 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 15:56:49 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 15:56:49 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 15:56:49 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 15:56:53 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.7ms) Compiled flms/blocks/index.css (6ms) (pid 26726) Compiled flms/flms.css (4ms) (pid 26726) Completed 200 OK in 77ms (Views: 74.2ms | ActiveRecord: 0.9ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 15:56:53 -0800 Served asset /flms/blocks/index.css - 200 OK (8ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 15:56:53 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 15:56:53 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 15:56:53 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 15:56:53 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 15:56:53 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 15:56:53 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 15:56:53 -0800 Served asset /flms/flms.css - 304 Not Modified (9ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 15:56:53 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 15:56:53 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 15:56:53 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 15:56:53 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 15:56:53 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 15:56:53 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 15:56:53 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 15:56:53 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 15:56:57 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.2ms) Compiled flms/blocks/index.css (4ms) (pid 26726) Compiled flms/flms.css (4ms) (pid 26726) Completed 200 OK in 60ms (Views: 58.1ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 15:56:57 -0800 Served asset /flms/blocks/index.css - 200 OK (5ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 15:56:57 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 15:56:57 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 15:56:57 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 15:56:57 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 15:56:57 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 15:56:57 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 15:56:57 -0800 Served asset /flms/flms.css - 304 Not Modified (12ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 15:56:57 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 15:56:57 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 15:56:57 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 15:56:57 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 15:56:57 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 15:56:57 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 15:56:57 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 15:56:57 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 15:57:05 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.4ms) Compiled flms/blocks/index.css (4ms) (pid 26726) Compiled flms/flms.css (3ms) (pid 26726) Completed 200 OK in 92ms (Views: 89.2ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:05 -0800 Served asset /flms/blocks/index.css - 200 OK (3ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:05 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:05 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:05 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:05 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:05 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:05 -0800 Served asset /flms/flms.css - 304 Not Modified (12ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:05 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:05 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:05 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:05 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:05 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:05 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:05 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:05 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:05 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 15:57:10 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.3ms) Compiled flms/blocks/index.css (5ms) (pid 26726) Compiled flms/flms.css (4ms) (pid 26726) Completed 200 OK in 39ms (Views: 36.9ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:10 -0800 Served asset /flms/blocks/index.css - 200 OK (3ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:10 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:10 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:10 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:10 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:10 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:10 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:10 -0800 Served asset /flms/flms.css - 304 Not Modified (40ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:10 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:10 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:10 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:10 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:10 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:10 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:10 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:10 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 15:57:17 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (8.5ms) Completed 200 OK in 18ms (Views: 15.3ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:17 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:17 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:17 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:17 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:17 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:17 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:17 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:17 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:17 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:17 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:17 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:17 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:17 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:17 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:17 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:17 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 15:57:21 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (8.3ms) Completed 200 OK in 18ms (Views: 15.2ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:21 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:21 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:21 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:21 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:21 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:21 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:21 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:21 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:21 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:21 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:21 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:21 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:21 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:21 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:21 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:21 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 15:57:26 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.6ms) Compiled flms/blocks/index.css (5ms) (pid 26726) Compiled flms/flms.css (4ms) (pid 26726) Completed 200 OK in 68ms (Views: 41.8ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:26 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:26 -0800 Served asset /flms/blocks/index.css - 200 OK (35ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:27 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:27 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:27 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:27 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:27 -0800 Served asset /flms/flms.css - 304 Not Modified (10ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:27 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:27 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:27 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:27 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:27 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:27 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:27 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:27 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:27 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 15:57:48 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (7.6ms) Completed 200 OK in 17ms (Views: 14.1ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:48 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:48 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:48 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:48 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:48 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:48 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:48 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 15:57:48 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:48 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:48 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:48 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:48 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (3ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:48 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:48 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:48 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 15:57:48 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 15:58:10 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.4ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (8.9ms) Completed 200 OK in 19ms (Views: 16.0ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 15:58:10 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 15:58:10 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 15:58:10 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 15:58:10 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 15:58:10 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 15:58:11 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 15:58:11 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 15:58:11 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 15:58:11 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 15:58:11 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 15:58:11 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 15:58:11 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 15:58:11 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 15:58:11 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 15:58:11 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 15:58:11 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 15:58:23 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (8.7ms) Completed 200 OK in 18ms (Views: 15.7ms | ActiveRecord: 0.9ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 15:58:24 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 15:58:24 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 15:58:24 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 15:58:24 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 15:58:24 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 15:58:24 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 15:58:24 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 15:58:24 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 15:58:24 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 15:58:24 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 15:58:24 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 15:58:24 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 15:58:24 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 15:58:24 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 15:58:24 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 15:58:24 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 15:58:28 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (31.5ms) Completed 200 OK in 71ms (Views: 68.5ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 15:58:28 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 15:58:28 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 15:58:28 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 15:58:28 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 15:58:28 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 15:58:28 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 15:58:28 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 15:58:28 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 15:58:28 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 15:58:28 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 15:58:28 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 15:58:28 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 15:58:28 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 15:58:28 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 15:58:28 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 15:58:28 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 15:58:43 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.0ms) Compiled flms/blocks/index.css (5ms) (pid 26726) Compiled flms/flms.css (3ms) (pid 26726) Completed 200 OK in 63ms (Views: 60.4ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 15:58:43 -0800 Served asset /flms/blocks/index.css - 200 OK (3ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 15:58:43 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 15:58:43 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 15:58:43 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 15:58:43 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 15:58:43 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 15:58:43 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 15:58:43 -0800 Served asset /flms/flms.css - 304 Not Modified (10ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 15:58:43 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 15:58:43 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 15:58:43 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 15:58:43 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 15:58:43 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 15:58:43 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 15:58:43 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 15:58:43 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 15:59:14 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.5ms) Compiled flms/blocks/index.css (5ms) (pid 26726) Compiled flms/flms.css (3ms) (pid 26726) Completed 200 OK in 94ms (Views: 91.5ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 15:59:14 -0800 Served asset /flms/blocks/index.css - 200 OK (3ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 15:59:14 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 15:59:14 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 15:59:14 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 15:59:14 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 15:59:14 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 15:59:14 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 15:59:14 -0800 Served asset /flms/flms.css - 304 Not Modified (8ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 15:59:14 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 15:59:14 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 15:59:14 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 15:59:14 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 15:59:14 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 15:59:14 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 15:59:14 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 15:59:14 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 15:59:30 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.3ms) Compiled flms/blocks/index.css (5ms) (pid 26726) Compiled flms/flms.css (3ms) (pid 26726) Completed 200 OK in 62ms (Views: 59.5ms | ActiveRecord: 0.9ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 15:59:31 -0800 Served asset /flms/blocks/index.css - 200 OK (2ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 15:59:31 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 15:59:31 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 15:59:31 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 15:59:31 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 15:59:31 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 15:59:31 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 15:59:31 -0800 Served asset /flms/flms.css - 304 Not Modified (13ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 15:59:31 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 15:59:31 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 15:59:31 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 15:59:31 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 15:59:31 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 15:59:31 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 15:59:31 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 15:59:31 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 16:00:15 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (39.4ms) Completed 200 OK in 48ms (Views: 45.6ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 16:00:15 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 16:00:15 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 16:00:15 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 16:00:15 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 16:00:15 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 16:00:15 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 16:00:15 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 16:00:15 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 16:00:15 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 16:00:15 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 16:00:15 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 16:00:15 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 16:00:15 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 16:00:15 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 16:00:15 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 16:00:15 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 16:00:35 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (8.2ms) Completed 200 OK in 17ms (Views: 14.7ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 16:00:35 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 16:00:35 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 16:00:35 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 16:00:35 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 16:00:35 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 16:00:35 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 16:00:35 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 16:00:35 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 16:00:35 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 16:00:35 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 16:00:35 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 16:00:35 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 16:00:35 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 16:00:35 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 16:00:35 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 16:00:35 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 16:00:42 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (10.0ms) Completed 200 OK in 20ms (Views: 17.3ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 16:00:42 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 16:00:42 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 16:00:42 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 16:00:42 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 16:00:42 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 16:00:42 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 16:00:42 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 16:00:42 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 16:00:42 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 16:00:42 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 16:00:42 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 16:00:42 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 16:00:42 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 16:00:42 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 16:00:42 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 16:00:42 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-05 16:29:17 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.8ms) Completed 200 OK in 16ms (Views: 13.7ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 16:29:17 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 16:29:17 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 16:29:17 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 16:29:17 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 16:29:17 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 16:29:17 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 16:29:17 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 16:29:17 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 16:29:17 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 16:29:17 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 16:29:17 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 16:29:17 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (31ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 16:29:17 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 16:29:17 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 16:29:17 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 16:29:17 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms" for 127.0.0.1 at 2013-03-05 16:29:40 -0800 Processing by Flms::DashboardController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/dashboard/index.html.haml within layouts/flms/admin (0.1ms) Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.7ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 16:29:40 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 16:29:40 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 16:29:40 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 16:29:40 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 16:29:40 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 16:29:40 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 16:29:40 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 16:29:40 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 16:29:40 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 16:29:40 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 16:29:40 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 16:29:40 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 16:29:40 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 16:29:40 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 16:29:40 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 16:29:40 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/users" for 127.0.0.1 at 2013-03-05 16:29:42 -0800 Processing by Flms::UsersController#index as HTML Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" Rendered /Users/kevin/flms/app/views/flms/users/index.html.haml within layouts/flms/admin (0.7ms) Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 16:29:42 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 16:29:42 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 16:29:42 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 16:29:42 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 16:29:42 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 16:29:42 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 16:29:42 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 16:29:42 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 16:29:42 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 16:29:42 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 16:29:42 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 16:29:42 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 16:29:42 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 16:29:42 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 16:29:42 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 16:29:42 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/users" for 127.0.0.1 at 2013-03-05 16:30:39 -0800 Processing by Flms::UsersController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" Rendered /Users/kevin/flms/app/views/flms/users/index.html.haml within layouts/flms/admin (3.0ms) Completed 200 OK in 13ms (Views: 11.1ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 16:30:39 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 16:30:39 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 16:30:39 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 16:30:39 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 16:30:39 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 16:30:39 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 16:30:39 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 16:30:39 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 16:30:39 -0800 Served asset /jquery.js - 304 Not Modified (23ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 16:30:39 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 16:30:39 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 16:30:39 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 16:30:39 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 16:30:39 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 16:30:39 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 16:30:39 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/users" for 127.0.0.1 at 2013-03-05 16:31:24 -0800 Processing by Flms::UsersController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" Rendered /Users/kevin/flms/app/views/flms/users/index.html.haml within layouts/flms/admin (0.8ms) Completed 200 OK in 14ms (Views: 12.2ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 16:31:24 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 16:31:24 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 16:31:24 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 16:31:24 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 16:31:24 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 16:31:24 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 16:31:24 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 16:31:24 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 16:31:24 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 16:31:24 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 16:31:24 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 16:31:24 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 16:31:24 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 16:31:24 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 16:31:24 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 16:31:24 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-03-05 16:31:26 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (1.2ms) Completed 200 OK in 32ms (Views: 30.9ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 16:31:26 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 16:31:26 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 16:31:26 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 16:31:26 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 16:31:26 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 16:31:26 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 16:31:26 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 16:31:26 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 16:31:26 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 16:31:26 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 16:31:26 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 16:31:26 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 16:31:26 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 16:31:26 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 16:31:26 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 16:31:27 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/users" for 127.0.0.1 at 2013-03-05 16:31:28 -0800 Processing by Flms::UsersController#index as HTML Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" Rendered /Users/kevin/flms/app/views/flms/users/index.html.haml within layouts/flms/admin (0.8ms) Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 16:31:28 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 16:31:28 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 16:31:28 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 16:31:28 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 16:31:28 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 16:31:28 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 16:31:28 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 16:31:28 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 16:31:28 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 16:31:28 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 16:31:28 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 16:31:28 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 16:31:28 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 16:31:28 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 16:31:28 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 16:31:28 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-03-05 16:31:29 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (1.0ms) Completed 200 OK in 33ms (Views: 31.0ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 16:31:29 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 16:31:29 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 16:31:29 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 16:31:29 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 16:31:29 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 16:31:29 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 16:31:29 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 16:31:29 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 16:31:29 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 16:31:29 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 16:31:29 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 16:31:29 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 16:31:29 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 16:31:29 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 16:31:29 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 16:31:29 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-03-05 16:34:13 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (1.2ms) Completed 200 OK in 15ms (Views: 12.8ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:13 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:13 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:13 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:13 -0800 Served asset /flms/layout.css - 304 Not Modified (22ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:13 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:13 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:13 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:13 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:13 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:13 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:13 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:13 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:13 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:13 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:13 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:13 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms" for 127.0.0.1 at 2013-03-05 16:34:15 -0800 Processing by Flms::DashboardController#index as HTML Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/dashboard/index.html.haml within layouts/flms/admin (0.1ms) Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:15 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:15 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:15 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:15 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:15 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:15 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:15 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:15 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:15 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:15 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:15 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:15 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:15 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:15 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:15 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:15 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/users" for 127.0.0.1 at 2013-03-05 16:34:16 -0800 Processing by Flms::UsersController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" Rendered /Users/kevin/flms/app/views/flms/users/index.html.haml within layouts/flms/admin (0.8ms) Completed 200 OK in 10ms (Views: 7.8ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:16 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:16 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:16 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:16 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:16 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:16 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:16 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:16 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:16 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:16 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:16 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:16 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:16 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:16 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:16 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:16 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-03-05 16:34:17 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.9ms) Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:17 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:17 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:17 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:17 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:17 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:17 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:17 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:17 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:17 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:17 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:17 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:17 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:17 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:17 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:17 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/users" for 127.0.0.1 at 2013-03-05 16:34:20 -0800 Processing by Flms::UsersController#index as HTML Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" Rendered /Users/kevin/flms/app/views/flms/users/index.html.haml within layouts/flms/admin (0.9ms) Completed 200 OK in 10ms (Views: 8.0ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:20 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:20 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:20 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:20 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:20 -0800 Served asset /flms/layout.css - 200 OK (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:20 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:20 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:20 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:20 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:20 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:20 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:20 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:20 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:20 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:20 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:20 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms" for 127.0.0.1 at 2013-03-05 16:34:21 -0800 Processing by Flms::DashboardController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/dashboard/index.html.haml within layouts/flms/admin (0.1ms) Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.7ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:21 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:21 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:21 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:21 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:21 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:21 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:21 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:21 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:21 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:21 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:21 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (1ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:21 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:21 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:21 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:21 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms" for 127.0.0.1 at 2013-03-05 16:34:44 -0800 Processing by Flms::DashboardController#index as HTML Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/dashboard/index.html.haml within layouts/flms/admin (0.1ms) Completed 200 OK in 14ms (Views: 12.0ms | ActiveRecord: 0.7ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:44 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:44 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:44 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:44 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:44 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:44 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:44 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:44 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:44 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:44 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:44 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:44 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:44 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:44 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:44 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:44 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-03-05 16:34:46 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.9ms) Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:46 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:46 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:46 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:46 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:46 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:46 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:46 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:46 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:46 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:46 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:46 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:46 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (1ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:46 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:46 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:46 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:46 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/flms/users" for 127.0.0.1 at 2013-03-05 16:34:47 -0800 Processing by Flms::UsersController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" Rendered /Users/kevin/flms/app/views/flms/users/index.html.haml within layouts/flms/admin (1.0ms) Completed 200 OK in 10ms (Views: 8.0ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:47 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:47 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:47 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:47 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:47 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:47 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:47 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:47 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:47 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:47 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:47 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:47 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:47 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:47 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:47 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:47 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-03-05 16:34:48 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.9ms) Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:48 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:48 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:48 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:48 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:48 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:48 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:48 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:48 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-05 16:34:48 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:48 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:48 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:48 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:48 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:48 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:48 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-05 16:34:48 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2013-03-06 09:54:36 -0800 Processing by HomeController#index as HTML Rendered home/index.html.haml (0.2ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml Started GET "/flms" for 127.0.0.1 at 2013-03-06 14:28:42 -0800 Processing by Flms::DashboardController#index as HTML Flms::User Load (0.7ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/dashboard/index.html.haml within layouts/flms/admin (1.5ms) Completed 200 OK in 161ms (Views: 71.3ms | ActiveRecord: 9.7ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 14:28:42 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (3ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 14:28:42 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (31ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 14:28:42 -0800 Served asset /flms/home.css - 304 Not Modified (1ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 14:28:42 -0800 Served asset /flms/layout.css - 304 Not Modified (1ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 14:28:42 -0800 Served asset /jquery-ui.css - 304 Not Modified (2ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 14:28:43 -0800 Served asset /flms/login.css - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 14:28:43 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (3ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 14:28:43 -0800 Served asset /flms/flms.css - 304 Not Modified (9ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 14:28:43 -0800 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 14:28:43 -0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 14:28:43 -0800 Served asset /jquery-ui.js - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 14:28:43 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 14:28:43 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (1ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 14:28:43 -0800 Served asset /flms/layout.js - 304 Not Modified (2ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 14:28:43 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (1ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 14:28:43 -0800 Served asset /flms/flms.js - 304 Not Modified (8ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-03-06 14:28:44 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (3.0ms) Completed 200 OK in 14ms (Views: 11.5ms | ActiveRecord: 0.7ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 14:28:44 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 14:28:44 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 14:28:44 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 14:28:44 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 14:28:44 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 14:28:44 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 14:28:44 -0800 Served asset /flms/flms.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 14:28:44 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 14:28:44 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 14:28:44 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 14:28:44 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 14:28:44 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 14:28:44 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 14:28:44 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 14:28:44 -0800 Served asset /flms/flms.js - 304 Not Modified (1ms) Started GET "/flms/users" for 127.0.0.1 at 2013-03-06 14:28:58 -0800 Processing by Flms::UsersController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" Rendered /Users/kevin/flms/app/views/flms/users/index.html.haml within layouts/flms/admin (2.6ms) Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 14:28:58 -0800 Served asset /flms/layout.css - 200 OK (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 14:28:58 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 14:28:58 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 14:28:58 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 14:28:58 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 14:28:58 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 14:28:58 -0800 Served asset /jquery-ui.css - 304 Not Modified (1ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 14:28:58 -0800 Served asset /flms/flms.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 14:28:58 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 14:28:58 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 14:28:58 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 14:28:58 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 14:28:58 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 14:28:58 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 14:28:58 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 14:28:58 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-03-06 14:29:00 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.9ms) Completed 200 OK in 44ms (Views: 42.2ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 14:29:00 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 14:29:00 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 14:29:00 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 14:29:00 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 14:29:00 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 14:29:00 -0800 Served asset /flms/flms.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:00 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:00 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:00 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (2ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:00 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:00 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:00 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:00 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:00 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/users" for 127.0.0.1 at 2013-03-06 14:29:01 -0800 Processing by Flms::UsersController#index as HTML Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" Rendered /Users/kevin/flms/app/views/flms/users/index.html.haml within layouts/flms/admin (0.8ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 14:29:01 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 14:29:01 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 14:29:01 -0800 Served asset /flms/login.css - 200 OK (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 14:29:01 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 14:29:01 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (1ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 14:29:01 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 14:29:01 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:01 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:01 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:01 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:01 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:01 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:01 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:01 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:01 -0800 Served asset /flms/flms.js - 304 Not Modified (1ms) Started GET "/flms" for 127.0.0.1 at 2013-03-06 14:29:03 -0800 Processing by Flms::DashboardController#index as HTML Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/dashboard/index.html.haml within layouts/flms/admin (0.1ms) Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 14:29:03 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 14:29:03 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 14:29:03 -0800 Served asset /jquery-ui.css - 304 Not Modified (2ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 14:29:03 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 14:29:03 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 14:29:03 -0800 Served asset /flms/flms.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:03 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:03 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:03 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:03 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:03 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:03 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:03 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:03 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-03-06 14:29:03 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.9ms) Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 14:29:03 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 14:29:03 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 14:29:03 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 14:29:03 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 14:29:03 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 14:29:03 -0800 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:03 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:03 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:03 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:03 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:03 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:03 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:03 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:03 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 14:29:05 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.6ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (57.8ms) Completed 200 OK in 81ms (Views: 62.8ms | ActiveRecord: 4.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 14:29:06 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 14:29:06 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 14:29:06 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 14:29:06 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 14:29:06 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 14:29:06 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:06 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:06 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:06 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:06 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:06 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:06 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:06 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:06 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks/10/edit" for 127.0.0.1 at 2013-03-06 14:29:15 -0800 Processing by Flms::BlocksController#edit as HTML Parameters: {"page_id"=>"one", "id"=>"10"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.6ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 LIMIT 1 [["id", "10"]] Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (13.9ms) Rendered /Users/kevin/flms/app/views/flms/blocks/edit.html.haml within layouts/flms/admin (17.3ms) Completed 200 OK in 28ms (Views: 25.0ms | ActiveRecord: 1.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 14:29:15 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 14:29:15 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 14:29:15 -0800 Served asset /flms/flms.css - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 14:29:15 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 14:29:15 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 14:29:15 -0800 Served asset /jquery-ui.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:15 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:15 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:15 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:15 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (4ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:15 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:15 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:15 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 14:29:15 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 14:37:17 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 ERROR: compiling ___sers_kevin_flms_app_views_flms_blocks_index_html_haml___3057354289975607604_70236436076080 RAISED /Users/kevin/flms/app/views/flms/blocks/index.html.haml:22: syntax error, unexpected ':', expecting tASSOC ...l, type: 'checkbox', 'data-id': block.id)}>\n \... ... ^ /Users/kevin/flms/app/views/flms/blocks/index.html.haml:22: syntax error, unexpected ')', expecting '}' ...checkbox', 'data-id': block.id)}>\n \n \n \n \n \n ... ... ^ /Users/kevin/flms/app/views/flms/blocks/index.html.haml:22: syntax error, unexpected keyword_class, expecting keyword_do or '{' or '(' ...>\n \n \n #{_hamlout.... ... ^ /Users/kevin/flms/app/views/flms/blocks/index.html.haml:22: syntax error, unexpected $undefined ...\n \n #{_hamlout.adjust_ta... ... ^ Function body: def ___sers_kevin_flms_app_views_flms_blocks_index_html_haml___3057354289975607604_70236436076080(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "flms/blocks/index";_old_output_buffer = @output_buffer;;begin;extend Haml::Helpers;_hamlout = @haml_buffer = Haml::Buffer.new(haml_buffer, {:autoclose=>["meta", "img", "link", "br", "hr", "input", "area", "param", "col", "base"], :preserve=>["textarea", "pre", "code"], :attr_wrapper=>"'", :ugly=>false, :format=>:html5, :encoding=>"UTF-8", :escape_html=>true, :escape_attrs=>true, :hyphenate_data_attrs=>true, :cdata=>false});_erbout = _hamlout.buffer;@output_buffer = output_buffer ||= ActionView::OutputBuffer.new rescue nil;; content_for :js do _hamlout.push_text("\n", 0, false);end;_hamlout.push_text("
\n

#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_false_false_true_false(("Blocks on page '#{Haml::Helpers.html_escape((@page.url))}'" ));}

\n\n \n \n \n \n \n \n \n", 2, false); @blocks.each do |block| _hamlout.push_text(" \n \n \n \n \n \n", -2, false);end;_hamlout.push_text(" \n
Name
\n
\n "active"}, nil, type: 'checkbox', 'data-id': block.id)}>\n
\n
\n #{_hamlout.adjust_tabs(-1); _hamlout.format_script_false_false_false_true_false_true_false(( link_to block.name, page_block_path(@page, block) ));}\n \n ", 0, false); haml_temp = link_to edit_page_block_path(@page, block), class: 'btn', title: 'edit' do _hamlout.push_text(" \n", 0, false);end;_hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_false(haml_temp);_hamlout.push_text("\n \n ", 0, false); haml_temp = link_to page_block_path(@page, block), method: :delete, data: { confirm: 'Are you sure?' }, class: 'btn', title: 'delete' do _hamlout.push_text(" \n", 0, false);end;_hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_false(haml_temp);_hamlout.push_text("\n
\n
\n", -2, false); haml_temp = link_to new_page_block_path(@page), class: 'btn btn-success' do _hamlout.push_text("\nNew Block\n", 0, false);end;_hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_false(haml_temp);_hamlout.push_text("\n", 0, false);::Haml::Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.upper if @haml_buffer;end; ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:297:in `module_eval' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:297:in `compile' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:232:in `compile!' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:144:in `block in render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:125:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:143:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:123:in `block in instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:123:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/template_renderer.rb:45:in `render_template' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/template_renderer.rb:18:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/renderer.rb:36:in `render_template' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/renderer.rb:17:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/rendering.rb:110:in `_render_template' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/streaming.rb:225:in `_render_template' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/rendering.rb:103:in `render_to_body' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/renderers.rb:28:in `render_to_body' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/rendering.rb:88:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/rendering.rb:16:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/core_ext/benchmark.rb:5:in `ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:40:in `block in render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activerecord-3.2.12/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/implicit_render.rb:10:in `default_render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/implicit_render.rb:5:in `send_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/base.rb:167:in `process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/rendering.rb:10:in `process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:414:in `_run__3926020195574590875__process_action__2516540516174513101__callbacks' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/callbacks.rb:17:in `process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/rescue.rb:29:in `process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:123:in `block in instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:123:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:29:in `process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activerecord-3.2.12/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/base.rb:121:in `process' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/rendering.rb:45:in `process' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal.rb:203:in `dispatch' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal.rb:246:in `block in action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/routing/route_set.rb:73:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/routing/route_set.rb:36:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/routing/route_set.rb:601:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/engine.rb:479:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/routing/route_set.rb:601:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/warden-1.2.1/lib/warden/manager.rb:35:in `block in call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/warden-1.2.1/lib/warden/manager.rb:34:in `catch' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/warden-1.2.1/lib/warden/manager.rb:34:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/etag.rb:23:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/conditionalget.rb:25:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/head.rb:14:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/params_parser.rb:21:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/flash.rb:242:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:210:in `context' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:205:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/cookies.rb:341:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activerecord-3.2.12/lib/active_record/query_cache.rb:64:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activerecord-3.2.12/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:405:in `_run__1946184375873043466__call__2242993250724170085__callbacks' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/reloader.rb:65:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/rack/logger.rb:32:in `call_app' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/rack/logger.rb:16:in `block in call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/tagged_logging.rb:22:in `tagged' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/rack/logger.rb:16:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/request_id.rb:22:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/methodoverride.rb:21:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/runtime.rb:17:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/cache/strategy/local_cache.rb:72:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/lock.rb:15:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/static.rb:62:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/engine.rb:479:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/application.rb:223:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/content_length.rb:14:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/rack/log_tailer.rb:17:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.2ms) Completed 500 Internal Server Error in 9ms ActionView::Template::Error (/Users/kevin/flms/app/views/flms/blocks/index.html.haml:22: syntax error, unexpected ':', expecting tASSOC ...l, type: 'checkbox', 'data-id': block.id)}>\n \... ... ^ /Users/kevin/flms/app/views/flms/blocks/index.html.haml:22: syntax error, unexpected ')', expecting '}' ...checkbox', 'data-id': block.id)}>\n \n \n \n \n \n ... ... ^ /Users/kevin/flms/app/views/flms/blocks/index.html.haml:22: syntax error, unexpected keyword_class, expecting keyword_do or '{' or '(' ...>\n \n \n #{_hamlout.... ... ^ /Users/kevin/flms/app/views/flms/blocks/index.html.haml:22: syntax error, unexpected $undefined ...\n \n #{_hamlout.adjust_ta... ... ^): 19: 20: %td.action 21: .switch.switch-mini 22: %input.active{type: 'checkbox', 'data-id': block.id} 23: 24: %td.name 25: = link_to block.name, page_block_path(@page, block) actionpack (3.2.12) lib/action_view/template.rb:297:in `module_eval' actionpack (3.2.12) lib/action_view/template.rb:297:in `compile' actionpack (3.2.12) lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' actionpack (3.2.12) lib/action_view/template.rb:232:in `compile!' actionpack (3.2.12) lib/action_view/template.rb:144:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__3926020195574590875__process_action__2516540516174513101__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1946184375873043466__call__2242993250724170085__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.8ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 14:37:27 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.6ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (8.8ms) Completed 200 OK in 18ms (Views: 15.9ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 14:37:27 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (4ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 14:37:27 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 14:37:27 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 14:37:27 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 14:37:27 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 14:37:27 -0800 Served asset /jquery-ui.css - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 14:37:27 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (1ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 14:37:27 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 14:37:27 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 14:37:27 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 14:37:27 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 14:37:27 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 14:37:27 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 14:37:27 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 14:37:27 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 14:37:27 -0800 Served asset /flms/flms.js - 304 Not Modified (1ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 14:37:39 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (8.0ms) Completed 200 OK in 18ms (Views: 15.6ms | ActiveRecord: 0.9ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 14:37:39 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 14:37:39 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 14:37:39 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 14:37:39 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 14:37:39 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 14:37:39 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 14:37:39 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 14:37:39 -0800 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 14:37:39 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 14:37:39 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 14:37:39 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 14:37:39 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 14:37:39 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 14:37:39 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 14:37:39 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 14:37:39 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 14:37:40 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.4ms) Completed 200 OK in 15ms (Views: 11.7ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 14:37:40 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 14:37:40 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 14:37:40 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 14:37:40 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 14:37:40 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 14:37:40 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 14:37:40 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 14:37:40 -0800 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 14:37:40 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 14:37:40 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 14:37:40 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 14:37:40 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 14:37:40 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 14:37:40 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 14:37:40 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 14:37:40 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 14:38:07 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (7.8ms) Completed 200 OK in 18ms (Views: 15.5ms | ActiveRecord: 0.9ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 14:38:07 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 14:38:07 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 14:38:07 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 14:38:07 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 14:38:07 -0800 Served asset /jquery-ui.css - 304 Not Modified (2ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 14:38:07 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 14:38:07 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (2ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 14:38:07 -0800 Served asset /flms/flms.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 14:38:07 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 14:38:07 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 14:38:07 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 14:38:07 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 14:38:07 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 14:38:07 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 14:38:07 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 14:38:07 -0800 Served asset /flms/flms.js - 304 Not Modified (1ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 14:39:27 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.4ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (47.9ms) Completed 200 OK in 59ms (Views: 56.1ms | ActiveRecord: 1.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 14:39:27 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 14:39:27 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 14:39:27 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 14:39:27 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 14:39:27 -0800 Served asset /jquery-ui.css - 304 Not Modified (4ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 14:39:27 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 14:39:27 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 14:39:27 -0800 Served asset /flms/flms.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 14:39:27 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 14:39:27 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 14:39:27 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 14:39:27 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 14:39:27 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 14:39:27 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 14:39:27 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 14:39:27 -0800 Served asset /flms/flms.js - 304 Not Modified (1ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 14:39:33 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (8.2ms) Completed 200 OK in 18ms (Views: 15.5ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 14:39:33 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 14:39:33 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 14:39:33 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 14:39:33 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 14:39:33 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 14:39:33 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 14:39:33 -0800 Served asset /flms/flms.css - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 14:39:33 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 14:39:33 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 14:39:33 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 14:39:33 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 14:39:33 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 14:39:34 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 14:39:34 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 14:39:34 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 14:39:34 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 14:40:18 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (9.4ms) Completed 200 OK in 54ms (Views: 51.5ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 14:40:18 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 14:40:18 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 14:40:18 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 14:40:18 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 14:40:18 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 14:40:18 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 14:40:18 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 14:40:18 -0800 Served asset /flms/flms.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 14:40:18 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 14:40:19 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 14:40:19 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 14:40:19 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 14:40:19 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 14:40:19 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 14:40:19 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 14:40:19 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 14:42:46 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (8.3ms) Completed 200 OK in 17ms (Views: 15.1ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 14:42:46 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 14:42:46 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 14:42:46 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 14:42:46 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 14:42:46 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 14:42:46 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 14:42:46 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 14:42:46 -0800 Served asset /flms/flms.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 14:42:46 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 14:42:46 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 14:42:46 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 14:42:46 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 14:42:46 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 14:42:46 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 14:42:46 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 14:42:46 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 14:43:06 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (9.8ms) Completed 200 OK in 21ms (Views: 18.6ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 14:43:06 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 14:43:06 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 14:43:06 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 14:43:06 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 14:43:06 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 14:43:06 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 14:43:06 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 14:43:06 -0800 Served asset /flms/flms.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 14:43:06 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 14:43:06 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 14:43:06 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 14:43:06 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 14:43:06 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 14:43:06 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 14:43:06 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 14:43:06 -0800 Served asset /flms/flms.js - 304 Not Modified (1ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 14:47:02 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (9.4ms) Completed 200 OK in 20ms (Views: 17.0ms | ActiveRecord: 1.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 14:47:02 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 14:47:02 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 14:47:02 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 14:47:02 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 14:47:02 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 14:47:02 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 14:47:02 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (1ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 14:47:02 -0800 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 14:47:02 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 14:47:02 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 14:47:02 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 14:47:02 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 14:47:02 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 14:47:02 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 14:47:02 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 14:47:02 -0800 Served asset /flms/flms.js - 304 Not Modified (1ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 14:47:16 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (8.5ms) Completed 200 OK in 18ms (Views: 15.9ms | ActiveRecord: 0.9ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 14:47:16 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 14:47:16 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 14:47:16 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 14:47:16 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 14:47:16 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 14:47:16 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 14:47:16 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 14:47:16 -0800 Served asset /flms/flms.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 14:47:16 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 14:47:16 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 14:47:16 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 14:47:16 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 14:47:16 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 14:47:16 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 14:47:16 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 14:47:16 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 14:47:42 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.6ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (8.7ms) Completed 200 OK in 18ms (Views: 15.8ms | ActiveRecord: 1.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 14:47:43 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 14:47:43 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 14:47:43 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 14:47:43 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 14:47:43 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 14:47:43 -0800 Served asset /jquery-ui.css - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 14:47:43 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 14:47:43 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 14:47:43 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 14:47:43 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 14:47:43 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 14:47:43 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 14:47:43 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 14:47:43 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 14:47:43 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 14:47:43 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 14:48:02 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (8.3ms) Completed 200 OK in 18ms (Views: 15.8ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 14:48:02 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 14:48:02 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 14:48:02 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 14:48:02 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 14:48:02 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 14:48:02 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 14:48:02 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 14:48:02 -0800 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 14:48:02 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 14:48:02 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 14:48:02 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 14:48:02 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 14:48:02 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 14:48:02 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 14:48:02 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 14:48:02 -0800 Served asset /flms/flms.js - 304 Not Modified (1ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 14:48:10 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (11.1ms) Completed 200 OK in 56ms (Views: 54.4ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 14:48:10 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 14:48:10 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 14:48:10 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 14:48:10 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 14:48:10 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 14:48:10 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 14:48:10 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (1ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 14:48:10 -0800 Served asset /flms/flms.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 14:48:10 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 14:48:10 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 14:48:10 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 14:48:10 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 14:48:10 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 14:48:10 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 14:48:10 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 14:48:10 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 14:48:35 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.6ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (8.8ms) Completed 200 OK in 19ms (Views: 16.6ms | ActiveRecord: 1.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 14:48:35 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 14:48:35 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 14:48:35 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 14:48:35 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 14:48:35 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 14:48:35 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 14:48:35 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 14:48:35 -0800 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 14:48:35 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 14:48:35 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 14:48:35 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 14:48:35 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 14:48:35 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 14:48:35 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 14:48:35 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 14:48:35 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 14:48:36 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.9ms) Completed 200 OK in 15ms (Views: 12.1ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 14:48:36 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 14:48:36 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 14:48:36 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 14:48:37 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 14:48:37 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 14:48:37 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 14:48:37 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 14:48:37 -0800 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 14:48:37 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 14:48:37 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 14:48:37 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 14:48:37 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 14:48:37 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 14:48:37 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 14:48:37 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 14:48:37 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 14:50:23 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.7ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (9.0ms) Completed 200 OK in 19ms (Views: 16.0ms | ActiveRecord: 1.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 14:50:23 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 14:50:23 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 14:50:23 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 14:50:23 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 14:50:23 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 14:50:23 -0800 Served asset /jquery-ui.css - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 14:50:23 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 14:50:23 -0800 Served asset /flms/flms.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 14:50:23 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 14:50:23 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 14:50:23 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 14:50:23 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 14:50:23 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 14:50:23 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 14:50:23 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 14:50:23 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 14:50:35 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (8.3ms) Completed 200 OK in 18ms (Views: 15.8ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 14:50:35 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (1ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 14:50:35 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 14:50:35 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 14:50:35 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 14:50:35 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 14:50:35 -0800 Served asset /jquery-ui.css - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 14:50:35 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 14:50:35 -0800 Served asset /flms/flms.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 14:50:35 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 14:50:36 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 14:50:36 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 14:50:36 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 14:50:36 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 14:50:36 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 14:50:36 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 14:50:36 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 14:50:51 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (8.8ms) Completed 200 OK in 19ms (Views: 16.8ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 14:50:51 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 14:50:51 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 14:50:51 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 14:50:51 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 14:50:51 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 14:50:51 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 14:50:51 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 14:50:51 -0800 Served asset /flms/flms.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 14:50:51 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 14:50:51 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 14:50:51 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 14:50:51 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 14:50:51 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 14:50:51 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 14:50:51 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 14:50:51 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 14:51:49 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (8.7ms) Compiled flms/blocks/index.css (203ms) (pid 47814) Compiled flms/flms.css (3ms) (pid 47814) Completed 200 OK in 272ms (Views: 269.8ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 14:51:49 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 14:51:49 -0800 Served asset /flms/blocks/index.css - 200 OK (2ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 14:51:49 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 14:51:49 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 14:51:49 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 14:51:49 -0800 Served asset /jquery-ui.css - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 14:51:49 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 14:51:49 -0800 Served asset /flms/flms.css - 304 Not Modified (12ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 14:51:49 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 14:51:49 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 14:51:49 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 14:51:49 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 14:51:49 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 14:51:49 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 14:51:49 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 14:51:49 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 14:51:54 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.7ms) Compiled flms/blocks/index.css (5ms) (pid 47814) Compiled flms/flms.css (3ms) (pid 47814) Completed 200 OK in 74ms (Views: 71.7ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 14:51:54 -0800 Served asset /flms/blocks/index.css - 200 OK (2ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 14:51:54 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 14:51:54 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 14:51:54 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 14:51:54 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 14:51:54 -0800 Served asset /jquery-ui.css - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 14:51:54 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 14:51:54 -0800 Served asset /flms/flms.css - 304 Not Modified (10ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 14:51:54 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 14:51:54 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 14:51:54 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 14:51:54 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 14:51:54 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 14:51:54 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 14:51:54 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 14:51:54 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 14:52:01 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.5ms) Compiled flms/blocks/index.css (5ms) (pid 47814) Compiled flms/flms.css (3ms) (pid 47814) Completed 200 OK in 76ms (Views: 73.5ms | ActiveRecord: 0.8ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 14:52:02 -0800 Served asset /flms/blocks/index.css - 200 OK (3ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 14:52:02 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 14:52:02 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 14:52:02 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 14:52:02 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 14:52:02 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 14:52:02 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 14:52:02 -0800 Served asset /flms/flms.css - 304 Not Modified (10ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 14:52:02 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 14:52:02 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 14:52:02 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 14:52:02 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 14:52:02 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 14:52:02 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 14:52:02 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 14:52:02 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 14:52:09 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.6ms) Compiled flms/blocks/index.css (6ms) (pid 47814) Compiled flms/flms.css (3ms) (pid 47814) Completed 200 OK in 40ms (Views: 37.5ms | ActiveRecord: 0.9ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 14:52:09 -0800 Served asset /flms/blocks/index.css - 200 OK (6ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 14:52:09 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 14:52:09 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 14:52:09 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 14:52:09 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 14:52:09 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 14:52:09 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 14:52:09 -0800 Served asset /flms/flms.css - 304 Not Modified (9ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 14:52:09 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 14:52:09 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 14:52:09 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 14:52:09 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 14:52:09 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 14:52:09 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 14:52:09 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 14:52:09 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 14:57:31 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.8ms) Compiled flms/blocks/index.js (166ms) (pid 47814) Completed 500 Internal Server Error in 201ms ActionView::Template::Error (couldn't find file 'modularity/modularity' (in /Users/kevin/flms/app/assets/javascripts/flms/flms.js:16)): 36: 37: = yield 38: 39: = javascript_include_tag 'flms/flms' 40: = yield :js sprockets (2.2.2) lib/sprockets/context.rb:102:in `resolve' sprockets (2.2.2) lib/sprockets/context.rb:142:in `require_asset' sprockets (2.2.2) lib/sprockets/directive_processor.rb:215:in `process_require_directive' sprockets (2.2.2) lib/sprockets/directive_processor.rb:165:in `block in process_directives' sprockets (2.2.2) lib/sprockets/directive_processor.rb:163:in `each' sprockets (2.2.2) lib/sprockets/directive_processor.rb:163:in `process_directives' sprockets (2.2.2) lib/sprockets/directive_processor.rb:97:in `evaluate' tilt (1.3.4) lib/tilt/template.rb:77:in `render' sprockets (2.2.2) lib/sprockets/context.rb:193:in `block in evaluate' sprockets (2.2.2) lib/sprockets/context.rb:190:in `each' sprockets (2.2.2) lib/sprockets/context.rb:190:in `evaluate' sprockets (2.2.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.2.2) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.2.2) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/environment.rb:78:in `find_asset' sprockets (2.2.2) lib/sprockets/base.rb:177:in `[]' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.12) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' /Users/kevin/flms/app/views/layouts/flms/admin.html.haml:39:in `___sers_kevin_flms_app_views_layouts_flms_admin_html_haml__226874000108515222_70236423265600' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__3926020195574590875__process_action__2516540516174513101__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__1946184375873043466__call__2242993250724170085__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.4ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 14:59:14 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.7ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (25.4ms) Compiled modularity/modularity.js (183ms) (pid 49474) Compiled flms/flms.js (196ms) (pid 49474) Completed 200 OK in 505ms (Views: 408.2ms | ActiveRecord: 12.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 14:59:15 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (2ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 14:59:15 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (4ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 14:59:15 -0800 Served asset /flms/home.css - 304 Not Modified (1ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 14:59:15 -0800 Served asset /jquery-ui.css - 304 Not Modified (1ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 14:59:15 -0800 Served asset /flms/login.css - 304 Not Modified (1ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 14:59:15 -0800 Served asset /flms/layout.css - 304 Not Modified (2ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 14:59:15 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (2ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 14:59:15 -0800 Served asset /flms/flms.css - 304 Not Modified (11ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 14:59:15 -0800 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 14:59:15 -0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 14:59:15 -0800 Served asset /jquery-ui.js - 304 Not Modified (3ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 14:59:15 -0800 Served asset /flms/blocks/index.js - 200 OK (3ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 14:59:15 -0800 Served asset /modularity/modularity.js - 200 OK (3ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 14:59:15 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (2ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 14:59:15 -0800 Served asset /flms/layout.js - 304 Not Modified (2ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 14:59:15 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (49ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 14:59:15 -0800 Served asset /flms/flms.js - 200 OK (10ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 14:59:55 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (9.0ms) Completed 200 OK in 19ms (Views: 16.0ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 14:59:55 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 14:59:55 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 14:59:55 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 14:59:55 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 14:59:55 -0800 Served asset /jquery-ui.css - 304 Not Modified (1ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 14:59:55 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 14:59:55 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 14:59:55 -0800 Served asset /flms/flms.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 14:59:55 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 14:59:55 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 14:59:55 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 14:59:55 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 14:59:55 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 14:59:55 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 14:59:55 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 14:59:55 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 14:59:55 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 14:59:56 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.5ms) Completed 200 OK in 14ms (Views: 12.1ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 14:59:56 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 14:59:56 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 14:59:56 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 14:59:56 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 14:59:56 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 14:59:56 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 14:59:56 -0800 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 14:59:56 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 14:59:56 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 14:59:56 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 14:59:56 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 14:59:56 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 14:59:56 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 14:59:56 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 14:59:56 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 14:59:56 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:00:01 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.6ms) Completed 200 OK in 14ms (Views: 11.7ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:01 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:01 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:01 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:01 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:01 -0800 Served asset /flms/layout.css - 200 OK (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:01 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:01 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:01 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:01 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:01 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:02 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:02 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:02 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:02 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:02 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:02 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:00:04 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.4ms) Completed 200 OK in 14ms (Views: 11.5ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:04 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (3ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:04 -0800 Served asset /flms/home.css - 200 OK (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:04 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:04 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:04 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:04 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:04 -0800 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:04 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:04 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:04 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:04 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:04 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:04 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:04 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:04 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:04 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:00:18 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (9.2ms) Completed 200 OK in 19ms (Views: 17.0ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:18 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:18 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:18 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:18 -0800 Served asset /flms/login.css - 200 OK (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:18 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:18 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:18 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:18 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:18 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:18 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:18 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:18 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:18 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:18 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:18 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:18 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:18 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:00:41 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.6ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (8.6ms) Compiled flms/blocks/index.js (114ms) (pid 49474) Compiled flms/flms.js (6ms) (pid 49474) Completed 200 OK in 207ms (Views: 204.1ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:41 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:41 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:41 -0800 Served asset /jquery-ui.css - 304 Not Modified (1ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:41 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:41 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:41 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:41 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:41 -0800 Served asset /flms/flms.css - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:41 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:41 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:41 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:41 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:41 -0800 Served asset /flms/blocks/index.js - 200 OK (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:41 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:41 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:41 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:41 -0800 Served asset /flms/flms.js - 304 Not Modified (46ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:00:45 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.9ms) Completed 200 OK in 15ms (Views: 12.1ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:45 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:45 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:45 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:45 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:45 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:45 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (1ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:45 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:45 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:45 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:45 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:45 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:45 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:45 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:45 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:45 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:45 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:00:57 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (9.4ms) Compiled flms/blocks/index.js (146ms) (pid 49474) Compiled flms/flms.js (7ms) (pid 49474) Completed 200 OK in 201ms (Views: 198.8ms | ActiveRecord: 0.9ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:57 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:58 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:58 -0800 Served asset /flms/layout.css - 200 OK (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:58 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:58 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:58 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:58 -0800 Served asset /jquery-ui.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:58 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:58 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:58 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:58 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:58 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:58 -0800 Served asset /flms/blocks/index.js - 200 OK (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:58 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:58 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:58 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:58 -0800 Served asset /flms/flms.js - 304 Not Modified (10ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:00:58 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.0ms) Completed 200 OK in 15ms (Views: 12.7ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:58 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:58 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:58 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:58 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:58 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:58 -0800 Served asset /jquery-ui.css - 304 Not Modified (1ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:00:58 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:58 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:58 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:58 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:58 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:58 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:58 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:58 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:58 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:00:59 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:01:00 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.0ms) Completed 200 OK in 15ms (Views: 12.8ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:01:00 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 15:01:00 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:01:00 -0800 Served asset /flms/bootstrap.css - 200 OK (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:01:00 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 15:01:00 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:01:00 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:01:00 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:01:00 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:01:00 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:01:00 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:01:00 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:01:00 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:01:00 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:01:00 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:01:00 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:01:00 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:01:00 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/img/glyphicons-halflings.png" for 127.0.0.1 at 2013-03-06 15:01:00 -0800 Served asset /img/glyphicons-halflings.png - 304 Not Modified (3ms) Started GET "/assets/img/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-03-06 15:01:00 -0800 Served asset /img/glyphicons-halflings-white.png - 304 Not Modified (2ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:02:14 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.6ms) Compiled flms/blocks/index.js (117ms) (pid 49474) Compiled flms/flms.js (8ms) (pid 49474) Completed 200 OK in 157ms (Views: 154.2ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:02:14 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:02:14 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:02:14 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 15:02:14 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:02:14 -0800 Served asset /jquery-ui.css - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:02:14 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:02:14 -0800 Served asset /flms/flms.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:02:14 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:02:14 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:02:14 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:02:14 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:02:14 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:02:14 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:02:14 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:02:14 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:02:14 -0800 Served asset /flms/flms.js - 304 Not Modified (10ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:03:59 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.6ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (9.8ms) Compiled flms/blocks/index.js (117ms) (pid 49474) Compiled flms/flms.js (8ms) (pid 49474) Completed 200 OK in 209ms (Views: 205.6ms | ActiveRecord: 1.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:03:59 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 15:03:59 -0800 Served asset /flms/layout.css - 200 OK (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 15:03:59 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:03:59 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:03:59 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:03:59 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:03:59 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (1ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:03:59 -0800 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:03:59 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:03:59 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:03:59 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:03:59 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:03:59 -0800 Served asset /flms/blocks/index.js - 200 OK (2ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:03:59 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:03:59 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:03:59 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:03:59 -0800 Served asset /flms/flms.js - 304 Not Modified (9ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:04:09 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.4ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.3ms) Compiled flms/blocks/index.js (118ms) (pid 49474) Compiled flms/flms.js (7ms) (pid 49474) Completed 200 OK in 206ms (Views: 202.6ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:04:09 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:04:09 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:04:09 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 15:04:09 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 15:04:09 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:04:09 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:04:09 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (1ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:04:09 -0800 Served asset /flms/flms.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:04:09 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:04:09 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:04:09 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:04:09 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:04:09 -0800 Served asset /flms/blocks/index.js - 200 OK (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:04:09 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:04:09 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:04:09 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:04:09 -0800 Served asset /flms/flms.js - 304 Not Modified (10ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:05:50 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.6ms) Compiled flms/blocks/index.js (150ms) (pid 49474) Compiled flms/flms.js (8ms) (pid 49474) Completed 200 OK in 206ms (Views: 202.9ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:05:50 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:05:50 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:05:50 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 15:05:50 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 15:05:50 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:05:50 -0800 Served asset /jquery-ui.css - 304 Not Modified (2ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:05:50 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (1ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:05:50 -0800 Served asset /flms/flms.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:05:50 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:05:50 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:05:50 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:05:50 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:05:50 -0800 Served asset /flms/blocks/index.js - 200 OK (38ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:05:50 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:05:50 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:05:50 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:05:50 -0800 Served asset /flms/flms.js - 304 Not Modified (9ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:06:19 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (9.7ms) Compiled flms/blocks/index.js (117ms) (pid 49474) Compiled flms/flms.js (7ms) (pid 49474) Completed 200 OK in 209ms (Views: 206.6ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:06:19 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:06:19 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 15:06:19 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:06:19 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:06:19 -0800 Served asset /jquery-ui.css - 304 Not Modified (3ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 15:06:19 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:06:19 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:06:19 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:06:19 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:06:19 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:06:19 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:06:19 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:06:19 -0800 Served asset /flms/blocks/index.js - 200 OK (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:06:19 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:06:19 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:06:19 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:06:19 -0800 Served asset /flms/flms.js - 304 Not Modified (44ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:07:11 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.7ms) Compiled flms/blocks/index.js (118ms) (pid 49474) Compiled flms/flms.js (7ms) (pid 49474) Completed 200 OK in 206ms (Views: 202.8ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:07:11 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:07:11 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:07:11 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 15:07:11 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 15:07:11 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:07:11 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:07:11 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:07:11 -0800 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:07:11 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:07:11 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:07:11 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:07:11 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:07:11 -0800 Served asset /flms/blocks/index.js - 200 OK (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:07:11 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:07:11 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:07:11 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:07:11 -0800 Served asset /flms/flms.js - 304 Not Modified (44ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:07:42 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.2ms) Compiled flms/blocks/index.css (153ms) (pid 49474) Compiled flms/flms.css (3ms) (pid 49474) Completed 200 OK in 190ms (Views: 186.5ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:07:43 -0800 Served asset /flms/blocks/index.css - 200 OK (6ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 15:07:43 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:07:43 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:07:43 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 15:07:43 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:07:43 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:07:43 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:07:43 -0800 Served asset /flms/flms.css - 304 Not Modified (11ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:07:43 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:07:43 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:07:43 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:07:43 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:07:43 -0800 Served asset /flms/blocks/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:07:43 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:07:43 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:07:43 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:07:43 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:08:23 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.4ms) Compiled flms/blocks/index.js (118ms) (pid 49474) Compiled flms/flms.js (8ms) (pid 49474) Completed 200 OK in 242ms (Views: 239.4ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:08:24 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:08:24 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:08:24 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 15:08:24 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 15:08:24 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:08:24 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:08:24 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:08:24 -0800 Served asset /flms/flms.css - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:08:24 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:08:24 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:08:24 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:08:24 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:08:24 -0800 Served asset /flms/blocks/index.js - 200 OK (3ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:08:24 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:08:24 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:08:24 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:08:24 -0800 Served asset /flms/flms.js - 304 Not Modified (10ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:10:49 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.4ms) Compiled flms/blocks/index.js (126ms) (pid 49474) Compiled flms/flms.js (8ms) (pid 49474) Completed 200 OK in 217ms (Views: 213.6ms | ActiveRecord: 1.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:10:50 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:10:50 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:10:50 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 15:10:50 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:10:50 -0800 Served asset /jquery-ui.css - 304 Not Modified (2ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 15:10:50 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:10:50 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:10:50 -0800 Served asset /flms/flms.css - 304 Not Modified (6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:10:50 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:10:50 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:10:50 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:10:50 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:10:50 -0800 Served asset /flms/blocks/index.js - 200 OK (41ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:10:50 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:10:50 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:10:50 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:10:50 -0800 Served asset /flms/flms.js - 304 Not Modified (11ms) Started UPDATE "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:10:54 -0800 ActionController::RoutingError (No route matches [UPDATE] "/flms/pages/one/blocks"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:12:49 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.9ms) Compiled flms/blocks/index.js (132ms) (pid 49474) Compiled flms/flms.js (6ms) (pid 49474) Completed 200 OK in 227ms (Views: 224.0ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:12:49 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:12:49 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:12:49 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 15:12:49 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 15:12:49 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:12:49 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:12:49 -0800 Served asset /flms/flms.css - 304 Not Modified (3ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:12:49 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:12:49 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:12:49 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:12:49 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:12:49 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:12:49 -0800 Served asset /flms/blocks/index.js - 200 OK (3ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:12:49 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:12:49 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:12:49 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:12:49 -0800 Served asset /flms/flms.js - 304 Not Modified (9ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:13:45 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (46.3ms) Compiled flms/blocks/index.js (141ms) (pid 49474) Compiled flms/flms.js (9ms) (pid 49474) Completed 200 OK in 276ms (Views: 272.8ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:13:46 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:13:46 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:13:46 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 15:13:46 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 15:13:46 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:13:46 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:13:46 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:13:46 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:13:46 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:13:46 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:13:46 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:13:46 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:13:46 -0800 Served asset /flms/blocks/index.js - 200 OK (4ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:13:46 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:13:46 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:13:46 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:13:46 -0800 Served asset /flms/flms.js - 304 Not Modified (10ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:14:10 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (6.1ms) Compiled flms/blocks/index.js (131ms) (pid 49474) Compiled flms/flms.js (8ms) (pid 49474) Completed 200 OK in 223ms (Views: 220.1ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:14:10 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:14:10 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 15:14:10 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:14:10 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 15:14:10 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:14:10 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:14:10 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:14:10 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:14:10 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:14:10 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:14:10 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:14:10 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:14:10 -0800 Served asset /flms/blocks/index.js - 200 OK (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:14:10 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:14:10 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:14:10 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:14:10 -0800 Served asset /flms/flms.js - 304 Not Modified (10ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:14:47 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.2ms) Compiled flms/blocks/index.js (130ms) (pid 49474) Compiled flms/flms.js (6ms) (pid 49474) Completed 200 OK in 223ms (Views: 219.5ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:14:47 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:14:47 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 15:14:47 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:14:47 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:14:47 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 15:14:47 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:14:47 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:14:47 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:14:47 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:14:47 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:14:47 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:14:47 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:14:47 -0800 Served asset /flms/blocks/index.js - 200 OK (3ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:14:47 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:14:47 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:14:47 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:14:47 -0800 Served asset /flms/flms.js - 304 Not Modified (9ms) Started UPDATE "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:14:50 -0800 ActionController::RoutingError (No route matches [UPDATE] "/flms/pages/one/blocks"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:18:03 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.5ms) Compiled flms/blocks/index/block_list.js (114ms) (pid 49474) Compiled flms/blocks/index/index.js (126ms) (pid 49474) Compiled flms/flms.js (261ms) (pid 49474) Completed 200 OK in 385ms (Views: 381.9ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:18:03 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:18:03 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:18:03 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 15:18:04 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:18:04 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 15:18:04 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:18:04 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:18:04 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:04 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:04 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:04 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:04 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:04 -0800 Served asset /flms/blocks/index/block_list.js - 200 OK (4ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:04 -0800 Served asset /flms/blocks/index/index.js - 200 OK (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:04 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:04 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:04 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:04 -0800 Served asset /flms/flms.js - 304 Not Modified (47ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:18:04 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.0ms) Completed 200 OK in 17ms (Views: 14.6ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:18:05 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:18:05 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:18:05 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 15:18:05 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 15:18:05 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:18:05 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:18:05 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:18:05 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:05 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:05 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:05 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:05 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:05 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:05 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:05 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:05 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:05 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:05 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:18:37 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.6ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.6ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.6ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (26.3ms) Completed 200 OK in 195ms (Views: 99.9ms | ActiveRecord: 11.7ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:18:37 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (6ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:18:37 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (3ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:18:37 -0800 Served asset /flms/home.css - 304 Not Modified (1ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 15:18:37 -0800 Served asset /flms/login.css - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:18:37 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (3ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:18:37 -0800 Served asset /jquery-ui.css - 304 Not Modified (1ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:18:37 -0800 Served asset /flms/flms.css - 304 Not Modified (10ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:37 -0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:37 -0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:37 -0800 Served asset /jquery-ui.js - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:37 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (2ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:37 -0800 Served asset /modularity/modularity.js - 304 Not Modified (4ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:37 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:37 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (1ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:37 -0800 Served asset /flms/layout.js - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:37 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (1ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:37 -0800 Served asset /flms/flms.js - 304 Not Modified (16ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:48 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:18:55 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.5ms) Compiled flms/blocks/index/block_list.js (131ms) (pid 50111) Compiled flms/flms.js (8ms) (pid 50111) Completed 200 OK in 246ms (Views: 243.6ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:18:56 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:18:56 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 15:18:56 -0800 Served asset /flms/layout.css - 200 OK (2ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 15:18:56 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:18:56 -0800 Served asset /jquery-ui.css - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:18:56 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:56 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:56 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:18:56 -0800 Served asset /flms/flms.css - 304 Not Modified (3ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:56 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:56 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:56 -0800 Served asset /flms/blocks/index/block_list.js - 200 OK (5ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:56 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:56 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:56 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:56 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:56 -0800 Served asset /flms/flms.js - 304 Not Modified (14ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:18:57 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (38.4ms) Completed 200 OK in 49ms (Views: 46.3ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:18:57 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 15:18:57 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:18:57 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:18:57 -0800 Served asset /flms/home.css - 200 OK (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:18:57 -0800 Served asset /jquery-ui.css - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:18:57 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:18:57 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:57 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:57 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:57 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:57 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:57 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:57 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:57 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:57 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:57 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:18:57 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:21:23 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.9ms) Compiled flms/blocks/index/block_list.js (114ms) (pid 50111) Compiled flms/blocks/index/index.js (170ms) (pid 50111) Compiled flms/flms.js (11ms) (pid 50111) Completed 200 OK in 346ms (Views: 343.9ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:21:23 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 15:21:23 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 15:21:23 -0800 Served asset /flms/layout.css - 200 OK (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:21:23 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:21:23 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:21:23 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:21:23 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:21:23 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:21:23 -0800 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:21:24 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:21:24 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:21:24 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-06 15:21:24 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (40ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:21:24 -0800 Served asset /flms/blocks/index/index.js - 200 OK (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:21:24 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:21:24 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:21:24 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:21:24 -0800 Served asset /flms/flms.js - 304 Not Modified (12ms) Started UPDATE "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:21:26 -0800 ActionController::RoutingError (No route matches [UPDATE] "/flms/pages/one/blocks"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Connecting to database specified by database.yml  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to FlmsDeviseCreateUsers (20130208224914) Migrating to FlmsCreatePages (20130216032241) Migrating to CreateFlmsBlocks (20130302011705) Migrating to CreateFlmsBlocksPages (20130302015459) Migrating to AddOrderingAndActiveToBlocksPages (20130306232958)  (0.1ms) BEGIN  (0.7ms) ALTER TABLE "blocks_pages" ADD COLUMN "ordering" integer PG::Error: ERROR: relation "blocks_pages" does not exist : ALTER TABLE "blocks_pages" ADD COLUMN "ordering" integer  (0.1ms) ROLLBACK Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateFlmsBlocksPages (20130302015459)  (0.1ms) BEGIN  (4.5ms) DROP INDEX "index_flms_blocks_pages_on_page_id"  (0.2ms) DROP INDEX "index_flms_blocks_pages_on_block_id"  (3.2ms) DROP TABLE "flms_blocks_pages"  (1.0ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20130302015459'  (0.5ms) COMMIT  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (1.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to FlmsDeviseCreateUsers (20130208224914) Migrating to FlmsCreatePages (20130216032241) Migrating to CreateFlmsBlocks (20130302011705) Migrating to CreateFlmsBlocksPages (20130302015459)  (0.2ms) BEGIN  (13.0ms) CREATE TABLE "flms_blocks_pages" ("id" serial primary key, "block_id" integer, "page_id" integer, "ordering" integer, "active" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.7ms) CREATE INDEX "index_flms_blocks_pages_on_block_id" ON "flms_blocks_pages" ("block_id")  (0.5ms) CREATE INDEX "index_flms_blocks_pages_on_page_id" ON "flms_blocks_pages" ("page_id")  (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130302015459')  (0.4ms) COMMIT  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:44:05 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.6ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.5ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.6ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (7.6ms) Compiled flms/blocks/index/block_list.js (117ms) (pid 50111) Compiled flms/blocks/index/index.js (128ms) (pid 50111) Compiled flms/blocks/index/block.js (116ms) (pid 50111) Compiled flms/flms.js (129ms) (pid 50111) Completed 200 OK in 589ms (Views: 507.0ms | ActiveRecord: 11.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:06 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:06 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:06 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:06 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:06 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:06 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:06 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:06 -0800 Served asset /flms/flms.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:06 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:06 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:06 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:06 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:06 -0800 Served asset /flms/blocks/index/block.js - 200 OK (3ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:06 -0800 Served asset /flms/blocks/index/block_list.js - 200 OK (2ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:06 -0800 Served asset /flms/blocks/index/index.js - 200 OK (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:06 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:06 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:06 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:06 -0800 Served asset /flms/flms.js - 304 Not Modified (11ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-06 15:44:08 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (46.1ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (50.1ms) Completed 200 OK in 75ms (Views: 68.9ms | ActiveRecord: 0.8ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:08 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:08 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:08 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:08 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:08 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:08 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (1ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:08 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:08 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:08 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:08 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:08 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:08 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:08 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:08 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:08 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:08 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:08 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:08 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:44:10 -0800 Processing by Flms::BlocksController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "block"=>{"name"=>"one"}, "commit"=>"Create Block", "page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1  (0.1ms) BEGIN SQL (1.9ms) INSERT INTO "flms_blocks" ("active", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["active", nil], ["created_at", Wed, 06 Mar 2013 23:44:10 UTC +00:00], ["name", "one"], ["updated_at", Wed, 06 Mar 2013 23:44:10 UTC +00:00]]  (0.4ms) COMMIT  (0.1ms) BEGIN SQL (1.0ms) INSERT INTO "flms_blocks_pages" ("active", "block_id", "created_at", "ordering", "page_id", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["active", nil], ["block_id", 14], ["created_at", Wed, 06 Mar 2013 23:44:10 UTC +00:00], ["ordering", nil], ["page_id", 1], ["updated_at", Wed, 06 Mar 2013 23:44:10 UTC +00:00]]  (0.4ms) COMMIT Redirected to http://localhost:3000/flms/pages/one/blocks Completed 302 Found in 21ms (ActiveRecord: 5.5ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:44:10 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.3ms) Completed 200 OK in 13ms (Views: 10.8ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:10 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:10 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:10 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:10 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:10 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:10 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:10 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:10 -0800 Served asset /flms/flms.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:10 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:10 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:10 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:10 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:10 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:10 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:10 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:10 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:10 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:10 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-06 15:44:11 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (1.8ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (2.8ms) Completed 200 OK in 51ms (Views: 48.9ms | ActiveRecord: 0.7ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:12 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:12 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:12 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:12 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:12 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:12 -0800 Served asset /jquery-ui.css - 304 Not Modified (1ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:12 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:12 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:12 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:12 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:12 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:12 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:12 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:12 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:12 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:12 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:12 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:44:13 -0800 Processing by Flms::BlocksController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "block"=>{"name"=>"two"}, "commit"=>"Create Block", "page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "flms_blocks" ("active", "created_at", "name", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["active", nil], ["created_at", Wed, 06 Mar 2013 23:44:13 UTC +00:00], ["name", "two"], ["updated_at", Wed, 06 Mar 2013 23:44:13 UTC +00:00]]  (0.3ms) COMMIT  (0.0ms) BEGIN SQL (0.2ms) INSERT INTO "flms_blocks_pages" ("active", "block_id", "created_at", "ordering", "page_id", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["active", nil], ["block_id", 15], ["created_at", Wed, 06 Mar 2013 23:44:13 UTC +00:00], ["ordering", nil], ["page_id", 1], ["updated_at", Wed, 06 Mar 2013 23:44:13 UTC +00:00]]  (0.4ms) COMMIT Redirected to http://localhost:3000/flms/pages/one/blocks Completed 302 Found in 6ms (ActiveRecord: 2.0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:44:13 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.7ms) Completed 200 OK in 13ms (Views: 11.5ms | ActiveRecord: 0.8ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:13 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:13 -0800 Served asset /flms/login.css - 200 OK (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:13 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:13 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:13 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:13 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:13 -0800 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:13 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:13 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:13 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:13 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:13 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:13 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:13 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:13 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:13 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:13 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:13 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:13 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:44:34 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.7ms) Compiled flms/blocks/index/block_list.js (117ms) (pid 50111) Compiled flms/flms.js (8ms) (pid 50111) Completed 200 OK in 240ms (Views: 238.0ms | ActiveRecord: 0.9ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:34 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:34 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:34 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:34 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:34 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (2ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:34 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:44:34 -0800 Served asset /flms/flms.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:34 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:34 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:34 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:34 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:34 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:34 -0800 Served asset /flms/blocks/index/block_list.js - 200 OK (2ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:34 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:34 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:34 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:34 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:44:34 -0800 Served asset /flms/flms.js - 304 Not Modified (12ms) Started UPDATE "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:44:37 -0800 ActionController::RoutingError (No route matches [UPDATE] "/flms/pages/one/blocks"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:45:15 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.7ms) Compiled flms/blocks/index/block_list.js (118ms) (pid 50111) Compiled flms/flms.js (7ms) (pid 50111) Completed 200 OK in 206ms (Views: 202.4ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:45:15 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:45:15 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:45:15 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 15:45:15 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 15:45:15 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:45:15 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:45:15 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:45:15 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:45:15 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:45:15 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:45:15 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-06 15:45:15 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:45:15 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-06 15:45:15 -0800 Served asset /flms/blocks/index/block_list.js - 200 OK (4ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:45:15 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:45:15 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:45:15 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:45:15 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:45:15 -0800 Served asset /flms/flms.js - 304 Not Modified (16ms) Started UPDATE "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:45:18 -0800 ActionController::RoutingError (No route matches [UPDATE] "/flms/pages/one/blocks"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:45:28 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.4ms) Compiled flms/blocks/index/block_list.js (119ms) (pid 50111) Compiled flms/flms.js (13ms) (pid 50111) Completed 200 OK in 222ms (Views: 218.8ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:45:28 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:45:28 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 15:45:28 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:45:28 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 15:45:28 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:45:28 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:45:28 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:45:28 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:45:28 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:45:28 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:45:28 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:45:28 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-06 15:45:28 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-06 15:45:28 -0800 Served asset /flms/blocks/index/block_list.js - 200 OK (3ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:45:28 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:45:28 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:45:28 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:45:28 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:45:28 -0800 Served asset /flms/flms.js - 304 Not Modified (15ms) Started UPDATE "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:45:30 -0800 ActionController::RoutingError (No route matches [UPDATE] "/flms/pages/one/blocks"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:47:40 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.6ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.7ms) Compiled flms/blocks/index/index.js (129ms) (pid 50111) Compiled flms/flms.js (8ms) (pid 50111) Completed 200 OK in 227ms (Views: 223.6ms | ActiveRecord: 1.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:47:40 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:47:40 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 15:47:40 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:47:40 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:47:40 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:47:40 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (1ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:47:40 -0800 Served asset /flms/flms.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:47:40 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:47:40 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:47:40 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-06 15:47:40 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:47:40 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:47:40 -0800 Served asset /flms/blocks/index/index.js - 200 OK (4ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-06 15:47:40 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:47:40 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:47:40 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:47:40 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:47:40 -0800 Served asset /flms/flms.js - 304 Not Modified (12ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:47:44 -0800 ActionController::RoutingError (No route matches [PUT] "/flms/pages/one/blocks"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:48:43 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.5ms) Compiled flms/blocks/index/index.js (162ms) (pid 50111) Compiled flms/flms.js (9ms) (pid 50111) Completed 200 OK in 219ms (Views: 215.6ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:48:44 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 15:48:44 -0800 Served asset /flms/login.css - 200 OK (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:48:44 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:48:44 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 15:48:44 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:48:44 -0800 Served asset /jquery-ui.css - 304 Not Modified (2ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:48:44 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:48:44 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:48:44 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:48:44 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:48:44 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:48:44 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-06 15:48:44 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-06 15:48:44 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (36ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:48:44 -0800 Served asset /flms/blocks/index/index.js - 200 OK (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:48:44 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:48:44 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:48:44 -0800 Served asset /flms/flms.js - 304 Not Modified (11ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:48:44 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:48:46 -0800 ActionController::RoutingError (No route matches [PUT] "/flms/pages/one/blocks"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:50:23 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.8ms) Compiled flms/blocks/index/index.js (131ms) (pid 50111) Compiled flms/flms.js (6ms) (pid 50111) Completed 200 OK in 229ms (Views: 226.2ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:50:23 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:50:23 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:50:23 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:50:23 -0800 Served asset /jquery-ui.css - 304 Not Modified (1ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 15:50:23 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 15:50:23 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:50:23 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (4ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:50:23 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:50:23 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:50:23 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:50:23 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:50:23 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-06 15:50:23 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-06 15:50:23 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:50:23 -0800 Served asset /flms/blocks/index/index.js - 200 OK (36ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:50:23 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:50:23 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:50:23 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:50:23 -0800 Served asset /flms/flms.js - 304 Not Modified (12ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:50:27 -0800 ActionController::RoutingError (No route matches [PUT] "/flms/pages/one/blocks"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:51:14 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.0ms) Compiled flms/blocks/index/index.js (142ms) (pid 50111) Compiled flms/flms.js (54ms) (pid 50111) Completed 200 OK in 241ms (Views: 238.2ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:51:14 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:51:14 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:51:14 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 15:51:14 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 15:51:14 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:51:15 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:51:15 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (1ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:51:15 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:51:15 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:51:15 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:51:15 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:51:15 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-06 15:51:15 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-06 15:51:15 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:51:15 -0800 Served asset /flms/blocks/index/index.js - 200 OK (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:51:15 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:51:15 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:51:15 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:51:15 -0800 Served asset /flms/flms.js - 304 Not Modified (16ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:51:18 -0800 ActionController::RoutingError (No route matches [PUT] "/flms/pages/one/blocks"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:53:25 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.6ms) Compiled flms/blocks/index/index.js (128ms) (pid 50111) Compiled flms/flms.js (7ms) (pid 50111) Completed 200 OK in 220ms (Views: 217.5ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:53:25 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:53:25 -0800 Served asset /jquery-ui.css - 304 Not Modified (3ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:53:25 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:53:25 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 15:53:25 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 15:53:25 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:53:25 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:53:25 -0800 Served asset /flms/flms.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:53:25 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:53:25 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:53:25 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:53:25 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-06 15:53:25 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-06 15:53:25 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:53:25 -0800 Served asset /flms/blocks/index/index.js - 200 OK (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:53:25 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:53:25 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:53:25 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:53:25 -0800 Served asset /flms/flms.js - 304 Not Modified (45ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:53:30 -0800 ActionController::RoutingError (No route matches [PUT] "/flms/pages/one/blocks"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:53:43 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.9ms) Compiled flms/blocks/index/index.js (128ms) (pid 50111) Compiled flms/flms.js (8ms) (pid 50111) Completed 200 OK in 218ms (Views: 215.3ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:53:43 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:53:43 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:53:43 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 15:53:43 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 15:53:43 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:53:43 -0800 Served asset /jquery-ui.css - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:53:43 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:53:43 -0800 Served asset /flms/flms.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:53:43 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:53:43 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:53:43 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:53:43 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-06 15:53:43 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-06 15:53:43 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (1ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:53:43 -0800 Served asset /flms/blocks/index/index.js - 200 OK (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:53:43 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:53:43 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:53:43 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:53:43 -0800 Served asset /flms/flms.js - 304 Not Modified (45ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:53:46 -0800 ActionController::RoutingError (No route matches [PUT] "/flms/pages/one/blocks"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:55:23 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.2ms) Compiled flms/blocks/index/index.js (129ms) (pid 50111) Compiled flms/flms.js (7ms) (pid 50111) Completed 200 OK in 225ms (Views: 222.3ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:55:23 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:55:23 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:55:23 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:55:23 -0800 Served asset /jquery-ui.css - 304 Not Modified (1ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 15:55:23 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 15:55:23 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:55:23 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:55:23 -0800 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:55:23 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:55:23 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:55:23 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:55:23 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-06 15:55:23 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-06 15:55:23 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:55:23 -0800 Served asset /flms/blocks/index/index.js - 200 OK (3ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:55:23 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:55:23 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:55:23 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:55:23 -0800 Served asset /flms/flms.js - 304 Not Modified (52ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:55:27 -0800 Error occurred while parsing request parameters. Contents: MultiJson::LoadError (399: unexpected token at 'block_data%5B0%5D%5Bid%5D=14&block_data%5B0%5D%5Bactive%5D=false&block_data%5B1%5D%5Bid%5D=15&block_data%5B1%5D%5Bactive%5D=true]'): json (1.7.7) lib/json/common.rb:155:in `parse' json (1.7.7) lib/json/common.rb:155:in `parse' multi_json (1.6.1) lib/multi_json/adapters/json_common.rb:6:in `load' multi_json (1.6.1) lib/multi_json.rb:102:in `load' activesupport (3.2.12) lib/active_support/json/decoding.rb:15:in `decode' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:47:in `parse_formatted_parameters' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:17:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3452497561505218165__call__264878306862451936__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.6ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:55:57 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.6ms) Compiled flms/blocks/index/index.js (129ms) (pid 50111) Compiled flms/flms.js (6ms) (pid 50111) Completed 200 OK in 219ms (Views: 216.0ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:55:57 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:55:57 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:55:57 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 15:55:57 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 15:55:57 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:55:57 -0800 Served asset /jquery-ui.css - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:55:57 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:55:57 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:55:57 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:55:57 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:55:57 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:55:57 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-06 15:55:58 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-06 15:55:58 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (1ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:55:58 -0800 Served asset /flms/blocks/index/index.js - 200 OK (3ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:55:58 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:55:58 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:55:58 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:55:58 -0800 Served asset /flms/flms.js - 304 Not Modified (45ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:56:00 -0800 ActionController::RoutingError (No route matches [PUT] "/flms/pages/one/blocks"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:59:48 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (11.9ms) Completed 200 OK in 93ms (Views: 17.0ms | ActiveRecord: 6.7ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 15:59:48 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 15:59:48 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 15:59:48 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 15:59:48 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 15:59:48 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 15:59:48 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 15:59:48 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 15:59:48 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 15:59:48 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 15:59:48 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 15:59:48 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 15:59:48 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-06 15:59:48 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-06 15:59:48 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-06 15:59:48 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 15:59:48 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 15:59:48 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 15:59:48 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 15:59:48 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 15:59:51 -0800 AbstractController::ActionNotFound (The action 'update_all' could not be found for Flms::BlocksController): actionpack (3.2.12) lib/abstract_controller/base.rb:116:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3452497561505218165__call__264878306862451936__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.3ms) Connecting to database specified by database.yml Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 16:00:03 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.6ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.7ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (27.9ms) Completed 200 OK in 231ms (Views: 123.4ms | ActiveRecord: 12.8ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 16:00:04 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (2ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 16:00:04 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (5ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 16:00:04 -0800 Served asset /flms/home.css - 304 Not Modified (1ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 16:00:04 -0800 Served asset /jquery-ui.css - 304 Not Modified (2ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 16:00:04 -0800 Served asset /flms/layout.css - 304 Not Modified (1ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 16:00:04 -0800 Served asset /flms/login.css - 304 Not Modified (3ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 16:00:04 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 16:00:04 -0800 Served asset /jquery.js - 304 Not Modified (41ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 16:00:04 -0800 Served asset /flms/flms.css - 304 Not Modified (9ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 16:00:04 -0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 16:00:04 -0800 Served asset /jquery-ui.js - 304 Not Modified (5ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 16:00:04 -0800 Served asset /modularity/modularity.js - 304 Not Modified (4ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-06 16:00:04 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-06 16:00:04 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (4ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-06 16:00:04 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 16:00:04 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (1ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 16:00:04 -0800 Served asset /flms/layout.js - 304 Not Modified (2ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 16:00:04 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (2ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 16:00:04 -0800 Served asset /flms/flms.js - 304 Not Modified (14ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 16:00:06 -0800 AbstractController::ActionNotFound (The action 'update_all' could not be found for Flms::BlocksController): actionpack (3.2.12) lib/abstract_controller/base.rb:116:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3650074350033052968__call__956047729928294313__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.4ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 16:00:40 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.7ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (43.6ms) Completed 200 OK in 97ms (Views: 49.7ms | ActiveRecord: 10.5ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 16:00:40 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 16:00:40 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 16:00:40 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 16:00:40 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 16:00:40 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 16:00:40 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 16:00:40 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (2ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 16:00:40 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 16:00:40 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 16:00:40 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 16:00:40 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 16:00:40 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-06 16:00:40 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-06 16:00:41 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-06 16:00:41 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 16:00:41 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 16:00:41 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 16:00:41 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 16:00:41 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 16:00:43 -0800 Processing by Flms::BlocksController#update_all as JSON Parameters: {"block_data"=>[{"id"=>14, "active"=>true}, {"id"=>15, "active"=>false}], "page_id"=>"one", "block"=>{}} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Completed 500 Internal Server Error in 12ms ActionView::MissingTemplate (Missing template flms/blocks/update_all, flms/application/update_all with {:locale=>[:en], :formats=>[:json, :js, :html, :text, :js, :css, :ics, :csv, :png, :jpeg, :gif, :bmp, :tiff, :mpeg, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json, :pdf, :zip], :handlers=>[:erb, :builder, :haml]}. Searched in: * "/Users/kevin/flms/spec/dummy/app/views" * "/Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/devise-2.2.3/app/views" * "/Users/kevin/flms/app/views" ): actionpack (3.2.12) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.12) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__2699573458895281038__process_action__4153132900142177786__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3650074350033052968__call__956047729928294313__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 16:01:01 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (11.8ms) Completed 200 OK in 96ms (Views: 17.8ms | ActiveRecord: 6.7ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 16:01:01 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 16:01:01 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 16:01:01 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 16:01:01 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 16:01:01 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 16:01:01 -0800 Served asset /jquery-ui.css - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 16:01:01 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 16:01:01 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 16:01:01 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 16:01:01 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 16:01:01 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 16:01:01 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-06 16:01:01 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-06 16:01:01 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-06 16:01:01 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 16:01:01 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 16:01:01 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 16:01:01 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 16:01:01 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 16:01:05 -0800 Processing by Flms::BlocksController#update_all as JSON Parameters: {"block_data"=>[{"id"=>14, "active"=>false}, {"id"=>15, "active"=>true}], "page_id"=>"one", "block"=>{}} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Completed 500 Internal Server Error in 43ms ActionView::MissingTemplate (Missing template flms/blocks/update_all, flms/application/update_all with {:locale=>[:en], :formats=>[:json, :js, :html, :text, :js, :css, :ics, :csv, :png, :jpeg, :gif, :bmp, :tiff, :mpeg, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json, :pdf, :zip], :handlers=>[:erb, :builder, :haml]}. Searched in: * "/Users/kevin/flms/spec/dummy/app/views" * "/Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/devise-2.2.3/app/views" * "/Users/kevin/flms/app/views" ): actionpack (3.2.12) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.12) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__2699573458895281038__process_action__4153132900142177786__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3650074350033052968__call__956047729928294313__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 16:01:38 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (44.2ms) Completed 200 OK in 93ms (Views: 50.3ms | ActiveRecord: 7.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 16:01:38 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 16:01:38 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 16:01:38 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 16:01:38 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 16:01:38 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 16:01:38 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 16:01:38 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 16:01:38 -0800 Served asset /flms/flms.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 16:01:38 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 16:01:38 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 16:01:38 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 16:01:38 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-06 16:01:38 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-06 16:01:38 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-06 16:01:38 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 16:01:38 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 16:01:38 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 16:01:38 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 16:01:38 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 16:01:40 -0800 Processing by Flms::BlocksController#update_all as JSON Parameters: {"block_data"=>[{"id"=>14, "active"=>false}, {"id"=>15, "active"=>true}], "page_id"=>"one", "block"=>{}} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Completed 500 Internal Server Error in 8ms ActionView::MissingTemplate (Missing template flms/blocks/update_all, flms/application/update_all with {:locale=>[:en], :formats=>[:json, :js, :html, :text, :js, :css, :ics, :csv, :png, :jpeg, :gif, :bmp, :tiff, :mpeg, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json, :pdf, :zip], :handlers=>[:erb, :builder, :haml]}. Searched in: * "/Users/kevin/flms/spec/dummy/app/views" * "/Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/devise-2.2.3/app/views" * "/Users/kevin/flms/app/views" ): actionpack (3.2.12) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.12) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/kevin/flms/app/controllers/flms/blocks_controller.rb:50:in `update_all' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__2699573458895281038__process_action__4153132900142177786__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3650074350033052968__call__956047729928294313__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 16:01:55 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (11.1ms) Completed 200 OK in 93ms (Views: 17.4ms | ActiveRecord: 6.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 16:01:55 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 16:01:55 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 16:01:55 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 16:01:55 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 16:01:55 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 16:01:55 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 16:01:55 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 16:01:55 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 16:01:55 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 16:01:55 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 16:01:55 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 16:01:55 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-06 16:01:55 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-06 16:01:55 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-06 16:01:55 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 16:01:55 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 16:01:55 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 16:01:55 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 16:01:55 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 16:01:58 -0800 Processing by Flms::BlocksController#update_all as JSON Parameters: {"block_data"=>[{"id"=>14, "active"=>false}, {"id"=>15, "active"=>true}], "page_id"=>"one", "block"=>{}} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Rendered text template (0.0ms) Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.3ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 16:02:12 -0800 Processing by Flms::BlocksController#update_all as JSON Parameters: {"block_data"=>[{"id"=>14, "active"=>false}, {"id"=>15, "active"=>true}], "page_id"=>"one", "block"=>{}} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Rendered text template (0.0ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.4ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 16:02:32 -0800 Processing by Flms::BlocksController#update_all as JSON Parameters: {"block_data"=>[{"id"=>14, "active"=>false}, {"id"=>15, "active"=>true}], "page_id"=>"one", "block"=>{}} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Rendered text template (0.0ms) Completed 200 OK in 26ms (Views: 0.6ms | ActiveRecord: 2.1ms) Connecting to database specified by database.yml Connecting to database specified by database.yml  (2.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateFlmsBlocksPages (20130302015459)  (0.1ms) BEGIN  (2.8ms) DROP INDEX "index_flms_blocks_pages_on_page_id"  (0.1ms) DROP INDEX "index_flms_blocks_pages_on_block_id"  (1.0ms) DROP TABLE "flms_blocks_pages"  (1.1ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20130302015459'  (0.7ms) COMMIT  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateFlmsBlocks (20130302011705)  (0.0ms) BEGIN  (1.1ms) DROP TABLE "flms_blocks"  (0.5ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20130302011705'  (0.7ms) COMMIT  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to FlmsDeviseCreateUsers (20130208224914) Migrating to FlmsCreatePages (20130216032241) Migrating to CreateFlmsBlocks (20130302011705)  (0.1ms) BEGIN  (11.3ms) CREATE TABLE "flms_blocks" ("id" serial primary key, "name" character varying(255), "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130302011705')  (0.6ms) COMMIT Migrating to CreateFlmsBlocksPages (20130302015459)  (0.1ms) BEGIN  (2.5ms) CREATE TABLE "flms_blocks_pages" ("id" serial primary key, "block_id" integer, "page_id" integer, "ordering" integer, "active" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.6ms) CREATE INDEX "index_flms_blocks_pages_on_block_id" ON "flms_blocks_pages" ("block_id")  (0.4ms) CREATE INDEX "index_flms_blocks_pages_on_page_id" ON "flms_blocks_pages" ("page_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130302015459')  (0.3ms) COMMIT  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (118.5ms) DROP DATABASE IF EXISTS "flms_test"  (362.2ms) CREATE DATABASE "flms_test" ENCODING = 'unicode'  (5.2ms) CREATE TABLE "flms_blocks" ("id" serial primary key, "name" character varying(255), "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (2.1ms) CREATE TABLE "flms_blocks_pages" ("id" serial primary key, "block_id" integer, "page_id" integer, "ordering" integer, "active" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.8ms) CREATE INDEX "index_flms_blocks_pages_on_block_id" ON "flms_blocks_pages" ("block_id")  (0.8ms) CREATE INDEX "index_flms_blocks_pages_on_page_id" ON "flms_blocks_pages" ("page_id")  (2.6ms) CREATE TABLE "flms_pages" ("id" serial primary key, "title" character varying(255), "url" character varying(255), "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.7ms) CREATE INDEX "index_flms_pages_on_url" ON "flms_pages" ("url")  (3.2ms) CREATE TABLE "flms_users" ("id" serial primary key, "email" character varying(255) DEFAULT '' NOT NULL, "encrypted_password" character varying(255) DEFAULT '' NOT NULL, "reset_password_token" character varying(255), "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" timestamp, "last_sign_in_at" timestamp, "current_sign_in_ip" character varying(255), "last_sign_in_ip" character varying(255), "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "index_flms_users_on_email" ON "flms_users" ("email")  (0.7ms) CREATE UNIQUE INDEX "index_flms_users_on_reset_password_token" ON "flms_users" ("reset_password_token")  (0.6ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)   (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20130302015459')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20130208224914')  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20130216032241')  (0.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130302011705') Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 16:48:05 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.6ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (7.3ms) Completed 200 OK in 61ms (Views: 15.8ms | ActiveRecord: 7.6ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 16:48:06 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 16:48:06 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 16:48:06 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 16:48:06 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 16:48:06 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 16:48:06 -0800 Served asset /jquery-ui.css - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 16:48:06 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (1ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 16:48:06 -0800 Served asset /flms/flms.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:06 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:06 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:06 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:06 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:06 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:06 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (1ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:06 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:06 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:06 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:06 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:06 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-06 16:48:08 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (10.5ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (16.4ms) Completed 200 OK in 30ms (Views: 25.1ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 16:48:08 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 16:48:08 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 16:48:08 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 16:48:08 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 16:48:08 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 16:48:08 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 16:48:08 -0800 Served asset /flms/flms.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:08 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:08 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:08 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:08 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:08 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:08 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:08 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:08 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:08 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:08 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:08 -0800 Served asset /flms/flms.js - 304 Not Modified (1ms) Started POST "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 16:48:09 -0800 Processing by Flms::BlocksController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "block"=>{"name"=>"one"}, "commit"=>"Create Block", "page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1  (0.1ms) BEGIN SQL (2.7ms) INSERT INTO "flms_blocks" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", Thu, 07 Mar 2013 00:48:09 UTC +00:00], ["name", "one"], ["updated_at", Thu, 07 Mar 2013 00:48:09 UTC +00:00]]  (0.3ms) COMMIT  (0.1ms) BEGIN SQL (2.4ms) INSERT INTO "flms_blocks_pages" ("active", "block_id", "created_at", "ordering", "page_id", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["active", nil], ["block_id", 1], ["created_at", Thu, 07 Mar 2013 00:48:09 UTC +00:00], ["ordering", nil], ["page_id", 1], ["updated_at", Thu, 07 Mar 2013 00:48:09 UTC +00:00]]  (0.3ms) COMMIT Redirected to http://localhost:3000/flms/pages/one/blocks Completed 302 Found in 63ms (ActiveRecord: 7.4ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 16:48:09 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.4ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.1ms) Completed 200 OK in 14ms (Views: 11.1ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 16:48:09 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 16:48:09 -0800 Served asset /flms/login.css - 200 OK (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 16:48:09 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 16:48:09 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 16:48:09 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 16:48:09 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 16:48:09 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 16:48:09 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:09 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:09 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:09 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:09 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:09 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:09 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:09 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:09 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:09 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:09 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:09 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-06 16:48:11 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (1.9ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (2.9ms) Completed 200 OK in 13ms (Views: 11.1ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 16:48:11 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 16:48:11 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 16:48:11 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 16:48:11 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 16:48:11 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 16:48:11 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 16:48:11 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:11 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:11 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:11 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:11 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:11 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:11 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:11 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:11 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:11 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:11 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:11 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 16:48:12 -0800 Processing by Flms::BlocksController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "block"=>{"name"=>"two"}, "commit"=>"Create Block", "page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "flms_blocks" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", Thu, 07 Mar 2013 00:48:12 UTC +00:00], ["name", "two"], ["updated_at", Thu, 07 Mar 2013 00:48:12 UTC +00:00]]  (0.4ms) COMMIT  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "flms_blocks_pages" ("active", "block_id", "created_at", "ordering", "page_id", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["active", nil], ["block_id", 2], ["created_at", Thu, 07 Mar 2013 00:48:12 UTC +00:00], ["ordering", nil], ["page_id", 1], ["updated_at", Thu, 07 Mar 2013 00:48:12 UTC +00:00]]  (0.4ms) COMMIT Redirected to http://localhost:3000/flms/pages/one/blocks Completed 302 Found in 7ms (ActiveRecord: 2.3ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 16:48:12 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.1ms) Completed 200 OK in 15ms (Views: 12.9ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 16:48:12 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 16:48:12 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 16:48:12 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 16:48:12 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 16:48:12 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 16:48:12 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 16:48:12 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:12 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:12 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:12 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:12 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:12 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:12 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:12 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:12 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:12 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:12 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 16:48:12 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 16:48:15 -0800 Processing by Flms::BlocksController#update_all as JSON Parameters: {"block_data"=>[{"id"=>1, "active"=>false}, {"id"=>2, "active"=>true}], "page_id"=>"one", "block"=>{}} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 1 LIMIT 1  (0.0ms) BEGIN  (0.4ms) UPDATE "flms_blocks_pages" SET "active" = 'f', "ordering" = 0, "updated_at" = '2013-03-07 00:48:15.820786' WHERE "flms_blocks_pages"."id" = 1  (1.8ms) COMMIT Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 2 LIMIT 1  (0.1ms) BEGIN  (0.2ms) UPDATE "flms_blocks_pages" SET "active" = 't', "ordering" = 1, "updated_at" = '2013-03-07 00:48:15.825790' WHERE "flms_blocks_pages"."id" = 2  (0.4ms) COMMIT Rendered text template (0.0ms) Completed 200 OK in 11ms (Views: 0.4ms | ActiveRecord: 4.4ms) Started POST "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 17:29:22 -0800 Processing by Flms::BlocksController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "block"=>{"name"=>"two"}, "commit"=>"Create Block", "page_id"=>"one"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "flms_blocks" ("created_at", "name", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", Thu, 07 Mar 2013 01:29:22 UTC +00:00], ["name", "two"], ["updated_at", Thu, 07 Mar 2013 01:29:22 UTC +00:00]]  (0.5ms) COMMIT  (0.2ms) BEGIN SQL (0.6ms) INSERT INTO "flms_blocks_pages" ("active", "block_id", "created_at", "ordering", "page_id", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["active", nil], ["block_id", 3], ["created_at", Thu, 07 Mar 2013 01:29:22 UTC +00:00], ["ordering", nil], ["page_id", 1], ["updated_at", Thu, 07 Mar 2013 01:29:22 UTC +00:00]]  (0.4ms) COMMIT Redirected to http://localhost:3000/flms/pages/one/blocks Completed 302 Found in 98ms (ActiveRecord: 9.3ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 17:29:22 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.6ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = 1 LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = 2 LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = 3 LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.6ms) Completed 200 OK in 24ms (Views: 16.5ms | ActiveRecord: 1.8ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-06 17:29:22 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-06 17:29:22 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-06 17:29:22 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-06 17:29:22 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-06 17:29:22 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-06 17:29:22 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-06 17:29:23 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-06 17:29:23 -0800 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 17:29:23 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 17:29:23 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 17:29:23 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-06 17:29:23 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-06 17:29:23 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-06 17:29:23 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (1ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-06 17:29:23 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-06 17:29:23 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-06 17:29:23 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-06 17:29:23 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-06 17:29:23 -0800 Served asset /flms/flms.js - 304 Not Modified (1ms) Started DELETE "/flms/pages/one/blocks/3" for 127.0.0.1 at 2013-03-06 17:29:26 -0800 Processing by Flms::BlocksController#destroy as HTML Parameters: {"authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "page_id"=>"one", "id"=>"3"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 LIMIT 1 [["id", "3"]]  (0.1ms) BEGIN SQL (0.4ms) DELETE FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 [["id", 3]]  (0.5ms) COMMIT Redirected to http://localhost:3000/flms/pages/one/blocks Completed 302 Found in 6ms (ActiveRecord: 2.0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 17:29:26 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.2ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = 1 LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = 2 LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = 3 LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.5ms) Completed 500 Internal Server Error in 11ms ActionView::Template::Error (Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id): 15: 16: %tbody.block_list 17: - @blocks.each do |block| 18: %tr.ui-state-default{'data-block-id' => block.id} 19: 20: %td.action 21: .switch.switch-mini /Users/kevin/flms/app/views/flms/blocks/index.html.haml:18:in `block in ___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095587411440' /Users/kevin/flms/app/views/flms/blocks/index.html.haml:17:in `each' /Users/kevin/flms/app/views/flms/blocks/index.html.haml:17:in `___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095587411440' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__2699573458895281038__process_action__3481849832265274018__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3650074350033052968__call__956047729928294313__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.8ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 17:29:30 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.2ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = 1 LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = 2 LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = 3 LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (2.9ms) Completed 500 Internal Server Error in 10ms ActionView::Template::Error (Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id): 15: 16: %tbody.block_list 17: - @blocks.each do |block| 18: %tr.ui-state-default{'data-block-id' => block.id} 19: 20: %td.action 21: .switch.switch-mini /Users/kevin/flms/app/views/flms/blocks/index.html.haml:18:in `block in ___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095587411440' /Users/kevin/flms/app/views/flms/blocks/index.html.haml:17:in `each' /Users/kevin/flms/app/views/flms/blocks/index.html.haml:17:in `___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095587411440' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__2699573458895281038__process_action__3481849832265274018__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3650074350033052968__call__956047729928294313__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.4ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 17:29:59 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = 1 LIMIT 1 Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = 2 LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = 3 LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.2ms) Completed 500 Internal Server Error in 94ms ActionView::Template::Error (Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id): 15: 16: %tbody.block_list 17: - @blocks.each do |block| 18: %tr.ui-state-default{'data-block-id' => block.id} 19: 20: %td.action 21: .switch.switch-mini /Users/kevin/flms/app/views/flms/blocks/index.html.haml:18:in `block in ___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095587411440' /Users/kevin/flms/app/views/flms/blocks/index.html.haml:17:in `each' /Users/kevin/flms/app/views/flms/blocks/index.html.haml:17:in `___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095587411440' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__2699573458895281038__process_action__3481849832265274018__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3650074350033052968__call__956047729928294313__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.3ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-06 17:30:13 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.2ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = 1 LIMIT 1 Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = 2 LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = 3 LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (2.9ms) Completed 500 Internal Server Error in 99ms ActionView::Template::Error (Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id): 15: 16: %tbody.block_list 17: - @blocks.each do |block| 18: %tr.ui-state-default{'data-block-id' => block.id} 19: 20: %td.action 21: .switch.switch-mini /Users/kevin/flms/app/views/flms/blocks/index.html.haml:18:in `block in ___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095587411440' /Users/kevin/flms/app/views/flms/blocks/index.html.haml:17:in `each' /Users/kevin/flms/app/views/flms/blocks/index.html.haml:17:in `___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095587411440' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__2699573458895281038__process_action__3481849832265274018__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3650074350033052968__call__956047729928294313__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.6ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 09:40:50 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (13.7ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (4.0ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (2.9ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (1.8ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = 1 LIMIT 1 Flms::Block Load (0.7ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = 2 LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = 3 LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (47.9ms) Completed 500 Internal Server Error in 228ms ActionView::Template::Error (Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id): 15: 16: %tbody.block_list 17: - @blocks.each do |block| 18: %tr.ui-state-default{'data-block-id' => block.id} 19: 20: %td.action 21: .switch.switch-mini /Users/kevin/flms/app/views/flms/blocks/index.html.haml:18:in `block in ___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095587411440' /Users/kevin/flms/app/views/flms/blocks/index.html.haml:17:in `each' /Users/kevin/flms/app/views/flms/blocks/index.html.haml:17:in `___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095587411440' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__2699573458895281038__process_action__3481849832265274018__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3650074350033052968__call__956047729928294313__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (10.4ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (4.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (32.1ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 09:57:15 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (1.0ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2, 3) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (73.9ms) Completed 500 Internal Server Error in 143ms ActionView::Template::Error (undefined local variable or method `block' for #<#:0x007f80cc5d11b0>): 19: 20: %td.action 21: .switch.switch-mini 22: %input{id: "active_#{block.id}", type: 'checkbox'} 23: 24: %td.name 25: = link_to block.name, page_block_path(@page, block) /Users/kevin/flms/app/views/flms/blocks/index.html.haml:22:in `block in ___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095553745460' activerecord (3.2.12) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.12) lib/active_record/relation/delegation.rb:6:in `each' /Users/kevin/flms/app/views/flms/blocks/index.html.haml:17:in `___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095553745460' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__2699573458895281038__process_action__3481849832265274018__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3650074350033052968__call__956047729928294313__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.2ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 09:57:25 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2, 3) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (13.9ms) Completed 500 Internal Server Error in 17ms ActionView::Template::Error (undefined local variable or method `block' for #<#:0x007f80cd71ea58>): 19: 20: %td.action 21: .switch.switch-mini 22: %input{id: "active_#{block.id}", type: 'checkbox'} 23: 24: %td.name 25: = link_to block.name, page_block_path(@page, blocks_page.block) /Users/kevin/flms/app/views/flms/blocks/index.html.haml:22:in `block in ___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095589687140' activerecord (3.2.12) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.12) lib/active_record/relation/delegation.rb:6:in `each' /Users/kevin/flms/app/views/flms/blocks/index.html.haml:17:in `___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095589687140' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__2699573458895281038__process_action__3481849832265274018__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3650074350033052968__call__956047729928294313__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.5ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 09:57:32 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2, 3) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (14.8ms) Completed 500 Internal Server Error in 18ms ActionView::Template::Error (undefined local variable or method `block' for #<#:0x007f80cf834760>): 22: %input{id: "active_#{blocks_page.block.id}", type: 'checkbox'} 23: 24: %td.name 25: = link_to block.name, page_block_path(@page, blocks_page.block) 26: 27: %td.action 28: = link_to edit_page_block_path(@page, block), class: 'btn', title: 'edit' do /Users/kevin/flms/app/views/flms/blocks/index.html.haml:25:in `block in ___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095607033980' activerecord (3.2.12) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.12) lib/active_record/relation/delegation.rb:6:in `each' /Users/kevin/flms/app/views/flms/blocks/index.html.haml:17:in `___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095607033980' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__2699573458895281038__process_action__3481849832265274018__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3650074350033052968__call__956047729928294313__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.2ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 09:57:50 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.5ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2, 3) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (12.5ms) Completed 500 Internal Server Error in 16ms ActionView::Template::Error (undefined local variable or method `block' for #<#:0x007f80cd0d9878>): 25: = link_to blocks_page.block.name, page_block_path(@page, blocks_page.block) 26: 27: %td.action 28: = link_to edit_page_block_path(@page, block), class: 'btn', title: 'edit' do 29: %i.icon-pencil 30: 31: %td.action /Users/kevin/flms/app/views/flms/blocks/index.html.haml:28:in `block in ___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095586416980' activerecord (3.2.12) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.12) lib/active_record/relation/delegation.rb:6:in `each' /Users/kevin/flms/app/views/flms/blocks/index.html.haml:17:in `___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095586416980' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__2699573458895281038__process_action__3481849832265274018__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3650074350033052968__call__956047729928294313__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.3ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 09:57:59 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2, 3) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (12.7ms) Completed 500 Internal Server Error in 16ms ActionView::Template::Error (undefined local variable or method `block' for #<#:0x007f80cd76f200>): 29: %i.icon-pencil 30: 31: %td.action 32: = link_to page_block_path(@page, block), method: :delete, data: { confirm: 'Are you sure?' }, class: 'btn', title: 'delete' do 33: %i.icon-trash 34: 35: %br /Users/kevin/flms/app/views/flms/blocks/index.html.haml:32:in `block in ___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095589827660' activerecord (3.2.12) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.12) lib/active_record/relation/delegation.rb:6:in `each' /Users/kevin/flms/app/views/flms/blocks/index.html.haml:17:in `___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095589827660' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__2699573458895281038__process_action__3481849832265274018__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3650074350033052968__call__956047729928294313__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.3ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 09:58:07 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2, 3) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (9.2ms) Completed 500 Internal Server Error in 13ms ActionView::Template::Error (Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id): 15: 16: %tbody.block_list 17: - @page.ordered_blocks_pages.each do |blocks_page| 18: %tr.ui-state-default{'data-block-id' => blocks_page.block.id} 19: 20: %td.action 21: .switch.switch-mini /Users/kevin/flms/app/views/flms/blocks/index.html.haml:18:in `block in ___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095619719060' activerecord (3.2.12) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.12) lib/active_record/relation/delegation.rb:6:in `each' /Users/kevin/flms/app/views/flms/blocks/index.html.haml:17:in `___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095619719060' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__2699573458895281038__process_action__3481849832265274018__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3650074350033052968__call__956047729928294313__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.8ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 09:58:48 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.5ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2, 3) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (9.8ms) Completed 500 Internal Server Error in 13ms ActionView::Template::Error (Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id): 16: %tbody.block_list 17: - @page.ordered_blocks_pages.each do |blocks_page| 18: - block = blocks_page.block 19: %tr.ui-state-default{'data-block-id' => block.id} 20: 21: %td.action 22: .switch.switch-mini /Users/kevin/flms/app/views/flms/blocks/index.html.haml:19:in `block in ___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095554414160' activerecord (3.2.12) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.12) lib/active_record/relation/delegation.rb:6:in `each' /Users/kevin/flms/app/views/flms/blocks/index.html.haml:17:in `___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095554414160' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__2699573458895281038__process_action__3481849832265274018__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3650074350033052968__call__956047729928294313__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.9ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 09:59:31 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2, 3) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (9.8ms) Completed 500 Internal Server Error in 13ms ActionView::Template::Error (Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id): 17: - @page.ordered_blocks_pages.each do |blocks_page| 18: - block = blocks_page.block 19: = block 20: %tr.ui-state-default{'data-block-id' => block.id} 21: 22: %td.action 23: .switch.switch-mini /Users/kevin/flms/app/views/flms/blocks/index.html.haml:20:in `block in ___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095586577640' activerecord (3.2.12) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.12) lib/active_record/relation/delegation.rb:6:in `each' /Users/kevin/flms/app/views/flms/blocks/index.html.haml:17:in `___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095586577640' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__2699573458895281038__process_action__3481849832265274018__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3650074350033052968__call__956047729928294313__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.5ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 09:59:36 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2, 3) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (9.2ms) Completed 500 Internal Server Error in 13ms ActionView::Template::Error (Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id): 16: %tbody.block_list 17: - @page.ordered_blocks_pages.each do |blocks_page| 18: - block = blocks_page.block 19: %tr.ui-state-default{'data-block-id' => block.id} 20: 21: %td.action 22: .switch.switch-mini /Users/kevin/flms/app/views/flms/blocks/index.html.haml:19:in `block in ___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095589931300' activerecord (3.2.12) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.12) lib/active_record/relation/delegation.rb:6:in `each' /Users/kevin/flms/app/views/flms/blocks/index.html.haml:17:in `___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095589931300' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__2699573458895281038__process_action__3481849832265274018__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3650074350033052968__call__956047729928294313__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.2ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 10:00:04 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2, 3) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.5ms) Completed 200 OK in 18ms (Views: 16.0ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 10:00:04 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 10:00:04 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 10:00:04 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 10:00:04 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 10:00:04 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 10:00:04 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 10:00:04 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 10:00:04 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:04 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:04 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:04 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:04 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:04 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:04 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:04 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:04 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:04 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:04 -0800 Served asset /flms/flms.js - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:04 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 10:00:09 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2, 3) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (6.9ms) Completed 200 OK in 58ms (Views: 54.9ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 10:00:09 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 10:00:09 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 10:00:09 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 10:00:09 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 10:00:09 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 10:00:09 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 10:00:09 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 10:00:09 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:09 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:09 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:09 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:09 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:09 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:09 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:09 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:09 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:09 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:09 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:09 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 10:00:14 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.5ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2, 3) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (7.0ms) Completed 500 Internal Server Error in 10ms ActionView::Template::Error (Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id): 16: %tbody.block_list 17: - @page.ordered_blocks_pages.each do |blocks_page| 18: - block = blocks_page.block 19: = block.id 20: -#%tr.ui-state-default{'data-block-id' => block.id} 21: 22: %td.action /Users/kevin/flms/app/views/flms/blocks/index.html.haml:19:in `block in ___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095558321760' activerecord (3.2.12) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.12) lib/active_record/relation/delegation.rb:6:in `each' /Users/kevin/flms/app/views/flms/blocks/index.html.haml:17:in `___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095558321760' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__2699573458895281038__process_action__3481849832265274018__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3650074350033052968__call__956047729928294313__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.2ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 10:00:20 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.4ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2, 3) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (8.4ms) Completed 200 OK in 20ms (Views: 16.5ms | ActiveRecord: 1.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 10:00:20 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 10:00:20 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 10:00:20 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 10:00:20 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 10:00:20 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 10:00:20 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 10:00:20 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 10:00:20 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:20 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:20 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:20 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:20 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:20 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:20 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:20 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:20 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:20 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:20 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:20 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 10:00:33 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2, 3) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (8.7ms) Completed 500 Internal Server Error in 12ms ActionView::Template::Error (undefined method `title' for #): 17: - @page.ordered_blocks_pages.each do |blocks_page| 18: - block = blocks_page.block 19: = block 20: = block.title 21: -#%tr.ui-state-default{'data-block-id' => block.id} 22: 23: %td.action activemodel (3.2.12) lib/active_model/attribute_methods.rb:407:in `method_missing' activerecord (3.2.12) lib/active_record/attribute_methods.rb:149:in `method_missing' /Users/kevin/flms/app/views/flms/blocks/index.html.haml:20:in `block in ___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095555553120' activerecord (3.2.12) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.12) lib/active_record/relation/delegation.rb:6:in `each' /Users/kevin/flms/app/views/flms/blocks/index.html.haml:17:in `___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095555553120' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__2699573458895281038__process_action__3481849832265274018__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3650074350033052968__call__956047729928294313__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 10:00:38 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2, 3) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (6.9ms) Completed 500 Internal Server Error in 11ms ActionView::Template::Error (undefined method `name' for nil:NilClass): 17: - @page.ordered_blocks_pages.each do |blocks_page| 18: - block = blocks_page.block 19: = block 20: = block.name 21: -#%tr.ui-state-default{'data-block-id' => block.id} 22: 23: %td.action /Users/kevin/flms/app/views/flms/blocks/index.html.haml:20:in `block in ___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095585835940' activerecord (3.2.12) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.12) lib/active_record/relation/delegation.rb:6:in `each' /Users/kevin/flms/app/views/flms/blocks/index.html.haml:17:in `___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095585835940' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__2699573458895281038__process_action__3481849832265274018__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3650074350033052968__call__956047729928294313__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.4ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 10:00:43 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2, 3) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.9ms) Completed 200 OK in 17ms (Views: 14.6ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 10:00:43 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 10:00:43 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 10:00:43 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 10:00:43 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 10:00:43 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 10:00:43 -0800 Served asset /jquery-ui.css - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 10:00:43 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 10:00:43 -0800 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:43 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:43 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:43 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:43 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:43 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:43 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:43 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:43 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:43 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:43 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:43 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 10:00:50 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2, 3) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (17.7ms) Completed 200 OK in 28ms (Views: 25.7ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 10:00:50 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 10:00:50 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 10:00:50 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 10:00:50 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 10:00:50 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 10:00:50 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 10:00:50 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 10:00:50 -0800 Served asset /flms/flms.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:50 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:50 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:50 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:50 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:50 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (1ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:50 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:50 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:50 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:50 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:50 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 10:00:50 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 10:01:04 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2, 3) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (7.5ms) Completed 200 OK in 18ms (Views: 15.4ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 10:01:04 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 10:01:04 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 10:01:04 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 10:01:04 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 10:01:04 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 10:01:04 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 10:01:04 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (1ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 10:01:04 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 10:01:04 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 10:01:04 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 10:01:04 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 10:01:04 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 10:01:04 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 10:01:04 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (1ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 10:01:04 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 10:01:04 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 10:01:04 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 10:01:04 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 10:01:04 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 10:01:08 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2, 3) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (8.9ms) Completed 200 OK in 19ms (Views: 16.6ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 10:01:08 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 10:01:08 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 10:01:08 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 10:01:08 -0800 Served asset /jquery-ui.css - 304 Not Modified (1ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 10:01:08 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 10:01:08 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 10:01:08 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 10:01:08 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 10:01:08 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 10:01:08 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 10:01:08 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 10:01:08 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 10:01:08 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 10:01:08 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 10:01:08 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 10:01:08 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 10:01:08 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 10:01:08 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 10:01:08 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 10:01:39 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2, 3) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (8.8ms) Completed 500 Internal Server Error in 12ms ActionView::Template::Error (Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id): 15: 16: %tbody.block_list 17: - @page.ordered_blocks_pages.each do |blocks_page| 18: %tr.ui-state-default{'data-block-id' => blocks_page.block.id} 19: 20: %td.action 21: .switch.switch-mini /Users/kevin/flms/app/views/flms/blocks/index.html.haml:18:in `block in ___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095587445880' activerecord (3.2.12) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.12) lib/active_record/relation/delegation.rb:6:in `each' /Users/kevin/flms/app/views/flms/blocks/index.html.haml:17:in `___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095587445880' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__2699573458895281038__process_action__3481849832265274018__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3650074350033052968__call__956047729928294313__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.3ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 10:01:52 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2, 3) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (9.7ms) Completed 500 Internal Server Error in 13ms ActionView::Template::Error (Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id): 15: 16: %tbody.block_list 17: - @page.ordered_blocks_pages.each do |blocks_page| 18: %tr.ui-state-default{'data-block-id' => blocks_page.block.id} 19: 20: %td.action 21: .switch.switch-mini /Users/kevin/flms/app/views/flms/blocks/index.html.haml:18:in `block in ___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095553746740' activerecord (3.2.12) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.12) lib/active_record/relation/delegation.rb:6:in `each' /Users/kevin/flms/app/views/flms/blocks/index.html.haml:17:in `___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095553746740' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__2699573458895281038__process_action__3481849832265274018__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3650074350033052968__call__956047729928294313__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.3ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 10:01:53 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2, 3) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (6.0ms) Completed 500 Internal Server Error in 9ms ActionView::Template::Error (Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id): 15: 16: %tbody.block_list 17: - @page.ordered_blocks_pages.each do |blocks_page| 18: %tr.ui-state-default{'data-block-id' => blocks_page.block.id} 19: 20: %td.action 21: .switch.switch-mini /Users/kevin/flms/app/views/flms/blocks/index.html.haml:18:in `block in ___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095553746740' activerecord (3.2.12) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.12) lib/active_record/relation/delegation.rb:6:in `each' /Users/kevin/flms/app/views/flms/blocks/index.html.haml:17:in `___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095553746740' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__2699573458895281038__process_action__3481849832265274018__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3650074350033052968__call__956047729928294313__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.3ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 10:02:04 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2, 3) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.8ms) Completed 200 OK in 16ms (Views: 13.3ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 10:02:04 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 10:02:04 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 10:02:04 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 10:02:04 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 10:02:04 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 10:02:04 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 10:02:04 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 10:02:04 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:04 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:04 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:04 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:04 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:04 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:04 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:05 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:05 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:05 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:05 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:05 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 10:02:10 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2, 3) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (6.6ms) Completed 200 OK in 17ms (Views: 14.4ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 10:02:10 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 10:02:10 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 10:02:10 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 10:02:10 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 10:02:10 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 10:02:10 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 10:02:10 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (1ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 10:02:10 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:11 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:11 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:11 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:11 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:11 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:11 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:11 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:11 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:11 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:11 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:11 -0800 Served asset /flms/flms.js - 304 Not Modified (1ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 10:02:17 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2, 3) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (7.4ms) Completed 200 OK in 18ms (Views: 15.5ms | ActiveRecord: 1.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 10:02:17 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 10:02:17 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 10:02:17 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 10:02:17 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 10:02:17 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 10:02:17 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 10:02:17 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 10:02:17 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:17 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:17 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:17 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:17 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:17 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:17 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:17 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:17 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:17 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:17 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:17 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 10:02:34 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.9ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.4ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.5ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2, 3) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (7.9ms) Completed 500 Internal Server Error in 12ms ActionView::Template::Error (Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id): 17: - @page.ordered_blocks_pages.each do |blocks_page| 18: - block = blocks_page.block 19: = block.to_yaml 20: = block.id 21: -#%tr.ui-state-default{'data-block-id' => block.id} 22: 23: %td.action /Users/kevin/flms/app/views/flms/blocks/index.html.haml:20:in `block in ___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095620706400' activerecord (3.2.12) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.12) lib/active_record/relation/delegation.rb:6:in `each' /Users/kevin/flms/app/views/flms/blocks/index.html.haml:17:in `___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095620706400' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__2699573458895281038__process_action__3481849832265274018__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3650074350033052968__call__956047729928294313__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.1ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 10:02:47 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2, 3) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (6.7ms) Completed 200 OK in 17ms (Views: 14.2ms | ActiveRecord: 1.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 10:02:47 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 10:02:47 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 10:02:47 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 10:02:47 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 10:02:47 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 10:02:47 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 10:02:47 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 10:02:47 -0800 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:47 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:47 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:47 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:47 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:47 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:47 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:47 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:47 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:47 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:47 -0800 Served asset /flms/flms.js - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 10:02:47 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 10:05:16 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2, 3) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (3.8ms) Completed 200 OK in 14ms (Views: 11.5ms | ActiveRecord: 1.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 10:05:16 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 10:05:16 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 10:05:16 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 10:05:16 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 10:05:16 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 10:05:16 -0800 Served asset /jquery-ui.css - 304 Not Modified (1ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 10:05:16 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 10:05:16 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 10:05:16 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 10:05:16 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 10:05:16 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 10:05:16 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 10:05:16 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 10:05:16 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 10:05:16 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 10:05:16 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 10:05:16 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 10:05:16 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 10:05:16 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 10:05:23 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2, 3) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (7.5ms) Completed 500 Internal Server Error in 12ms ActionView::Template::Error (Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id): 17: - @page.ordered_blocks_pages.each do |blocks_page| 18: - block = blocks_page.block 19: = block.to_yaml 20: = block.id 21: -#%tr.ui-state-default{'data-block-id' => block.id} 22: 23: %td.action /Users/kevin/flms/app/views/flms/blocks/index.html.haml:20:in `block in ___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095555471160' activerecord (3.2.12) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.12) lib/active_record/relation/delegation.rb:6:in `each' /Users/kevin/flms/app/views/flms/blocks/index.html.haml:17:in `___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095555471160' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__2699573458895281038__process_action__3481849832265274018__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3650074350033052968__call__956047729928294313__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.1ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 10:05:27 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2, 3) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (6.9ms) Completed 500 Internal Server Error in 11ms ActionView::Template::Error (undefined method `name' for nil:NilClass): 17: - @page.ordered_blocks_pages.each do |blocks_page| 18: - block = blocks_page.block 19: = block.to_yaml 20: = block.name 21: -#%tr.ui-state-default{'data-block-id' => block.id} 22: 23: %td.action /Users/kevin/flms/app/views/flms/blocks/index.html.haml:20:in `block in ___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095586792300' activerecord (3.2.12) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.12) lib/active_record/relation/delegation.rb:6:in `each' /Users/kevin/flms/app/views/flms/blocks/index.html.haml:17:in `___sers_kevin_flms_app_views_flms_blocks_index_html_haml___2658432078757456292_70095586792300' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__2699573458895281038__process_action__3481849832265274018__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3650074350033052968__call__956047729928294313__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.4ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 10:05:37 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2, 3) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (7.2ms) Completed 200 OK in 17ms (Views: 14.9ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 10:05:37 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 10:05:37 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 10:05:37 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 10:05:37 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 10:05:37 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 10:05:37 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 10:05:37 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (1ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 10:05:37 -0800 Served asset /flms/flms.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 10:05:37 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 10:05:37 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 10:05:37 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 10:05:37 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 10:05:37 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 10:05:37 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 10:05:37 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 10:05:37 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 10:05:37 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 10:05:37 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 10:05:37 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 10:05:41 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2, 3) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.8ms) Completed 200 OK in 16ms (Views: 13.5ms | ActiveRecord: 1.4ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 10:05:41 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 10:05:41 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 10:05:41 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 10:05:41 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 10:05:41 -0800 Served asset /jquery-ui.css - 304 Not Modified (1ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 10:05:41 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 10:05:41 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 10:05:41 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 10:05:41 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 10:05:41 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 10:05:41 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 10:05:41 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 10:05:41 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 10:05:41 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 10:05:41 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 10:05:41 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 10:05:41 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 10:05:41 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 10:05:41 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 10:07:33 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (2.7ms) Completed 200 OK in 14ms (Views: 10.9ms | ActiveRecord: 1.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 10:07:33 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 10:07:33 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 10:07:33 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 10:07:33 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 10:07:33 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 10:07:33 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 10:07:33 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 10:07:33 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 10:07:33 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 10:07:33 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 10:07:33 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 10:07:33 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 10:07:33 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 10:07:33 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (1ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 10:07:33 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 10:07:33 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 10:07:33 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 10:07:33 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 10:07:33 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 10:07:41 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.5ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (6.2ms) Completed 200 OK in 16ms (Views: 13.7ms | ActiveRecord: 1.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 10:07:41 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 10:07:41 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 10:07:41 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 10:07:41 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 10:07:41 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 10:07:41 -0800 Served asset /jquery-ui.css - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 10:07:41 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (1ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 10:07:41 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 10:07:41 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 10:07:41 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 10:07:41 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 10:07:41 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 10:07:41 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 10:07:41 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (1ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 10:07:41 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 10:07:41 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 10:07:41 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 10:07:41 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 10:07:41 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 10:07:47 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.5ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (47.8ms) Completed 200 OK in 58ms (Views: 55.4ms | ActiveRecord: 1.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 10:07:47 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 10:07:47 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 10:07:47 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 10:07:47 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 10:07:47 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 10:07:47 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 10:07:47 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 10:07:47 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 10:07:47 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 10:07:47 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 10:07:47 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 10:07:47 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 10:07:47 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 10:07:47 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 10:07:47 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 10:07:47 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 10:07:47 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 10:07:47 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 10:07:47 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 11:53:08 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (24.4ms) Completed 200 OK in 71ms (Views: 30.5ms | ActiveRecord: 7.8ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 11:53:08 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 11:53:08 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 11:53:08 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 11:53:08 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 11:53:08 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 11:53:08 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 11:53:08 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (1ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 11:53:08 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 11:53:08 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 11:53:08 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 11:53:08 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 11:53:08 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 11:53:08 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 11:53:08 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 11:53:08 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 11:53:08 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 11:53:08 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 11:53:08 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 11:53:08 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 11:53:14 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (8.3ms) Completed 200 OK in 18ms (Views: 15.7ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 11:53:14 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 11:53:14 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 11:53:14 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 11:53:14 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 11:53:14 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 11:53:14 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 11:53:14 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 11:53:14 -0800 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 11:53:14 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 11:53:14 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 11:53:14 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 11:53:14 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 11:53:14 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 11:53:14 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (1ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 11:53:14 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 11:53:14 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 11:53:14 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 11:53:14 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 11:53:14 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 11:53:24 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (8.6ms) Completed 200 OK in 19ms (Views: 16.4ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 11:53:24 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 11:53:24 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 11:53:24 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 11:53:24 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 11:53:24 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 11:53:24 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 11:53:24 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (2ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 11:53:24 -0800 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 11:53:24 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 11:53:24 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 11:53:24 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 11:53:24 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 11:53:24 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 11:53:24 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 11:53:24 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 11:53:24 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 11:53:24 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 11:53:24 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 11:53:24 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 11:55:26 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.4ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (9.3ms) Completed 200 OK in 19ms (Views: 16.7ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 11:55:26 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 11:55:26 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 11:55:26 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 11:55:26 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 11:55:26 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 11:55:26 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 11:55:26 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 11:55:26 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:26 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:26 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:26 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:26 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:26 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:26 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:26 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:26 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:26 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:26 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:26 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 11:55:27 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.4ms) Completed 200 OK in 14ms (Views: 12.0ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 11:55:27 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 11:55:27 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 11:55:27 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 11:55:27 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 11:55:27 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 11:55:27 -0800 Served asset /jquery-ui.css - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 11:55:27 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (1ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 11:55:27 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:27 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:27 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:27 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:27 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:27 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:27 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:27 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:27 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:27 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:27 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (40ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:27 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 11:55:32 -0800 Processing by Flms::BlocksController#update_all as JSON Parameters: {"block_data"=>[{"id"=>1, "active"=>false}, {"id"=>2, "active"=>false}], "page_id"=>"one", "block"=>{}} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.6ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 1 LIMIT 1  (0.2ms) BEGIN  (0.2ms) COMMIT Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 2 LIMIT 1  (0.1ms) BEGIN  (0.7ms) UPDATE "flms_blocks_pages" SET "active" = 'f', "updated_at" = '2013-03-07 19:55:32.115209' WHERE "flms_blocks_pages"."id" = 2  (0.8ms) COMMIT Rendered text template (0.0ms) Completed 200 OK in 12ms (Views: 0.3ms | ActiveRecord: 3.5ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 11:55:33 -0800 Processing by Flms::BlocksController#update_all as JSON Parameters: {"block_data"=>[{"id"=>1, "active"=>false}, {"id"=>2, "active"=>false}], "page_id"=>"one", "block"=>{}} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 1 LIMIT 1  (0.1ms) BEGIN  (0.1ms) COMMIT Flms::BlocksPage Load (0.2ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 2 LIMIT 1  (0.1ms) BEGIN  (0.0ms) COMMIT Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 1.3ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 11:55:35 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.7ms) Completed 200 OK in 15ms (Views: 13.1ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 11:55:35 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 11:55:35 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 11:55:35 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 11:55:35 -0800 Served asset /jquery-ui.css - 304 Not Modified (1ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 11:55:35 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 11:55:35 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 11:55:35 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 11:55:35 -0800 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:35 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:35 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:35 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:35 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:35 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:35 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:35 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:35 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:35 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:35 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:35 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 11:55:36 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.6ms) Completed 200 OK in 14ms (Views: 12.2ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 11:55:36 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 11:55:36 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 11:55:36 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 11:55:36 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 11:55:36 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 11:55:36 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 11:55:36 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 11:55:36 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:36 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:36 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:36 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:36 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:36 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:36 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:36 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:36 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:36 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:36 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:36 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 11:55:38 -0800 Processing by Flms::BlocksController#update_all as JSON Parameters: {"block_data"=>[{"id"=>1, "active"=>true}, {"id"=>2, "active"=>false}], "page_id"=>"one", "block"=>{}} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 1 LIMIT 1  (0.1ms) BEGIN  (0.2ms) UPDATE "flms_blocks_pages" SET "active" = 't', "updated_at" = '2013-03-07 19:55:38.924074' WHERE "flms_blocks_pages"."id" = 1  (1.8ms) COMMIT Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 2 LIMIT 1  (0.1ms) BEGIN  (0.1ms) COMMIT Rendered text template (0.0ms) Completed 200 OK in 8ms (Views: 0.3ms | ActiveRecord: 3.5ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 11:55:40 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.9ms) Completed 200 OK in 54ms (Views: 51.5ms | ActiveRecord: 1.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 11:55:40 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 11:55:40 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 11:55:40 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 11:55:40 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 11:55:40 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 11:55:40 -0800 Served asset /jquery-ui.css - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 11:55:40 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 11:55:40 -0800 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:40 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:40 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:40 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:40 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:40 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:40 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:40 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:40 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:40 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:40 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 11:55:40 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 11:56:56 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (8.8ms) Compiled flms/blocks/index/index.js (249ms) (pid 51329) Compiled flms/flms.js (10ms) (pid 51329) Completed 200 OK in 384ms (Views: 381.3ms | ActiveRecord: 1.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 11:56:57 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 11:56:57 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 11:56:57 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 11:56:57 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 11:56:57 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 11:56:57 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 11:56:57 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 11:56:57 -0800 Served asset /flms/flms.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 11:56:57 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 11:56:57 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 11:56:57 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 11:56:57 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 11:56:57 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 11:56:57 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 11:56:57 -0800 Served asset /flms/blocks/index/index.js - 200 OK (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 11:56:57 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 11:56:57 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 11:56:57 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 11:56:57 -0800 Served asset /flms/flms.js - 304 Not Modified (13ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 11:56:59 -0800 Processing by Flms::BlocksController#update_all as JSON Parameters: {"block_data"=>[{"id"=>1, "active"=>true}, {"id"=>2, "active"=>true}], "page_id"=>"one", "block"=>{}} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 1 LIMIT 1  (0.1ms) BEGIN  (0.2ms) COMMIT Flms::BlocksPage Load (0.2ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 2 LIMIT 1  (0.0ms) BEGIN  (0.3ms) UPDATE "flms_blocks_pages" SET "active" = 't', "updated_at" = '2013-03-07 19:56:59.049782' WHERE "flms_blocks_pages"."id" = 2  (1.7ms) COMMIT Rendered text template (0.0ms) Completed 200 OK in 9ms (Views: 0.4ms | ActiveRecord: 3.5ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 11:57:13 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (1.0ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (48.3ms) Completed 200 OK in 148ms (Views: 52.0ms | ActiveRecord: 25.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 11:57:13 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 11:57:13 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 11:57:14 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 11:57:14 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 11:57:14 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 11:57:14 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 11:57:14 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 11:57:14 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 11:57:14 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 11:57:14 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 11:57:14 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 11:57:14 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 11:57:14 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 11:57:14 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 11:57:14 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 11:57:14 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 11:57:14 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 11:57:14 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 11:57:14 -0800 Served asset /flms/flms.js - 304 Not Modified (2ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 11:57:17 -0800 Processing by Flms::BlocksController#update_all as JSON Parameters: {"block_data"=>[{"id"=>1, "active"=>false}, {"id"=>2, "active"=>true}], "page_id"=>"one", "block"=>{}} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 1 LIMIT 1  (0.1ms) BEGIN  (0.3ms) UPDATE "flms_blocks_pages" SET "active" = 'f', "updated_at" = '2013-03-07 19:57:17.282654' WHERE "flms_blocks_pages"."id" = 1  (1.8ms) COMMIT Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 2 LIMIT 1  (0.0ms) BEGIN  (0.0ms) COMMIT Rendered text template (0.0ms) Completed 200 OK in 9ms (Views: 0.3ms | ActiveRecord: 3.6ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 11:59:56 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.7ms) Compiled flms/blocks/index/index.js (129ms) (pid 51329) Compiled flms/flms.js (7ms) (pid 51329) Completed 200 OK in 223ms (Views: 220.3ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 11:59:57 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 11:59:57 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 11:59:57 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 11:59:57 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 11:59:57 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 11:59:57 -0800 Served asset /jquery-ui.css - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 11:59:57 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 11:59:57 -0800 Served asset /flms/flms.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 11:59:57 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 11:59:57 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 11:59:57 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 11:59:57 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 11:59:57 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 11:59:57 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 11:59:57 -0800 Served asset /flms/blocks/index/index.js - 200 OK (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 11:59:57 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 11:59:57 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 11:59:57 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 11:59:57 -0800 Served asset /flms/flms.js - 304 Not Modified (46ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 11:59:59 -0800 Processing by Flms::BlocksController#update_all as JSON Parameters: {"block_data"=>[{"id"=>1, "active"=>false}, {"id"=>2, "active"=>false}], "page_id"=>"one", "block"=>{}} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 1 LIMIT 1  (0.0ms) BEGIN  (0.1ms) COMMIT Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 2 LIMIT 1  (0.1ms) BEGIN  (0.3ms) UPDATE "flms_blocks_pages" SET "active" = 'f', "updated_at" = '2013-03-07 19:59:59.662074' WHERE "flms_blocks_pages"."id" = 2  (1.8ms) COMMIT Rendered text template (0.0ms) Completed 200 OK in 9ms (Views: 0.5ms | ActiveRecord: 3.5ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 12:00:20 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.9ms) Compiled flms/blocks/index/index.js (130ms) (pid 51329) Compiled flms/flms.js (7ms) (pid 51329) Completed 200 OK in 224ms (Views: 221.5ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 12:00:21 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 12:00:21 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 12:00:21 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 12:00:21 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 12:00:21 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 12:00:21 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 12:00:21 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 12:00:21 -0800 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 12:00:21 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 12:00:21 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 12:00:21 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 12:00:21 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 12:00:21 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 12:00:21 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (1ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 12:00:21 -0800 Served asset /flms/blocks/index/index.js - 200 OK (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 12:00:21 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 12:00:21 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 12:00:21 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 12:00:21 -0800 Served asset /flms/flms.js - 304 Not Modified (47ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 12:00:23 -0800 Processing by Flms::BlocksController#update_all as JSON Parameters: {"block_data"=>[{"id"=>1, "active"=>false}, {"id"=>2, "active"=>true}], "page_id"=>"one", "block"=>{}} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 1 LIMIT 1  (0.1ms) BEGIN  (0.0ms) COMMIT Flms::BlocksPage Load (0.2ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 2 LIMIT 1  (0.0ms) BEGIN  (0.2ms) UPDATE "flms_blocks_pages" SET "active" = 't', "updated_at" = '2013-03-07 20:00:23.998161' WHERE "flms_blocks_pages"."id" = 2  (1.9ms) COMMIT Rendered text template (0.0ms) Completed 200 OK in 8ms (Views: 0.4ms | ActiveRecord: 3.4ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 12:00:33 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.6ms) Compiled flms/blocks/index/index.js (130ms) (pid 51329) Compiled flms/flms.js (7ms) (pid 51329) Completed 200 OK in 223ms (Views: 220.0ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 12:00:33 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 12:00:33 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 12:00:33 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 12:00:33 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 12:00:33 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 12:00:33 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 12:00:33 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (2ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 12:00:33 -0800 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 12:00:33 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 12:00:33 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 12:00:33 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 12:00:33 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 12:00:33 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 12:00:33 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 12:00:33 -0800 Served asset /flms/blocks/index/index.js - 200 OK (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 12:00:33 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 12:00:33 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 12:00:33 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 12:00:33 -0800 Served asset /flms/flms.js - 304 Not Modified (46ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 12:00:36 -0800 Processing by Flms::BlocksController#update_all as JSON Parameters: {"block_data"=>[{"id"=>1, "active"=>false}, {"id"=>2, "active"=>false}], "page_id"=>"one", "block"=>{}} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.2ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 1 LIMIT 1  (0.1ms) BEGIN  (0.1ms) COMMIT Flms::BlocksPage Load (0.2ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 2 LIMIT 1  (0.1ms) BEGIN  (0.2ms) UPDATE "flms_blocks_pages" SET "active" = 'f', "updated_at" = '2013-03-07 20:00:36.023333' WHERE "flms_blocks_pages"."id" = 2  (1.8ms) COMMIT Rendered text template (0.0ms) Completed 200 OK in 9ms (Views: 0.5ms | ActiveRecord: 3.3ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 12:00:54 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.1ms) Compiled flms/blocks/index/index.js (131ms) (pid 51329) Compiled flms/flms.js (7ms) (pid 51329) Completed 200 OK in 222ms (Views: 219.2ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 12:00:54 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 12:00:54 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 12:00:54 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 12:00:54 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 12:00:54 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 12:00:54 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 12:00:54 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (1ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 12:00:54 -0800 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 12:00:54 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 12:00:54 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 12:00:54 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 12:00:54 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 12:00:54 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 12:00:54 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 12:00:54 -0800 Served asset /flms/blocks/index/index.js - 200 OK (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 12:00:54 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 12:00:54 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 12:00:54 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 12:00:54 -0800 Served asset /flms/flms.js - 304 Not Modified (12ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 12:00:57 -0800 Processing by Flms::BlocksController#update_all as */* Parameters: {"block_data"=>[{"id"=>1, "active"=>false}, {"id"=>2, "active"=>true}], "page_id"=>"one", "block"=>{}} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 1 LIMIT 1  (0.1ms) BEGIN  (0.1ms) COMMIT Flms::BlocksPage Load (0.2ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 2 LIMIT 1  (0.1ms) BEGIN  (0.2ms) UPDATE "flms_blocks_pages" SET "active" = 't', "updated_at" = '2013-03-07 20:00:57.163165' WHERE "flms_blocks_pages"."id" = 2  (1.6ms) COMMIT Rendered text template (0.0ms) Completed 200 OK in 8ms (Views: 0.4ms | ActiveRecord: 3.0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 12:01:04 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (41.5ms) Compiled flms/blocks/index/index.js (129ms) (pid 51329) Compiled flms/flms.js (7ms) (pid 51329) Completed 200 OK in 257ms (Views: 254.8ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 12:01:05 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 12:01:05 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 12:01:05 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 12:01:05 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 12:01:05 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 12:01:05 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 12:01:05 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 12:01:05 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 12:01:05 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 12:01:05 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 12:01:05 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 12:01:05 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 12:01:05 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 12:01:05 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 12:01:05 -0800 Served asset /flms/blocks/index/index.js - 200 OK (5ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 12:01:05 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 12:01:05 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 12:01:05 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 12:01:05 -0800 Served asset /flms/flms.js - 304 Not Modified (19ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 12:01:07 -0800 Processing by Flms::BlocksController#update_all as */* Parameters: {"block_data"=>[{"id"=>1, "active"=>false}, {"id"=>2, "active"=>false}], "page_id"=>"one", "block"=>{}} Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 1 LIMIT 1  (0.1ms) BEGIN  (0.1ms) COMMIT Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 2 LIMIT 1  (0.1ms) BEGIN  (0.2ms) UPDATE "flms_blocks_pages" SET "active" = 'f', "updated_at" = '2013-03-07 20:01:07.346933' WHERE "flms_blocks_pages"."id" = 2  (1.8ms) COMMIT Rendered text template (0.0ms) Completed 200 OK in 9ms (Views: 0.5ms | ActiveRecord: 3.5ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 12:01:46 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.5ms) Compiled flms/blocks/index/index.js (128ms) (pid 51329) Compiled flms/flms.js (7ms) (pid 51329) Completed 200 OK in 254ms (Views: 251.2ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 12:01:46 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 12:01:46 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 12:01:46 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 12:01:46 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 12:01:46 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 12:01:46 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 12:01:46 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (2ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 12:01:46 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 12:01:46 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 12:01:46 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 12:01:46 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 12:01:46 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 12:01:46 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 12:01:46 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 12:01:46 -0800 Served asset /flms/blocks/index/index.js - 200 OK (4ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 12:01:46 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 12:01:46 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 12:01:46 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 12:01:46 -0800 Served asset /flms/flms.js - 304 Not Modified (12ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 12:01:49 -0800 Processing by Flms::BlocksController#update_all as */* Parameters: {"block_data"=>[{"id"=>1, "active"=>false}, {"id"=>2, "active"=>true}], "page_id"=>"one", "block"=>{}} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 1 LIMIT 1  (0.1ms) BEGIN  (0.1ms) COMMIT Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 2 LIMIT 1  (0.1ms) BEGIN  (0.2ms) UPDATE "flms_blocks_pages" SET "active" = 't', "updated_at" = '2013-03-07 20:01:49.059958' WHERE "flms_blocks_pages"."id" = 2  (1.7ms) COMMIT Rendered text template (0.0ms) Completed 200 OK in 8ms (Views: 0.4ms | ActiveRecord: 3.3ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 12:03:06 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.2ms) Compiled flms/blocks/index/index.js (129ms) (pid 51329) Compiled flms/flms.js (7ms) (pid 51329) Completed 200 OK in 218ms (Views: 215.5ms | ActiveRecord: 1.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 12:03:06 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 12:03:06 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 12:03:06 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 12:03:06 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 12:03:06 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 12:03:06 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 12:03:06 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 12:03:06 -0800 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:06 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:06 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:06 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:06 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:06 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:06 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:06 -0800 Served asset /flms/blocks/index/index.js - 200 OK (3ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:06 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:06 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:06 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:06 -0800 Served asset /flms/flms.js - 304 Not Modified (11ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 12:03:10 -0800 Processing by Flms::BlocksController#update_all as */* Parameters: {"block_data"=>[{"id"=>1, "active"=>false}, {"id"=>2, "active"=>false}], "page_id"=>"one", "block"=>{}} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 1 LIMIT 1  (0.1ms) BEGIN  (0.1ms) COMMIT Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 2 LIMIT 1  (0.1ms) BEGIN  (0.2ms) UPDATE "flms_blocks_pages" SET "active" = 'f', "updated_at" = '2013-03-07 20:03:10.278349' WHERE "flms_blocks_pages"."id" = 2  (1.6ms) COMMIT Rendered text template (0.0ms) Completed 200 OK in 9ms (Views: 0.4ms | ActiveRecord: 3.4ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 12:03:23 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.4ms) Compiled flms/blocks/index/index.js (129ms) (pid 51329) Compiled flms/flms.js (8ms) (pid 51329) Completed 200 OK in 220ms (Views: 217.6ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 12:03:23 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 12:03:23 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 12:03:23 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 12:03:23 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 12:03:23 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 12:03:23 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 12:03:23 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 12:03:23 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:23 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:23 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:23 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:23 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:23 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:23 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:23 -0800 Served asset /flms/blocks/index/index.js - 200 OK (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:23 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:23 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:23 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:23 -0800 Served asset /flms/flms.js - 304 Not Modified (11ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 12:03:29 -0800 Processing by Flms::BlocksController#update_all as */* Parameters: {"block_data"=>[{"id"=>1, "active"=>true}, {"id"=>2, "active"=>true}], "page_id"=>"one", "block"=>{}} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 1 LIMIT 1  (0.1ms) BEGIN  (0.2ms) UPDATE "flms_blocks_pages" SET "active" = 't', "updated_at" = '2013-03-07 20:03:29.530216' WHERE "flms_blocks_pages"."id" = 1  (1.8ms) COMMIT Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 2 LIMIT 1  (0.1ms) BEGIN  (0.3ms) UPDATE "flms_blocks_pages" SET "active" = 't', "updated_at" = '2013-03-07 20:03:29.534845' WHERE "flms_blocks_pages"."id" = 2  (0.3ms) COMMIT Rendered text template (0.0ms) Completed 200 OK in 10ms (Views: 0.4ms | ActiveRecord: 4.0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 12:03:43 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.2ms) Compiled flms/blocks/index/index.js (129ms) (pid 51329) Compiled flms/flms.js (7ms) (pid 51329) Completed 200 OK in 225ms (Views: 222.8ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 12:03:43 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 12:03:43 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 12:03:43 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 12:03:43 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 12:03:43 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 12:03:43 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 12:03:43 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 12:03:43 -0800 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:43 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:43 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:43 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:43 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:43 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:43 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:43 -0800 Served asset /flms/blocks/index/index.js - 200 OK (5ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:43 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:43 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:43 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:43 -0800 Served asset /flms/flms.js - 304 Not Modified (46ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 12:03:47 -0800 Processing by Flms::BlocksController#update_all as */* Parameters: {"block_data"=>[{"id"=>1, "active"=>true}, {"id"=>2, "active"=>false}], "page_id"=>"one", "block"=>{}} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.2ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 1 LIMIT 1  (0.0ms) BEGIN  (0.0ms) COMMIT Flms::BlocksPage Load (0.2ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 2 LIMIT 1  (0.0ms) BEGIN  (0.1ms) UPDATE "flms_blocks_pages" SET "active" = 'f', "updated_at" = '2013-03-07 20:03:47.729507' WHERE "flms_blocks_pages"."id" = 2  (1.7ms) COMMIT Rendered text template (0.0ms) Completed 200 OK in 8ms (Views: 0.4ms | ActiveRecord: 2.8ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 12:03:57 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.1ms) Compiled flms/blocks/index/index.js (129ms) (pid 51329) Compiled flms/flms.js (6ms) (pid 51329) Completed 200 OK in 219ms (Views: 216.9ms | ActiveRecord: 1.3ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 12:03:58 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 12:03:58 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 12:03:58 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 12:03:58 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 12:03:58 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 12:03:58 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 12:03:58 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:58 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 12:03:58 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:58 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:58 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:58 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:58 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:58 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:58 -0800 Served asset /flms/blocks/index/index.js - 200 OK (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:58 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:58 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:58 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 12:03:58 -0800 Served asset /flms/flms.js - 304 Not Modified (11ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 12:04:00 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.3ms) Completed 200 OK in 17ms (Views: 14.4ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 12:04:00 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 12:04:00 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 12:04:00 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 12:04:00 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 12:04:00 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 12:04:00 -0800 Served asset /jquery-ui.css - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 12:04:00 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (1ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 12:04:00 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 12:04:00 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 12:04:00 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 12:04:00 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 12:04:00 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 12:04:00 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 12:04:00 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (1ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 12:04:00 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 12:04:00 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 12:04:00 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 12:04:00 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 12:04:00 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 12:04:02 -0800 Processing by Flms::BlocksController#update_all as */* Parameters: {"block_data"=>[{"id"=>1, "active"=>true}, {"id"=>2, "active"=>true}], "page_id"=>"one", "block"=>{}} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.2ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 1 LIMIT 1  (0.1ms) BEGIN  (0.1ms) COMMIT Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 2 LIMIT 1  (0.1ms) BEGIN  (0.2ms) UPDATE "flms_blocks_pages" SET "active" = 't', "updated_at" = '2013-03-07 20:04:02.952003' WHERE "flms_blocks_pages"."id" = 2  (1.5ms) COMMIT Rendered text template (0.0ms) Completed 200 OK in 8ms (Views: 0.4ms | ActiveRecord: 3.1ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 12:04:06 -0800 Processing by Flms::BlocksController#update_all as */* Parameters: {"block_data"=>[{"id"=>1, "active"=>true}, {"id"=>2, "active"=>false}], "page_id"=>"one", "block"=>{}} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.2ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 1 LIMIT 1  (0.1ms) BEGIN  (0.1ms) COMMIT Flms::BlocksPage Load (0.2ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 2 LIMIT 1  (0.0ms) BEGIN  (0.2ms) UPDATE "flms_blocks_pages" SET "active" = 'f', "updated_at" = '2013-03-07 20:04:06.332942' WHERE "flms_blocks_pages"."id" = 2  (2.2ms) COMMIT Rendered text template (0.0ms) Completed 200 OK in 8ms (Views: 0.4ms | ActiveRecord: 3.6ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 12:04:09 -0800 Processing by Flms::BlocksController#update_all as */* Parameters: {"block_data"=>[{"id"=>1, "active"=>true}, {"id"=>2, "active"=>true}], "page_id"=>"one", "block"=>{}} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.2ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 1 LIMIT 1  (0.0ms) BEGIN  (0.0ms) COMMIT Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 2 LIMIT 1  (0.0ms) BEGIN  (0.2ms) UPDATE "flms_blocks_pages" SET "active" = 't', "updated_at" = '2013-03-07 20:04:09.416297' WHERE "flms_blocks_pages"."id" = 2  (1.8ms) COMMIT Rendered text template (0.0ms) Completed 200 OK in 7ms (Views: 0.3ms | ActiveRecord: 3.2ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 12:04:14 -0800 Processing by Flms::BlocksController#update_all as */* Parameters: {"block_data"=>[{"id"=>1, "active"=>true}, {"id"=>2, "active"=>false}], "page_id"=>"one", "block"=>{}} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.2ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 1 LIMIT 1  (0.0ms) BEGIN  (0.0ms) COMMIT Flms::BlocksPage Load (0.2ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 2 LIMIT 1  (0.0ms) BEGIN  (0.2ms) UPDATE "flms_blocks_pages" SET "active" = 'f', "updated_at" = '2013-03-07 20:04:14.669079' WHERE "flms_blocks_pages"."id" = 2  (2.1ms) COMMIT Rendered text template (0.0ms) Completed 200 OK in 7ms (Views: 0.3ms | ActiveRecord: 3.3ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 12:52:15 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.7ms) Completed 200 OK in 17ms (Views: 14.2ms | ActiveRecord: 1.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 12:52:16 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 12:52:16 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 12:52:16 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 12:52:16 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 12:52:16 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 12:52:16 -0800 Served asset /jquery-ui.css - 304 Not Modified (1ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 12:52:16 -0800 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 12:52:16 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 12:52:16 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 12:52:16 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 12:52:16 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 12:52:16 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 12:52:16 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 12:52:16 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 12:52:16 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 12:52:16 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 12:52:16 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 12:52:16 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 12:52:16 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/img/glyphicons-halflings.png" for 127.0.0.1 at 2013-03-07 12:52:16 -0800 Served asset /img/glyphicons-halflings.png - 304 Not Modified (2ms) Started GET "/assets/img/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-03-07 12:52:16 -0800 Served asset /img/glyphicons-halflings-white.png - 304 Not Modified (2ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 12:52:37 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.2ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (21.4ms) Completed 200 OK in 68ms (Views: 26.7ms | ActiveRecord: 7.7ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 12:52:38 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 12:52:38 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 12:52:38 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 12:52:38 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 12:52:38 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 12:52:38 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 12:52:38 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 12:52:38 -0800 Served asset /flms/flms.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 12:52:38 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 12:52:38 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 12:52:38 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 12:52:38 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 12:52:38 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 12:52:38 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 12:52:38 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 12:52:38 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 12:52:38 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 12:52:38 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 12:52:38 -0800 Served asset /flms/flms.js - 304 Not Modified (1ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 12:52:40 -0800 Processing by Flms::BlocksController#update_all as */* Parameters: {"block_data"=>[{"id"=>1, "active"=>true}, {"id"=>2, "active"=>true}], "page_id"=>"one", "block"=>{}} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 1 LIMIT 1  (0.0ms) BEGIN  (0.1ms) COMMIT Flms::BlocksPage Load (0.2ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 2 LIMIT 1  (0.0ms) BEGIN  (0.4ms) UPDATE "flms_blocks_pages" SET "active" = 't', "updated_at" = '2013-03-07 20:52:40.216093' WHERE "flms_blocks_pages"."id" = 2  (1.6ms) COMMIT Rendered text template (0.0ms) Completed 200 OK in 8ms (Views: 0.4ms | ActiveRecord: 3.2ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 12:52:50 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.6ms) Completed 200 OK in 15ms (Views: 12.3ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 12:52:50 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 12:52:50 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 12:52:50 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 12:52:50 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 12:52:50 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 12:52:50 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 12:52:50 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 12:52:50 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 12:52:50 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 12:52:50 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 12:52:50 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 12:52:50 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 12:52:50 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 12:52:50 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 12:52:50 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 12:52:50 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 12:52:50 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 12:52:50 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 12:52:50 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 12:52:55 -0800 Processing by Flms::BlocksController#update_all as */* Parameters: {"block_data"=>[{"id"=>1, "active"=>true}, {"id"=>2, "active"=>true}], "page_id"=>"one", "block"=>{}} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 1 LIMIT 1  (0.1ms) BEGIN  (0.1ms) COMMIT Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 2 LIMIT 1  (0.1ms) BEGIN  (0.1ms) COMMIT Rendered text template (0.0ms) Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 1.6ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 12:52:58 -0800 Processing by Flms::BlocksController#update_all as */* Parameters: {"block_data"=>[{"id"=>1, "active"=>true}, {"id"=>2, "active"=>false}], "page_id"=>"one", "block"=>{}} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 1 LIMIT 1  (0.1ms) BEGIN  (0.0ms) COMMIT Flms::BlocksPage Load (0.2ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 2 LIMIT 1  (0.0ms) BEGIN  (0.2ms) UPDATE "flms_blocks_pages" SET "active" = 'f', "updated_at" = '2013-03-07 20:52:58.743444' WHERE "flms_blocks_pages"."id" = 2  (2.1ms) COMMIT Rendered text template (0.0ms) Completed 200 OK in 7ms (Views: 0.4ms | ActiveRecord: 3.5ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 12:53:17 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.8ms) Compiled flms/blocks/index/index.js (129ms) (pid 51329) Compiled flms/flms.js (7ms) (pid 51329) Completed 200 OK in 238ms (Views: 236.1ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 12:53:18 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 12:53:18 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 12:53:18 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 12:53:18 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 12:53:18 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 12:53:18 -0800 Served asset /jquery-ui.css - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 12:53:18 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 12:53:18 -0800 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 12:53:18 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 12:53:18 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 12:53:18 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 12:53:18 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 12:53:18 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 12:53:18 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 12:53:18 -0800 Served asset /flms/blocks/index/index.js - 200 OK (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 12:53:18 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 12:53:18 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 12:53:18 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 12:53:18 -0800 Served asset /flms/flms.js - 304 Not Modified (46ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 12:53:21 -0800 Processing by Flms::BlocksController#update_all as */* Parameters: {"block_data"=>[{"id"=>1, "active"=>true}, {"id"=>2, "active"=>true}], "page_id"=>"one", "block"=>{}} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.2ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 1 LIMIT 1  (0.0ms) BEGIN  (0.0ms) COMMIT Flms::BlocksPage Load (0.2ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 2 LIMIT 1  (0.0ms) BEGIN  (0.2ms) UPDATE "flms_blocks_pages" SET "active" = 't', "updated_at" = '2013-03-07 20:53:21.356229' WHERE "flms_blocks_pages"."id" = 2  (0.2ms) COMMIT Rendered text template (0.0ms) Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 1.5ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 12:53:24 -0800 Processing by Flms::BlocksController#update_all as */* Parameters: {"block_data"=>[{"id"=>1, "active"=>true}, {"id"=>2, "active"=>false}], "page_id"=>"one", "block"=>{}} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.2ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 1 LIMIT 1  (0.1ms) BEGIN  (0.1ms) COMMIT Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 2 LIMIT 1  (0.1ms) BEGIN  (0.3ms) UPDATE "flms_blocks_pages" SET "active" = 'f', "updated_at" = '2013-03-07 20:53:24.335654' WHERE "flms_blocks_pages"."id" = 2  (1.7ms) COMMIT Rendered text template (0.0ms) Completed 200 OK in 8ms (Views: 0.3ms | ActiveRecord: 3.4ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 12:54:23 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.7ms) Compiled flms/blocks/index/block_list.js (116ms) (pid 51329) Compiled flms/flms.js (7ms) (pid 51329) Completed 200 OK in 208ms (Views: 205.1ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 12:54:23 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 12:54:23 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 12:54:23 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 12:54:23 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 12:54:23 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 12:54:23 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 12:54:23 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (2ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 12:54:23 -0800 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 12:54:23 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 12:54:23 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 12:54:23 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 12:54:23 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 12:54:23 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 12:54:23 -0800 Served asset /flms/blocks/index/block_list.js - 200 OK (2ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 12:54:23 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 12:54:23 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 12:54:23 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 12:54:23 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 12:54:23 -0800 Served asset /flms/flms.js - 304 Not Modified (11ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 12:57:23 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.2ms) Compiled flms/blocks/index/block_list.js (117ms) (pid 51329) Compiled flms/blocks/index/index.js (127ms) (pid 51329) Compiled flms/flms.js (8ms) (pid 51329) Completed 200 OK in 373ms (Views: 369.8ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 12:57:23 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 12:57:23 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 12:57:23 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 12:57:23 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 12:57:23 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 12:57:23 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 12:57:23 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 12:57:23 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:23 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:23 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:23 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:23 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:23 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:23 -0800 Served asset /flms/blocks/index/block_list.js - 200 OK (2ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:23 -0800 Served asset /flms/blocks/index/index.js - 200 OK (3ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:23 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:23 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:23 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:23 -0800 Served asset /flms/flms.js - 304 Not Modified (12ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 12:57:34 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.4ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.4ms) Compiled flms/blocks/index/index.js (129ms) (pid 51329) Compiled flms/flms.js (8ms) (pid 51329) Completed 200 OK in 222ms (Views: 218.1ms | ActiveRecord: 1.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 12:57:34 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 12:57:34 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 12:57:34 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 12:57:34 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 12:57:34 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 12:57:34 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 12:57:34 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (4ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 12:57:34 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:34 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:34 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:34 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:34 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:34 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:34 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:34 -0800 Served asset /flms/blocks/index/index.js - 200 OK (4ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:34 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:34 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:34 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:34 -0800 Served asset /flms/flms.js - 304 Not Modified (10ms) Started PUT "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 12:57:38 -0800 Processing by Flms::BlocksController#update_all as */* Parameters: {"block_data"=>[{"id"=>2, "active"=>false}, {"id"=>1, "active"=>true}], "page_id"=>"one", "block"=>{}} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 2 LIMIT 1  (0.1ms) BEGIN  (0.2ms) UPDATE "flms_blocks_pages" SET "ordering" = 0, "updated_at" = '2013-03-07 20:57:38.051935' WHERE "flms_blocks_pages"."id" = 2  (1.7ms) COMMIT Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 AND "flms_blocks_pages"."block_id" = 1 LIMIT 1  (0.2ms) BEGIN  (0.2ms) UPDATE "flms_blocks_pages" SET "ordering" = 1, "updated_at" = '2013-03-07 20:57:38.056467' WHERE "flms_blocks_pages"."id" = 1  (0.3ms) COMMIT Rendered text template (0.0ms) Completed 200 OK in 10ms (Views: 0.4ms | ActiveRecord: 4.1ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 12:57:39 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (2, 1) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (5.3ms) Completed 200 OK in 16ms (Views: 13.5ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 12:57:39 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 12:57:39 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 12:57:39 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 12:57:39 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 12:57:39 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 12:57:39 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 12:57:39 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 12:57:39 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:39 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:39 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:39 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:39 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:39 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:39 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:39 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:39 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:39 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (1ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:39 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:39 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 12:57:41 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.2ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.3ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (2, 1) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.9ms) Completed 200 OK in 16ms (Views: 13.3ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 12:57:41 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 12:57:41 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 12:57:41 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 12:57:41 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 12:57:41 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 12:57:41 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 12:57:41 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 12:57:41 -0800 Served asset /flms/flms.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:41 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:41 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:41 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:41 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:41 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:41 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:41 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:41 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:41 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:41 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 12:57:41 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 15:52:38 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (2, 1) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (9.1ms) Completed 200 OK in 19ms (Views: 16.7ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 15:52:38 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 15:52:38 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 15:52:38 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 15:52:38 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 15:52:38 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 15:52:38 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 15:52:38 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 15:52:38 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 15:52:38 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 15:52:38 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 15:52:38 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 15:52:38 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 15:52:38 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 15:52:38 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 15:52:38 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 15:52:38 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 15:52:38 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 15:52:38 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 15:52:38 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/img/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-03-07 15:52:38 -0800 Served asset /img/glyphicons-halflings-white.png - 304 Not Modified (0ms) Started GET "/assets/img/glyphicons-halflings.png" for 127.0.0.1 at 2013-03-07 15:52:38 -0800 Served asset /img/glyphicons-halflings.png - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 17:05:03 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.4ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (2, 1) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (9.2ms) Completed 200 OK in 19ms (Views: 16.8ms | ActiveRecord: 1.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 17:05:03 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 17:05:03 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 17:05:03 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 17:05:03 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 17:05:03 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 17:05:03 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (2ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 17:05:03 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 17:05:03 -0800 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 17:05:03 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 17:05:03 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 17:05:03 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 17:05:03 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 17:05:03 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 17:05:03 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 17:05:03 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 17:05:03 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 17:05:03 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 17:05:03 -0800 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 17:05:03 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (2.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml  (1.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) select sqlite_version(*)  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0') Connecting to database specified by database.yml  (1.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (1.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to FlmsDeviseCreateUsers (20130208224914)  (0.0ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "flms_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE UNIQUE INDEX "index_flms_users_on_email" ON "flms_users" ("email")  (0.1ms) CREATE UNIQUE INDEX "index_flms_users_on_reset_password_token" ON "flms_users" ("reset_password_token")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130208224914')  (0.7ms) commit transaction Migrating to FlmsCreatePages (20130216032241)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "flms_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "url" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_flms_pages_on_url" ON "flms_pages" ("url")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130216032241')  (0.6ms) commit transaction Migrating to CreateFlmsBlocks (20130302011705)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "flms_blocks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130302011705')  (0.5ms) commit transaction Migrating to CreateFlmsBlocksPages (20130302015459)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "flms_blocks_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "block_id" integer, "page_id" integer, "ordering" integer, "active" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE INDEX "index_flms_blocks_pages_on_block_id" ON "flms_blocks_pages" ("block_id")  (0.1ms) CREATE INDEX "index_flms_blocks_pages_on_page_id" ON "flms_blocks_pages" ("page_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130302015459')  (0.6ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml  (1.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (2.8ms) CREATE TABLE "flms_blocks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.9ms) CREATE TABLE "flms_blocks_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "block_id" integer, "page_id" integer, "ordering" integer, "active" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE INDEX "index_flms_blocks_pages_on_block_id" ON "flms_blocks_pages" ("block_id")  (0.7ms) CREATE INDEX "index_flms_blocks_pages_on_page_id" ON "flms_blocks_pages" ("page_id")  (0.7ms) CREATE TABLE "flms_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "url" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.7ms) CREATE INDEX "index_flms_pages_on_url" ON "flms_pages" ("url")  (0.9ms) CREATE TABLE "flms_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.8ms) CREATE UNIQUE INDEX "index_flms_users_on_email" ON "flms_users" ("email")  (0.8ms) CREATE UNIQUE INDEX "index_flms_users_on_reset_password_token" ON "flms_users" ("reset_password_token")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20130302015459')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130208224914')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130216032241')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130302011705') Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 17:49:12 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.2ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (2, 1) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (24.3ms) Completed 200 OK in 108ms (Views: 30.1ms | ActiveRecord: 7.7ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:12 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:12 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:12 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:12 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:12 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:12 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:12 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:12 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:12 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:12 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:12 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:12 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:12 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:12 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:12 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:12 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:12 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:12 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:12 -0800 Served asset /flms/flms.js - 304 Not Modified (1ms) Started GET "/flms/pages/one/blocks/2" for 127.0.0.1 at 2013-03-07 17:49:14 -0800 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"one", "id"=>"2"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Block Load (2.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = $1 LIMIT 1 [["id", "2"]] Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (0.7ms) Completed 200 OK in 15ms (Views: 10.3ms | ActiveRecord: 2.5ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:14 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:14 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:14 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:14 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:14 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:14 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:14 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:14 -0800 Served asset /flms/flms.css - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:14 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:14 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:14 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:14 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:14 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:14 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:14 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:14 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:14 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:14 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:14 -0800 Served asset /flms/flms.js - 304 Not Modified (1ms) Started GET "/flms" for 127.0.0.1 at 2013-03-07 17:49:34 -0800 Processing by Flms::DashboardController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/dashboard/index.html.haml within layouts/flms/admin (0.8ms) Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:34 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:34 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:34 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:34 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:34 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:34 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:34 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:34 -0800 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:34 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:34 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:34 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:34 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:34 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:34 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (1ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:34 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:34 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:34 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:34 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:34 -0800 Served asset /flms/flms.js - 304 Not Modified (1ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:34 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:34 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:34 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:34 -0800 Served asset /flms/flms.js - 304 Not Modified (1ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-03-07 17:49:39 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (3.1ms) Completed 200 OK in 15ms (Views: 13.0ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:39 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:39 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:39 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:39 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:39 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:39 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:39 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:39 -0800 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:39 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:39 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:39 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:39 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:39 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:39 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:39 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:39 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:39 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:39 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:39 -0800 Served asset /flms/flms.js - 304 Not Modified (1ms) Started GET "/flms/users" for 127.0.0.1 at 2013-03-07 17:49:41 -0800 Processing by Flms::UsersController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" Rendered /Users/kevin/flms/app/views/flms/users/index.html.haml within layouts/flms/admin (2.8ms) Completed 200 OK in 53ms (Views: 51.1ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:41 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:41 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:41 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:41 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:41 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:41 -0800 Served asset /jquery-ui.css - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:41 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:41 -0800 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:41 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:41 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:41 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:41 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:41 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:42 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (1ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:42 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:42 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:42 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:42 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:42 -0800 Served asset /flms/flms.js - 304 Not Modified (1ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-03-07 17:49:42 -0800 Processing by Flms::PagesController#index as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.9ms) Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:42 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:42 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:42 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:42 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:42 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:42 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:42 -0800 Served asset /flms/flms.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:42 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:42 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:43 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:43 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:43 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:43 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:43 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:43 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:43 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:43 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:43 -0800 Served asset /flms/flms.js - 304 Not Modified (1ms) Started GET "/flms/pages/one/blocks" for 127.0.0.1 at 2013-03-07 17:49:45 -0800 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Flms::BlocksPage Load (0.3ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (2, 1) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.5ms) Completed 200 OK in 16ms (Views: 13.2ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:45 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:45 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (1ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:45 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:45 -0800 Served asset /jquery-ui.css - 200 OK (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:45 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:45 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:45 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (1ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 17:49:45 -0800 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:46 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:46 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:46 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:46 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:46 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:46 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:46 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:46 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:46 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:46 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 17:49:46 -0800 Served asset /flms/flms.js - 304 Not Modified (1ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-07 17:56:20 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (11.9ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (15.0ms) Completed 200 OK in 27ms (Views: 24.2ms | ActiveRecord: 0.7ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 17:56:20 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (2ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 17:56:20 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 17:56:20 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 17:56:20 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 17:56:20 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 17:56:20 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 17:56:20 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 17:56:20 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 17:56:20 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 17:56:20 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 17:56:20 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 17:56:20 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (3ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 17:56:20 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 17:56:20 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 17:56:20 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 17:56:20 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 17:56:20 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 17:56:20 -0800 Served asset /flms/flms.js - 304 Not Modified (1ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-07 18:00:53 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (1.9ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (3.0ms) Completed 200 OK in 15ms (Views: 13.1ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 18:00:53 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (2ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 18:00:53 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 18:00:53 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 18:00:53 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 18:00:53 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 18:00:53 -0800 Served asset /jquery-ui.css - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 18:00:53 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (2ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 18:00:53 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 18:00:53 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 18:00:53 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 18:00:53 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 18:00:53 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 18:00:53 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 18:00:53 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (1ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 18:00:53 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 18:00:53 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 18:00:53 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 18:00:53 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (1ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 18:00:53 -0800 Served asset /flms/flms.js - 304 Not Modified (2ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-07 18:03:58 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (4.3ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (5.2ms) Completed 500 Internal Server Error in 9ms ActionView::Template::Error (undefined method `type' for #): 10: %li= msg 11: 12: .control-group 13: = f.radio_button :type, 'image' 14: = f.radio_button :type, 'image' 15: 16: .control-group activemodel (3.2.12) lib/active_model/attribute_methods.rb:407:in `method_missing' activerecord (3.2.12) lib/active_record/attribute_methods.rb:149:in `method_missing' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:1154:in `value' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:1145:in `value' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:1067:in `to_radio_button_tag' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:865:in `radio_button' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:1329:in `radio_button' /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:13:in `block in ___sers_kevin_flms_app_views_flms_blocks__form_html_haml__3251586166191213763_70095555575720' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:133:in `call' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:133:in `block (2 levels) in form_for_with_haml' haml (4.0.0) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:133:in `block in form_for_with_haml' actionpack (3.2.12) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.12) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (4.0.0) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (3.2.12) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:59:in `capture_with_haml' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:135:in `form_for_with_haml' haml (4.0.0) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:1:in `___sers_kevin_flms_app_views_flms_blocks__form_html_haml__3251586166191213763_70095555575720' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.12) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.0) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /Users/kevin/flms/app/views/flms/blocks/new.html.haml:2:in `___sers_kevin_flms_app_views_flms_blocks_new_html_haml___1540990885764409730_70095590027980' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__2699573458895281038__process_action__4477673131695766085__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3650074350033052968__call__956047729928294313__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.5ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-07 18:04:37 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (5.1ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (6.1ms) Completed 200 OK in 17ms (Views: 15.4ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 18:04:37 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (4ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 18:04:37 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 18:04:37 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 18:04:37 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 18:04:37 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 18:04:37 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 18:04:37 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 18:04:37 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 18:04:37 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 18:04:37 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 18:04:37 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 18:04:37 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 18:04:37 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 18:04:37 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 18:04:37 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 18:04:37 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 18:04:37 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 18:04:37 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 18:04:37 -0800 Served asset /flms/flms.js - 304 Not Modified (1ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-07 18:05:11 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (5.1ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (6.1ms) Completed 200 OK in 17ms (Views: 15.0ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 18:05:11 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (5ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 18:05:11 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 18:05:11 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 18:05:11 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 18:05:11 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 18:05:11 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 18:05:11 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 18:05:11 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:11 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:11 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:11 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:11 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:11 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:11 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:11 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:11 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:11 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:11 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:11 -0800 Served asset /flms/flms.js - 304 Not Modified (1ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-07 18:05:12 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (2.0ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (3.0ms) Completed 200 OK in 14ms (Views: 12.3ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 18:05:12 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 18:05:12 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 18:05:12 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 18:05:12 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 18:05:12 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 18:05:12 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 18:05:12 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 18:05:12 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:12 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:12 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:12 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:12 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:12 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:12 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:12 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:12 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:12 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:13 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:13 -0800 Served asset /flms/flms.js - 304 Not Modified (1ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-07 18:05:32 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (5.4ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (6.4ms) Completed 200 OK in 17ms (Views: 15.4ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 18:05:32 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 18:05:32 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 18:05:32 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 18:05:32 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 18:05:32 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 18:05:32 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 18:05:32 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (1ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 18:05:32 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:32 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:32 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:32 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:32 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:32 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (1ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:32 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:32 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:32 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:32 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:32 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:32 -0800 Served asset /flms/flms.js - 304 Not Modified (1ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-07 18:05:36 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (5.4ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (6.5ms) Completed 200 OK in 18ms (Views: 15.8ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 18:05:36 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 18:05:36 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 18:05:36 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 18:05:36 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 18:05:36 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 18:05:36 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 18:05:36 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 18:05:36 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:36 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:36 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:36 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:36 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:36 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:37 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:37 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:37 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:37 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:37 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:37 -0800 Served asset /flms/flms.js - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:37 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-07 18:05:59 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.4ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (4.9ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (5.9ms) Completed 200 OK in 17ms (Views: 15.0ms | ActiveRecord: 0.8ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 18:05:59 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 18:05:59 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 18:05:59 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 18:05:59 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 18:05:59 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 18:05:59 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 18:05:59 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (1ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 18:05:59 -0800 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:59 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:59 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:59 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:59 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:59 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (1ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:59 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:59 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:59 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:59 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:59 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 18:05:59 -0800 Served asset /flms/flms.js - 304 Not Modified (1ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-07 18:06:07 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 ERROR: compiling ___sers_kevin_flms_app_views_flms_blocks__form_html_haml__3251586166191213763_70095619637000 RAISED /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:31: syntax error, unexpected keyword_ensure, expecting $end Function body: def ___sers_kevin_flms_app_views_flms_blocks__form_html_haml__3251586166191213763_70095619637000(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "flms/blocks/_form";_old_output_buffer = @output_buffer;caption = local_assigns[:caption];form = local_assigns[:form];;begin;extend Haml::Helpers;_hamlout = @haml_buffer = Haml::Buffer.new(haml_buffer, {:autoclose=>["meta", "img", "link", "br", "hr", "input", "area", "param", "col", "base"], :preserve=>["textarea", "pre", "code"], :attr_wrapper=>"'", :ugly=>false, :format=>:html5, :encoding=>"UTF-8", :escape_html=>true, :escape_attrs=>true, :hyphenate_data_attrs=>true, :cdata=>false});_erbout = _hamlout.buffer;@output_buffer = output_buffer ||= ActionView::OutputBuffer.new rescue nil;;haml_temp = form_for [@page, @block], html: {class: 'form-horizontal'} do |f| _hamlout.push_text("
\n #{_hamlout.adjust_tabs(2); _hamlout.format_script_false_true_false_true_false_true_false((caption ));}\n
\n", -1, false); if @block.errors.any? _hamlout.push_text("
\n

#{_hamlout.adjust_tabs(2); _hamlout.format_script_false_true_false_true_false_true_false(("#{pluralize(@block.errors.count, "error")} prohibited this block from being saved:" ));}

\n
    \n", 1, false); @block.errors.full_messages.each do |msg| _hamlout.push_text("
  • #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((msg ));}
  • \n", 0, false);end;_hamlout.push_text("
\n
\n", -2, false);end;_hamlout.push_text("
\n Type\n
\n ", 2, false); haml_temp = radio_button_tag 'block_type', 'type', 'image' _hamlout.push_text(" Image\n", 0, false);end;_hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_false(haml_temp);_hamlout.push_text("\n
\n
\n
\n #{_hamlout.adjust_tabs(-1); _hamlout.format_script_false_false_false_true_false_true_false(( f.label :name, class: 'control-label' ));}\n
\n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( f.text_field :name, autofocus: true ));}\n The internal name of this block.\n
\n
\n
\n
\n
\n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( f.submit class: 'btn btn-primary' ));}\n      \n #{ _hamlout.format_script_false_false_false_true_false_true_false(( link_to 'Back', pages_path ));}\n
\n
\n
\n", -3, false);end;_hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_false(haml_temp);_hamlout.push_text("\n", 0, false);::Haml::Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.upper if @haml_buffer;end; ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:297:in `module_eval' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:297:in `compile' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:232:in `compile!' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:144:in `block in render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:125:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:143:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/partial_renderer.rb:238:in `block in render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:123:in `block in instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:123:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/partial_renderer.rb:237:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/renderer.rb:41:in `render_partial' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/renderer.rb:15:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/helpers/rendering_helper.rb:24:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/haml-4.0.0/lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/haml-4.0.0/lib/haml/helpers.rb:89:in `non_haml' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/haml-4.0.0/lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /Users/kevin/flms/app/views/flms/blocks/new.html.haml:2:in `___sers_kevin_flms_app_views_flms_blocks_new_html_haml___1540990885764409730_70095590027980' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:145:in `block in render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:125:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:143:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:123:in `block in instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:123:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/template_renderer.rb:45:in `render_template' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/template_renderer.rb:18:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/renderer.rb:36:in `render_template' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/renderer.rb:17:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/rendering.rb:110:in `_render_template' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/streaming.rb:225:in `_render_template' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/rendering.rb:103:in `render_to_body' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/renderers.rb:28:in `render_to_body' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/rendering.rb:88:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/rendering.rb:16:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/core_ext/benchmark.rb:5:in `ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:40:in `block in render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activerecord-3.2.12/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/implicit_render.rb:10:in `default_render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/implicit_render.rb:5:in `send_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/base.rb:167:in `process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/rendering.rb:10:in `process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:414:in `_run__2699573458895281038__process_action__4477673131695766085__callbacks' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/callbacks.rb:17:in `process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/rescue.rb:29:in `process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:123:in `block in instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:123:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:29:in `process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activerecord-3.2.12/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/base.rb:121:in `process' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/rendering.rb:45:in `process' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal.rb:203:in `dispatch' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal.rb:246:in `block in action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/routing/route_set.rb:73:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/routing/route_set.rb:36:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/routing/route_set.rb:601:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/engine.rb:479:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/routing/route_set.rb:601:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/warden-1.2.1/lib/warden/manager.rb:35:in `block in call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/warden-1.2.1/lib/warden/manager.rb:34:in `catch' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/warden-1.2.1/lib/warden/manager.rb:34:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/etag.rb:23:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/conditionalget.rb:25:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/head.rb:14:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/params_parser.rb:21:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/flash.rb:242:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:210:in `context' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:205:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/cookies.rb:341:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activerecord-3.2.12/lib/active_record/query_cache.rb:64:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activerecord-3.2.12/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:405:in `_run__3650074350033052968__call__956047729928294313__callbacks' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/reloader.rb:65:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/rack/logger.rb:32:in `call_app' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/rack/logger.rb:16:in `block in call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/tagged_logging.rb:22:in `tagged' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/rack/logger.rb:16:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/request_id.rb:22:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/methodoverride.rb:21:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/runtime.rb:17:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/cache/strategy/local_cache.rb:72:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/lock.rb:15:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/static.rb:62:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/engine.rb:479:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/application.rb:223:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/content_length.rb:14:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/rack/log_tailer.rb:17:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (3.5ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (4.4ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (/Users/kevin/flms/app/views/flms/blocks/_form.html.haml:31: syntax error, unexpected keyword_ensure, expecting $end): 28:       29: = link_to 'Back', pages_path actionpack (3.2.12) lib/action_view/template.rb:297:in `module_eval' actionpack (3.2.12) lib/action_view/template.rb:297:in `compile' actionpack (3.2.12) lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' actionpack (3.2.12) lib/action_view/template.rb:232:in `compile!' actionpack (3.2.12) lib/action_view/template.rb:144:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.12) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.0) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /Users/kevin/flms/app/views/flms/blocks/new.html.haml:2:in `___sers_kevin_flms_app_views_flms_blocks_new_html_haml___1540990885764409730_70095590027980' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__2699573458895281038__process_action__4477673131695766085__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3650074350033052968__call__956047729928294313__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.8ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-07 18:06:47 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (5.6ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (6.6ms) Completed 200 OK in 18ms (Views: 15.9ms | ActiveRecord: 0.7ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 18:06:47 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (7ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 18:06:47 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 18:06:47 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 18:06:47 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 18:06:47 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 18:06:47 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 18:06:47 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 18:06:47 -0800 Served asset /flms/flms.css - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 18:06:47 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 18:06:47 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 18:06:47 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 18:06:47 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 18:06:47 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 18:06:47 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 18:06:47 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 18:06:47 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 18:06:47 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 18:06:47 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 18:06:47 -0800 Served asset /flms/flms.js - 304 Not Modified (1ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-07 18:07:10 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 ERROR: compiling ___sers_kevin_flms_app_views_flms_blocks__form_html_haml__3251586166191213763_70095555503280 RAISED /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:31: syntax error, unexpected keyword_ensure, expecting $end Function body: def ___sers_kevin_flms_app_views_flms_blocks__form_html_haml__3251586166191213763_70095555503280(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "flms/blocks/_form";_old_output_buffer = @output_buffer;caption = local_assigns[:caption];form = local_assigns[:form];;begin;extend Haml::Helpers;_hamlout = @haml_buffer = Haml::Buffer.new(haml_buffer, {:autoclose=>["meta", "img", "link", "br", "hr", "input", "area", "param", "col", "base"], :preserve=>["textarea", "pre", "code"], :attr_wrapper=>"'", :ugly=>false, :format=>:html5, :encoding=>"UTF-8", :escape_html=>true, :escape_attrs=>true, :hyphenate_data_attrs=>true, :cdata=>false});_erbout = _hamlout.buffer;@output_buffer = output_buffer ||= ActionView::OutputBuffer.new rescue nil;;haml_temp = form_for [@page, @block], html: {class: 'form-horizontal'} do |f| _hamlout.push_text("
\n #{_hamlout.adjust_tabs(2); _hamlout.format_script_false_true_false_true_false_true_false((caption ));}\n
\n", -1, false); if @block.errors.any? _hamlout.push_text("
\n

#{_hamlout.adjust_tabs(2); _hamlout.format_script_false_true_false_true_false_true_false(("#{pluralize(@block.errors.count, "error")} prohibited this block from being saved:" ));}

\n
    \n", 1, false); @block.errors.full_messages.each do |msg| _hamlout.push_text("
  • #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((msg ));}
  • \n", 0, false);end;_hamlout.push_text("
\n
\n", -2, false);end;_hamlout.push_text("
\n Type\n
\n ", 2, false); haml_temp = radio_button_tag 'block_type', 'image' _hamlout.push_text(" Image\n", 0, false);end;_hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_false(haml_temp);_hamlout.push_text("\n
\n
\n
\n #{_hamlout.adjust_tabs(-1); _hamlout.format_script_false_false_false_true_false_true_false(( f.label :name, class: 'control-label' ));}\n
\n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( f.text_field :name, autofocus: true ));}\n The internal name of this block.\n
\n
\n
\n
\n
\n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( f.submit class: 'btn btn-primary' ));}\n      \n #{ _hamlout.format_script_false_false_false_true_false_true_false(( link_to 'Back', pages_path ));}\n
\n
\n
\n", -3, false);end;_hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_false(haml_temp);_hamlout.push_text("\n", 0, false);::Haml::Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.upper if @haml_buffer;end; ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:297:in `module_eval' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:297:in `compile' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:232:in `compile!' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:144:in `block in render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:125:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:143:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/partial_renderer.rb:238:in `block in render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:123:in `block in instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:123:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/partial_renderer.rb:237:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/renderer.rb:41:in `render_partial' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/renderer.rb:15:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/helpers/rendering_helper.rb:24:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/haml-4.0.0/lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/haml-4.0.0/lib/haml/helpers.rb:89:in `non_haml' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/haml-4.0.0/lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /Users/kevin/flms/app/views/flms/blocks/new.html.haml:2:in `___sers_kevin_flms_app_views_flms_blocks_new_html_haml___1540990885764409730_70095590027980' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:145:in `block in render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:125:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:143:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:123:in `block in instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:123:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/template_renderer.rb:45:in `render_template' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/template_renderer.rb:18:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/renderer.rb:36:in `render_template' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/renderer.rb:17:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/rendering.rb:110:in `_render_template' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/streaming.rb:225:in `_render_template' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/rendering.rb:103:in `render_to_body' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/renderers.rb:28:in `render_to_body' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/rendering.rb:88:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/rendering.rb:16:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/core_ext/benchmark.rb:5:in `ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:40:in `block in render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activerecord-3.2.12/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/implicit_render.rb:10:in `default_render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/implicit_render.rb:5:in `send_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/base.rb:167:in `process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/rendering.rb:10:in `process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:414:in `_run__2699573458895281038__process_action__4477673131695766085__callbacks' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/callbacks.rb:17:in `process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/rescue.rb:29:in `process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:123:in `block in instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:123:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:29:in `process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activerecord-3.2.12/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/base.rb:121:in `process' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/rendering.rb:45:in `process' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal.rb:203:in `dispatch' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal.rb:246:in `block in action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/routing/route_set.rb:73:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/routing/route_set.rb:36:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/routing/route_set.rb:601:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/engine.rb:479:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/routing/route_set.rb:601:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/warden-1.2.1/lib/warden/manager.rb:35:in `block in call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/warden-1.2.1/lib/warden/manager.rb:34:in `catch' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/warden-1.2.1/lib/warden/manager.rb:34:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/etag.rb:23:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/conditionalget.rb:25:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/head.rb:14:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/params_parser.rb:21:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/flash.rb:242:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:210:in `context' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:205:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/cookies.rb:341:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activerecord-3.2.12/lib/active_record/query_cache.rb:64:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activerecord-3.2.12/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:405:in `_run__3650074350033052968__call__956047729928294313__callbacks' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/reloader.rb:65:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/rack/logger.rb:32:in `call_app' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/rack/logger.rb:16:in `block in call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/tagged_logging.rb:22:in `tagged' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/rack/logger.rb:16:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/request_id.rb:22:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/methodoverride.rb:21:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/runtime.rb:17:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/cache/strategy/local_cache.rb:72:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/lock.rb:15:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/static.rb:62:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/engine.rb:479:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/application.rb:223:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/content_length.rb:14:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/rack/log_tailer.rb:17:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (3.6ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (4.5ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (/Users/kevin/flms/app/views/flms/blocks/_form.html.haml:31: syntax error, unexpected keyword_ensure, expecting $end): 28:       29: = link_to 'Back', pages_path actionpack (3.2.12) lib/action_view/template.rb:297:in `module_eval' actionpack (3.2.12) lib/action_view/template.rb:297:in `compile' actionpack (3.2.12) lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' actionpack (3.2.12) lib/action_view/template.rb:232:in `compile!' actionpack (3.2.12) lib/action_view/template.rb:144:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.12) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.0) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /Users/kevin/flms/app/views/flms/blocks/new.html.haml:2:in `___sers_kevin_flms_app_views_flms_blocks_new_html_haml___1540990885764409730_70095590027980' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__2699573458895281038__process_action__4477673131695766085__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3650074350033052968__call__956047729928294313__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.7ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-07 18:07:17 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (5.1ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (6.2ms) Completed 200 OK in 59ms (Views: 56.4ms | ActiveRecord: 0.7ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 18:07:17 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (1ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 18:07:17 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 18:07:17 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 18:07:17 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 18:07:17 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 18:07:17 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 18:07:17 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (3ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 18:07:17 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 18:07:17 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 18:07:17 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 18:07:17 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 18:07:17 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 18:07:17 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 18:07:17 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 18:07:17 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 18:07:17 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 18:07:17 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 18:07:17 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 18:07:17 -0800 Served asset /flms/flms.js - 304 Not Modified (1ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-07 18:07:31 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 ERROR: compiling ___sers_kevin_flms_app_views_flms_blocks__form_html_haml__3251586166191213763_70095598702640 RAISED /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:17: syntax error, unexpected ')' ));}\n", 0, false);end;_hamlou... ^ /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:17: syntax error, unexpected $undefined, expecting keyword_end ...aml_temp);_hamlout.push_text("\n \n\n
\n
\n
\... ... ^ /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:17: syntax error, unexpected keyword_class, expecting keyword_do or '{' or '(' ..."\n
\n\n
\n #{_hamlo... ... ^ /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:17: syntax error, unexpected $undefined ...>\n
\n #{_hamlout.adjust_tabs(-1)... ... ^ /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:20: syntax error, unexpected '}', expecting keyword_end ));}\n
\n #{_hamlout.adjust_tabs(1); ^ /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:20: syntax error, unexpected keyword_class, expecting keyword_do or '{' or '(' ));}\n
\n #{_hamlout.adjust_tabs(1); ^ /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:20: syntax error, unexpected $undefined ));}\n
\n #{_hamlout.adjust_tabs(1); ^ /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:22: syntax error, unexpected '}', expecting keyword_end ));}\n The internal n... ^ /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:22: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' ...lass='help-inline'>The internal name of this block.\n... ... ^ /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:22: syntax error, unexpected $undefined ...nal name of this block.\n
\n
\n
\n
\n
\n
\... ... ^ /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:22: syntax error, unexpected keyword_class, expecting keyword_do or '{' or '(' ...>\n
\n
\n
\n
\n
\n
\n ... ... ^ /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:22: syntax error, unexpected keyword_class, expecting keyword_do or '{' or '(' ...='control-group'>\n
\n
\n
\n
\n ... ... ^ /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:22: syntax error, unexpected keyword_class, expecting keyword_do or '{' or '(' ...ass='controls'>\n
\n #{_hamlout... ... ^ /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:22: syntax error, unexpected $undefined ...s'>\n
\n #{_hamlout.adjust_tabs... ... ^ /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:28: syntax error, unexpected '}', expecting keyword_end ));}\n      \n #{ ^ /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:28: syntax error, unexpected tAMPER, expecting keyword_end ));}\n      \n #{ ^ /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:28: syntax error, unexpected tAMPER, expecting keyword_end ));}\n      \n #{ ^ /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:28: syntax error, unexpected $undefined, expecting keyword_end ));}\n      \n #{ ^ /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:30: syntax error, unexpected '}', expecting keyword_end ));}\n
\n
\n\n
\n
\n", -3, false);end;_h... ^ /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:30: unterminated regexp meets end of file /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:30: syntax error, unexpected $end, expecting keyword_end Function body: def ___sers_kevin_flms_app_views_flms_blocks__form_html_haml__3251586166191213763_70095598702640(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "flms/blocks/_form";_old_output_buffer = @output_buffer;caption = local_assigns[:caption];form = local_assigns[:form];;begin;extend Haml::Helpers;_hamlout = @haml_buffer = Haml::Buffer.new(haml_buffer, {:autoclose=>["meta", "img", "link", "br", "hr", "input", "area", "param", "col", "base"], :preserve=>["textarea", "pre", "code"], :attr_wrapper=>"'", :ugly=>false, :format=>:html5, :encoding=>"UTF-8", :escape_html=>true, :escape_attrs=>true, :hyphenate_data_attrs=>true, :cdata=>false});_erbout = _hamlout.buffer;@output_buffer = output_buffer ||= ActionView::OutputBuffer.new rescue nil;;haml_temp = form_for [@page, @block], html: {class: 'form-horizontal'} do |f| _hamlout.push_text("
\n #{_hamlout.adjust_tabs(2); _hamlout.format_script_false_true_false_true_false_true_false((caption ));}\n
\n", -1, false); if @block.errors.any? _hamlout.push_text("
\n

#{_hamlout.adjust_tabs(2); _hamlout.format_script_false_true_false_true_false_true_false(("#{pluralize(@block.errors.count, "error")} prohibited this block from being saved:" ));}

\n
    \n", 1, false); @block.errors.full_messages.each do |msg| _hamlout.push_text("
  • #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((msg ));}
  • \n", 0, false);end;_hamlout.push_text("
\n
\n", -2, false);end;_hamlout.push_text("
\n Type\n
\n ", 2, false); haml_temp = label_tag 'Image' do _hamlout.push_text(" #{_hamlout.format_script_false_false_false_true_false_true_false(( radio_button_tag 'block_type', 'image' do ));}\n", 0, false);end;_hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_false(haml_temp);_hamlout.push_text("\n
\n
\n
\n #{_hamlout.adjust_tabs(-1); _hamlout.format_script_false_false_false_true_false_true_false(( f.label :name, class: 'control-label' ));}\n
\n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( f.text_field :name, autofocus: true ));}\n The internal name of this block.\n
\n
\n
\n
\n
\n #{_hamlout.adjust_tabs(1); _hamlout.format_script_false_false_false_true_false_true_false(( f.submit class: 'btn btn-primary' ));}\n      \n #{ _hamlout.format_script_false_false_false_true_false_true_false(( link_to 'Back', pages_path ));}\n
\n
\n
\n", -3, false);end;_hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_false(haml_temp);_hamlout.push_text("\n", 0, false);::Haml::Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.upper if @haml_buffer;end; ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:297:in `module_eval' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:297:in `compile' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:232:in `compile!' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:144:in `block in render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:125:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:143:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/partial_renderer.rb:238:in `block in render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:123:in `block in instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:123:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/partial_renderer.rb:237:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/renderer.rb:41:in `render_partial' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/renderer.rb:15:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/helpers/rendering_helper.rb:24:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/haml-4.0.0/lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/haml-4.0.0/lib/haml/helpers.rb:89:in `non_haml' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/haml-4.0.0/lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /Users/kevin/flms/app/views/flms/blocks/new.html.haml:2:in `___sers_kevin_flms_app_views_flms_blocks_new_html_haml___1540990885764409730_70095590027980' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:145:in `block in render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:125:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/template.rb:143:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:123:in `block in instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:123:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/template_renderer.rb:45:in `render_template' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/template_renderer.rb:18:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/renderer.rb:36:in `render_template' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_view/renderer/renderer.rb:17:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/rendering.rb:110:in `_render_template' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/streaming.rb:225:in `_render_template' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/rendering.rb:103:in `render_to_body' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/renderers.rb:28:in `render_to_body' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/rendering.rb:88:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/rendering.rb:16:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/core_ext/benchmark.rb:5:in `ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:40:in `block in render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activerecord-3.2.12/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/implicit_render.rb:10:in `default_render' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/implicit_render.rb:5:in `send_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/base.rb:167:in `process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/rendering.rb:10:in `process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:414:in `_run__2699573458895281038__process_action__4477673131695766085__callbacks' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/callbacks.rb:17:in `process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/rescue.rb:29:in `process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:123:in `block in instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/notifications.rb:123:in `instrument' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/instrumentation.rb:29:in `process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activerecord-3.2.12/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/base.rb:121:in `process' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/abstract_controller/rendering.rb:45:in `process' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal.rb:203:in `dispatch' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_controller/metal.rb:246:in `block in action' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/routing/route_set.rb:73:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/routing/route_set.rb:36:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/routing/route_set.rb:601:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/engine.rb:479:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/routing/route_set.rb:601:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/warden-1.2.1/lib/warden/manager.rb:35:in `block in call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/warden-1.2.1/lib/warden/manager.rb:34:in `catch' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/warden-1.2.1/lib/warden/manager.rb:34:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/etag.rb:23:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/conditionalget.rb:25:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/head.rb:14:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/params_parser.rb:21:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/flash.rb:242:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:210:in `context' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:205:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/cookies.rb:341:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activerecord-3.2.12/lib/active_record/query_cache.rb:64:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activerecord-3.2.12/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:405:in `_run__3650074350033052968__call__956047729928294313__callbacks' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/reloader.rb:65:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/rack/logger.rb:32:in `call_app' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/rack/logger.rb:16:in `block in call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/tagged_logging.rb:22:in `tagged' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/rack/logger.rb:16:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/request_id.rb:22:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/methodoverride.rb:21:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/runtime.rb:17:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/active_support/cache/strategy/local_cache.rb:72:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/lock.rb:15:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/static.rb:62:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/engine.rb:479:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/application.rb:223:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/content_length.rb:14:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/railties-3.2.12/lib/rails/rack/log_tailer.rb:17:in `call' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/rack-1.4.5/lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (3.6ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (4.5ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (/Users/kevin/flms/app/views/flms/blocks/_form.html.haml:17: syntax error, unexpected ')' ));}\n", 0, false);end;_hamlou... ^ /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:17: syntax error, unexpected $undefined, expecting keyword_end ...aml_temp);_hamlout.push_text("\n
\n
\n
\n
\n
\... ... ^ /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:17: syntax error, unexpected keyword_class, expecting keyword_do or '{' or '(' ..."\n
\n
\n
\n #{_hamlo... ... ^ /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:17: syntax error, unexpected $undefined ...>\n
\n #{_hamlout.adjust_tabs(-1)... ... ^ /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:20: syntax error, unexpected '}', expecting keyword_end ));}\n
\n #{_hamlout.adjust_tabs(1); ^ /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:20: syntax error, unexpected keyword_class, expecting keyword_do or '{' or '(' ));}\n
\n #{_hamlout.adjust_tabs(1); ^ /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:20: syntax error, unexpected $undefined ));}\n
\n #{_hamlout.adjust_tabs(1); ^ /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:22: syntax error, unexpected '}', expecting keyword_end ));}\n The internal n... ^ /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:22: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' ...lass='help-inline'>The internal name of this block.\n... ... ^ /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:22: syntax error, unexpected $undefined ...nal name of this block.\n
\n
\n
\n
\n
\n
\... ... ^ /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:22: syntax error, unexpected keyword_class, expecting keyword_do or '{' or '(' ...>\n
\n
\n
\n
\n
\n
\n ... ... ^ /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:22: syntax error, unexpected keyword_class, expecting keyword_do or '{' or '(' ...='control-group'>\n
\n
\n
\n
\n ... ... ^ /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:22: syntax error, unexpected keyword_class, expecting keyword_do or '{' or '(' ...ass='controls'>\n
\n #{_hamlout... ... ^ /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:22: syntax error, unexpected $undefined ...s'>\n
\n #{_hamlout.adjust_tabs... ... ^ /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:28: syntax error, unexpected '}', expecting keyword_end ));}\n      \n #{ ^ /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:28: syntax error, unexpected tAMPER, expecting keyword_end ));}\n      \n #{ ^ /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:28: syntax error, unexpected tAMPER, expecting keyword_end ));}\n      \n #{ ^ /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:28: syntax error, unexpected $undefined, expecting keyword_end ));}\n      \n #{ ^ /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:30: syntax error, unexpected '}', expecting keyword_end ));}\n
\n
\n\n
\n
\n", -3, false);end;_h... ^ /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:30: unterminated regexp meets end of file /Users/kevin/flms/app/views/flms/blocks/_form.html.haml:30: syntax error, unexpected $end, expecting keyword_end): 14: .controls 15: = label_tag 'Image' do 16: = radio_button_tag 'block_type', 'image' do 17: 18: .control-group 19: = f.label :name, class: 'control-label' 20: .controls actionpack (3.2.12) lib/action_view/template.rb:297:in `module_eval' actionpack (3.2.12) lib/action_view/template.rb:297:in `compile' actionpack (3.2.12) lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' actionpack (3.2.12) lib/action_view/template.rb:232:in `compile!' actionpack (3.2.12) lib/action_view/template.rb:144:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.12) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.0) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /Users/kevin/flms/app/views/flms/blocks/new.html.haml:2:in `___sers_kevin_flms_app_views_flms_blocks_new_html_haml___1540990885764409730_70095590027980' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__2699573458895281038__process_action__4477673131695766085__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3650074350033052968__call__956047729928294313__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.3ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-07 18:07:36 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (5.9ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (7.1ms) Completed 200 OK in 18ms (Views: 16.0ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 18:07:36 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 18:07:36 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 18:07:36 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 18:07:36 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 18:07:36 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 18:07:36 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 18:07:36 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 18:07:36 -0800 Served asset /flms/flms.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 18:07:36 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 18:07:36 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 18:07:36 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 18:07:36 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 18:07:36 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 18:07:36 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 18:07:36 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 18:07:36 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 18:07:36 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 18:07:36 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 18:07:36 -0800 Served asset /flms/flms.js - 304 Not Modified (1ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-07 18:07:56 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (5.3ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (6.3ms) Completed 200 OK in 21ms (Views: 18.0ms | ActiveRecord: 0.8ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 18:07:56 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 18:07:56 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 18:07:56 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 18:07:56 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 18:07:56 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 18:07:56 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 18:07:56 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 18:07:56 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 18:07:56 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 18:07:56 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 18:07:56 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 18:07:56 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 18:07:56 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 18:07:56 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 18:07:56 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 18:07:56 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 18:07:56 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 18:07:56 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 18:07:56 -0800 Served asset /flms/flms.js - 304 Not Modified (1ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-07 18:08:26 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (5.1ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (6.2ms) Completed 200 OK in 18ms (Views: 15.7ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 18:08:26 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 18:08:26 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 18:08:26 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 18:08:26 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 18:08:26 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 18:08:26 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 18:08:26 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 18:08:26 -0800 Served asset /flms/flms.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 18:08:26 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 18:08:26 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 18:08:26 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 18:08:26 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 18:08:26 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 18:08:26 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 18:08:26 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 18:08:26 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 18:08:26 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 18:08:26 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 18:08:26 -0800 Served asset /flms/flms.js - 304 Not Modified (1ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-07 18:08:37 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (5.4ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (6.4ms) Completed 200 OK in 17ms (Views: 15.6ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 18:08:37 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 18:08:37 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 18:08:37 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 18:08:37 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 18:08:37 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 18:08:37 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 18:08:37 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (2ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 18:08:37 -0800 Served asset /flms/flms.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 18:08:37 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 18:08:37 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 18:08:37 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 18:08:37 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 18:08:37 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 18:08:37 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 18:08:37 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 18:08:37 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 18:08:37 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 18:08:37 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 18:08:37 -0800 Served asset /flms/flms.js - 304 Not Modified (1ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-07 18:08:45 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.6ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (2.1ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (3.1ms) Completed 200 OK in 56ms (Views: 52.9ms | ActiveRecord: 0.9ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 18:08:45 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (2ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 18:08:45 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 18:08:45 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 18:08:45 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 18:08:45 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 18:08:45 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 18:08:45 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 18:08:45 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 18:08:45 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 18:08:45 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 18:08:45 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 18:08:45 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 18:08:45 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 18:08:45 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 18:08:45 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 18:08:45 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 18:08:45 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 18:08:45 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 18:08:45 -0800 Served asset /flms/flms.js - 304 Not Modified (2ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-07 18:10:04 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (5.5ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (6.5ms) Completed 200 OK in 17ms (Views: 15.6ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-07 18:10:04 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-07 18:10:04 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-07 18:10:04 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-07 18:10:04 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-07 18:10:04 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-07 18:10:04 -0800 Served asset /jquery-ui.css - 304 Not Modified (2ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-07 18:10:04 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (1ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-07 18:10:04 -0800 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-07 18:10:04 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-07 18:10:04 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-07 18:10:04 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-07 18:10:04 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-07 18:10:04 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-07 18:10:04 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-07 18:10:04 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-07 18:10:04 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-07 18:10:05 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-07 18:10:05 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-07 18:10:05 -0800 Served asset /flms/flms.js - 304 Not Modified (1ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-08 10:52:26 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (2.2ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (3.2ms) Completed 200 OK in 18ms (Views: 16.0ms | ActiveRecord: 0.7ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-08 10:52:26 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (1ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-08 10:52:26 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-08 10:52:26 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-08 10:52:26 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-08 10:52:26 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-08 10:52:26 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-08 10:52:26 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-08 10:52:26 -0800 Served asset /jquery-ui.css - 304 Not Modified (2ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-08 10:52:26 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-08 10:52:26 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-08 10:52:26 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (2ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-08 10:52:26 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-08 10:52:26 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-08 10:52:26 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-08 10:52:26 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-08 10:52:26 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (1ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-08 10:52:26 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-08 10:52:26 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-08 10:52:26 -0800 Served asset /flms/flms.js - 304 Not Modified (1ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-08 11:04:50 -0800 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (2.1ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (3.1ms) Completed 200 OK in 14ms (Views: 12.5ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-08 11:04:50 -0800 Served asset /flms/blocks/index.css - 304 Not Modified (2ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-08 11:04:50 -0800 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-08 11:04:50 -0800 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-08 11:04:50 -0800 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-08 11:04:51 -0800 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-08 11:04:51 -0800 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-08 11:04:51 -0800 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-08 11:04:51 -0800 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-08 11:04:51 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-08 11:04:51 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-08 11:04:51 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-08 11:04:51 -0800 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-08 11:04:51 -0800 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-08 11:04:51 -0800 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-08 11:04:51 -0800 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-08 11:04:51 -0800 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-08 11:04:51 -0800 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-08 11:04:51 -0800 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-08 11:04:51 -0800 Served asset /flms/flms.js - 304 Not Modified (2ms) Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-11 10:47:57 -0700 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::User Load (0.7ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.6ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'one' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (4.3ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (6.8ms) Completed 200 OK in 112ms (Views: 106.8ms | ActiveRecord: 1.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 10:47:57 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (5ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 10:47:57 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 10:47:57 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 10:47:57 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 10:47:57 -0700 Served asset /flms/flms.css - 304 Not Modified (3ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 10:47:57 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 10:47:57 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 10:47:57 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 10:47:57 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 10:47:57 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 10:47:57 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 10:47:57 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 10:47:57 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 10:47:57 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 10:47:57 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 10:47:57 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 10:47:57 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 10:47:57 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 10:47:57 -0700 Served asset /flms/flms.js - 304 Not Modified (1ms) Started GET "/assets/img/glyphicons-halflings.png" for 127.0.0.1 at 2013-03-11 10:47:57 -0700 Served asset /img/glyphicons-halflings.png - 304 Not Modified (0ms) Started GET "/assets/img/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-03-11 10:47:57 -0700 Served asset /img/glyphicons-halflings-white.png - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/flms/pages/one/blocks/new" for 127.0.0.1 at 2013-03-11 17:53:51 -0700 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"one"} Flms::User Load (1.8ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Completed 401 Unauthorized in 60ms Started GET "/" for 127.0.0.1 at 2013-03-11 17:53:51 -0700 Processing by HomeController#index as HTML Rendered home/index.html.haml (2.4ms) Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-03-11 17:53:52 -0700 Processing by HomeController#index as HTML Rendered home/index.html.haml (0.1ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2013-03-11 17:53:56 -0700 ActionController::RoutingError (No route matches [GET] "/login"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/flms/login" for 127.0.0.1 at 2013-03-11 17:54:01 -0700 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (2.7ms) Compiled flms/blocks/index.css (255ms) (pid 2169) Compiled flms/bootstrap.css (1ms) (pid 2169) Compiled flms/home.css (2ms) (pid 2169) Compiled flms/layout.css (2ms) (pid 2169) Compiled flms/login.css (3ms) (pid 2169) Compiled jquery-ui.css (0ms) (pid 2169) Compiled bootstrapSwitch.css (0ms) (pid 2169) Compiled flms/flms.css (289ms) (pid 2169) Compiled jquery.js (34ms) (pid 2169) Compiled jquery_ujs.js (0ms) (pid 2169) Compiled jquery-ui.js (6ms) (pid 2169) Compiled modularity/modularity.js (248ms) (pid 2169) Compiled flms/blocks/index/block.js (121ms) (pid 2169) Compiled flms/blocks/index/block_list.js (122ms) (pid 2169) Compiled flms/blocks/index/index.js (131ms) (pid 2169) Compiled flms/bootstrap.js (0ms) (pid 2169) Compiled flms/layout.js (159ms) (pid 2169) Compiled bootstrapSwitch.js (0ms) (pid 2169) Compiled flms/flms.js (908ms) (pid 2169) Completed 200 OK in 1294ms (Views: 1293.2ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:02 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (3ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:02 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (8ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:02 -0700 Served asset /flms/home.css - 304 Not Modified (3ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:03 -0700 Served asset /flms/login.css - 304 Not Modified (2ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:03 -0700 Served asset /flms/layout.css - 304 Not Modified (3ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:03 -0700 Served asset /jquery-ui.css - 304 Not Modified (3ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:03 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (3ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:03 -0700 Served asset /flms/flms.css - 304 Not Modified (11ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:03 -0700 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:03 -0700 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:03 -0700 Served asset /jquery-ui.js - 304 Not Modified (45ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:03 -0700 Served asset /modularity/modularity.js - 304 Not Modified (4ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:03 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (3ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:03 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:03 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:03 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (2ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:03 -0700 Served asset /flms/layout.js - 304 Not Modified (2ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:03 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (2ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:03 -0700 Served asset /flms/flms.js - 304 Not Modified (11ms) Started POST "/flms/login" for 127.0.0.1 at 2013-03-11 17:54:08 -0700 Processing by Flms::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"kevin.goslar@originate.com", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Sign in"} Flms::User Load (0.6ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."email" = 'kevin.goslar@originate.com' LIMIT 1 Completed 401 Unauthorized in 3ms Processing by Flms::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"kevin.goslar@originate.com", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Sign in"} Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (1.2ms) Completed 200 OK in 9ms (Views: 9.2ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:08 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:08 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:08 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:08 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:08 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:08 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:08 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:08 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:08 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:08 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:08 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:08 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:08 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:08 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:08 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:08 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:08 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:08 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:08 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/login" for 127.0.0.1 at 2013-03-11 17:54:12 -0700 Processing by Flms::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"kevin.goslar@originate.com", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Sign in"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."email" = 'kevin.goslar@originate.com' LIMIT 1 Completed 401 Unauthorized in 1ms Processing by Flms::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"kevin.goslar@originate.com", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Sign in"} Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (0.9ms) Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:12 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:12 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:12 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:12 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:12 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:12 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:12 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:12 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:12 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:12 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:12 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:12 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:12 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:12 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:12 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:12 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:12 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:12 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:12 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/login" for 127.0.0.1 at 2013-03-11 17:54:20 -0700 Processing by Flms::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"kevin.goslar@originate.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."email" = 'kevin.goslar@originate.com' LIMIT 1 Completed 401 Unauthorized in 1ms Processing by Flms::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"kevin.goslar@originate.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (1.0ms) Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:20 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:20 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:20 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:20 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:20 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:20 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:20 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:20 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:20 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:20 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:20 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:20 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:20 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:20 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:20 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:20 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:20 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:20 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:20 -0700 Served asset /flms/flms.js - 304 Not Modified (1ms) Started POST "/flms/login" for 127.0.0.1 at 2013-03-11 17:54:25 -0700 Processing by Flms::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"kevin.goslar@originate.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."email" = 'kevin.goslar@originate.com' LIMIT 1 Completed 401 Unauthorized in 1ms Processing by Flms::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"kevin.goslar@originate.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (1.0ms) Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:25 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:25 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:25 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:25 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:25 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:25 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:25 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:25 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:25 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:25 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:25 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:25 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:25 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:25 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:25 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:25 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:25 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:25 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:25 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/login" for 127.0.0.1 at 2013-03-11 17:54:33 -0700 Processing by Flms::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"kevin.goslar@originate.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."email" = 'kevin.goslar@originate.com' LIMIT 1 Completed 401 Unauthorized in 1ms Processing by Flms::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"kevin.goslar@originate.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (1.0ms) Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:33 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:33 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:33 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:33 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:33 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:33 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:33 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 17:54:33 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:33 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:33 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:33 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:33 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:33 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:33 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:33 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:33 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:33 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:33 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 17:54:33 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/login" for 127.0.0.1 at 2013-03-11 17:57:54 -0700 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (1.3ms) Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 17:57:54 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 17:57:54 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 17:57:54 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 17:57:54 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 17:57:54 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 17:57:54 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 17:57:54 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 17:57:54 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 17:57:54 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 17:57:54 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 17:57:54 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 17:57:54 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 17:57:54 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 17:57:54 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 17:57:54 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 17:57:54 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 17:57:54 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 17:57:54 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 17:57:54 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/login" for 127.0.0.1 at 2013-03-11 17:58:10 -0700 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (1.0ms) Compiled flms/login.css (11ms) (pid 2169) Compiled flms/flms.css (4ms) (pid 2169) Completed 200 OK in 84ms (Views: 83.9ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 17:58:10 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 17:58:10 -0700 Served asset /flms/login.css - 200 OK (7ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 17:58:10 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 17:58:10 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 17:58:10 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 17:58:10 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 17:58:10 -0700 Served asset /flms/flms.css - 304 Not Modified (15ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 17:58:10 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 17:58:10 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 17:58:10 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 17:58:10 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 17:58:10 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 17:58:10 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 17:58:10 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 17:58:10 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 17:58:10 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 17:58:10 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 17:58:10 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 17:58:10 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/login" for 127.0.0.1 at 2013-03-11 17:58:21 -0700 Processing by Flms::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"kevin.goslar@originate.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."email" = 'kevin.goslar@originate.com' LIMIT 1 Completed 401 Unauthorized in 1ms Processing by Flms::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"kevin.goslar@originate.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (1.0ms) Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 17:58:21 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 17:58:21 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 17:58:21 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 17:58:21 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 17:58:21 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 17:58:21 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 17:58:21 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 17:58:21 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 17:58:21 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 17:58:21 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 17:58:21 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 17:58:21 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 17:58:21 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 17:58:21 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 17:58:21 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 17:58:21 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 17:58:21 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 17:58:21 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 17:58:21 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/login" for 127.0.0.1 at 2013-03-11 17:59:47 -0700 Processing by Flms::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Completed 401 Unauthorized in 0ms Processing by Flms::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (1.0ms) Compiled flms/login.css (9ms) (pid 2169) Compiled flms/flms.css (3ms) (pid 2169) Completed 200 OK in 78ms (Views: 77.7ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 17:59:48 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 17:59:48 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 17:59:48 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 17:59:48 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 17:59:48 -0700 Served asset /flms/login.css - 200 OK (2ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 17:59:48 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 17:59:48 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 17:59:48 -0700 Served asset /flms/flms.css - 304 Not Modified (11ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 17:59:48 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 17:59:48 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 17:59:48 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 17:59:48 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 17:59:48 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 17:59:48 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 17:59:48 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 17:59:48 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 17:59:48 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 17:59:48 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 17:59:48 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/login" for 127.0.0.1 at 2013-03-11 18:00:24 -0700 Processing by Flms::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Completed 401 Unauthorized in 0ms Processing by Flms::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (1.0ms) Compiled flms/login.css (9ms) (pid 2169) Compiled flms/flms.css (4ms) (pid 2169) Completed 200 OK in 80ms (Views: 79.8ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:00:24 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:00:24 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:00:24 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 18:00:24 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:00:24 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:00:24 -0700 Served asset /flms/login.css - 200 OK (4ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:00:24 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:00:24 -0700 Served asset /flms/flms.css - 304 Not Modified (13ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:00:24 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:00:24 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:00:24 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:00:24 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:00:24 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:00:24 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:00:24 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:00:24 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:00:24 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:00:24 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:00:24 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started POST "/flms/login" for 127.0.0.1 at 2013-03-11 18:00:39 -0700 Processing by Flms::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Completed 401 Unauthorized in 0ms Processing by Flms::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (1.0ms) Compiled flms/login.css (10ms) (pid 2169) Compiled flms/flms.css (3ms) (pid 2169) Completed 200 OK in 78ms (Views: 77.5ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:00:39 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 18:00:39 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:00:39 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:00:39 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:00:39 -0700 Served asset /flms/login.css - 200 OK (2ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:00:39 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:00:39 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:00:39 -0700 Served asset /flms/flms.css - 304 Not Modified (13ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:00:39 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:00:39 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:00:39 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:00:39 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:00:39 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:00:39 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:00:39 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:00:39 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:00:39 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:00:39 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:00:39 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/login" for 127.0.0.1 at 2013-03-11 18:00:54 -0700 Processing by Flms::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Completed 401 Unauthorized in 0ms Processing by Flms::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (1.1ms) Completed 200 OK in 11ms (Views: 11.3ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:00:54 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:00:54 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 18:00:54 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:00:54 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:00:54 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:00:54 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:00:54 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:00:54 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:00:54 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:00:54 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:00:54 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:00:54 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:00:54 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:00:54 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:00:54 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:00:54 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:00:54 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:00:54 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:00:54 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/login" for 127.0.0.1 at 2013-03-11 18:01:03 -0700 Processing by Flms::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Completed 401 Unauthorized in 0ms Processing by Flms::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (1.0ms) Completed 200 OK in 11ms (Views: 10.9ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:03 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:03 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:03 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:03 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:03 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:03 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:03 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:03 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:03 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:03 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:03 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:03 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:03 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:03 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:03 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:03 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:03 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:03 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:03 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/login" for 127.0.0.1 at 2013-03-11 18:01:09 -0700 Processing by Flms::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Completed 401 Unauthorized in 0ms Processing by Flms::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (1.0ms) Compiled flms/login.css (9ms) (pid 2169) Compiled flms/flms.css (4ms) (pid 2169) Completed 200 OK in 39ms (Views: 39.3ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:09 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:09 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:09 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:09 -0700 Served asset /flms/login.css - 200 OK (2ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:09 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:09 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:09 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:09 -0700 Served asset /flms/flms.css - 304 Not Modified (11ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:09 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:09 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:09 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:09 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:09 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:09 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:09 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:09 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:09 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:09 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:09 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/login" for 127.0.0.1 at 2013-03-11 18:01:13 -0700 Processing by Flms::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Completed 401 Unauthorized in 0ms Processing by Flms::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (1.0ms) Compiled flms/login.css (9ms) (pid 2169) Compiled flms/flms.css (3ms) (pid 2169) Completed 200 OK in 39ms (Views: 39.1ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:13 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:13 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:13 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:13 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:13 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:13 -0700 Served asset /flms/login.css - 200 OK (2ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:13 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:13 -0700 Served asset /flms/flms.css - 304 Not Modified (11ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:13 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:13 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:13 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:13 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:13 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:13 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:13 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:13 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:13 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:13 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:13 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/login" for 127.0.0.1 at 2013-03-11 18:01:22 -0700 Processing by Flms::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Completed 401 Unauthorized in 0ms Processing by Flms::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (0.9ms) Compiled flms/login.css (45ms) (pid 2169) Compiled flms/flms.css (3ms) (pid 2169) Completed 200 OK in 75ms (Views: 74.8ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:22 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:22 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:22 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:22 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:22 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:22 -0700 Served asset /flms/login.css - 200 OK (2ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:22 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:22 -0700 Served asset /flms/flms.css - 304 Not Modified (9ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:22 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:22 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:22 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:22 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:22 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:22 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:22 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:22 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:22 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:22 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:22 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/login" for 127.0.0.1 at 2013-03-11 18:01:26 -0700 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (1.7ms) Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:26 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:26 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:26 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:26 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:26 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:26 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:26 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:26 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:26 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:26 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:26 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:26 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:26 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:26 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:26 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:26 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:26 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:26 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:26 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/login" for 127.0.0.1 at 2013-03-11 18:01:33 -0700 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (43.5ms) Completed 200 OK in 52ms (Views: 51.4ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:33 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:33 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:33 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:33 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:33 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:33 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:33 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:33 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:33 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:33 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:33 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:33 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:33 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:33 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:33 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:33 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:33 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:33 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:33 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/login" for 127.0.0.1 at 2013-03-11 18:01:39 -0700 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (1.0ms) Compiled flms/login.css (10ms) (pid 2169) Compiled flms/flms.css (3ms) (pid 2169) Completed 200 OK in 40ms (Views: 39.9ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:39 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:39 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:39 -0700 Served asset /flms/login.css - 200 OK (3ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:39 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:39 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:39 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:39 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:39 -0700 Served asset /flms/flms.css - 304 Not Modified (48ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:39 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:39 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:39 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:39 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:39 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:39 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:39 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:39 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:39 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:40 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:40 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/login" for 127.0.0.1 at 2013-03-11 18:01:43 -0700 Processing by Flms::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Completed 401 Unauthorized in 1ms Processing by Flms::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (1.0ms) Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:43 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:43 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:43 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:43 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:43 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:43 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:43 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:01:43 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:43 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:43 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:43 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:43 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:43 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:43 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:43 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:43 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:43 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:43 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:01:43 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/login" for 127.0.0.1 at 2013-03-11 18:02:08 -0700 Processing by Flms::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Completed 401 Unauthorized in 0ms Processing by Flms::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (1.0ms) Compiled flms/login.css (10ms) (pid 2169) Compiled flms/flms.css (3ms) (pid 2169) Completed 200 OK in 40ms (Views: 39.9ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:02:08 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:02:08 -0700 Served asset /flms/login.css - 200 OK (3ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 18:02:08 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:02:08 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:02:08 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:02:08 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:02:08 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:02:08 -0700 Served asset /flms/flms.css - 304 Not Modified (10ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:02:08 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:02:08 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:02:08 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:02:08 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:02:08 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:02:08 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:02:08 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:02:08 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:02:08 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:02:08 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:02:08 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) begin transaction Flms::User Exists (1.2ms) SELECT 1 AS one FROM "flms_users" WHERE "flms_users"."email" = 'kevin.goslar@originate.com' LIMIT 1  (0.1ms) rollback transaction Started POST "/flms/login" for 127.0.0.1 at 2013-03-11 18:09:49 -0700 Processing by Flms::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"kevin.goslar@originate.com", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Sign in"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."email" = 'kevin.goslar@originate.com' LIMIT 1 Completed 401 Unauthorized in 1ms Processing by Flms::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"kevin.goslar@originate.com", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Sign in"} Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (0.9ms) Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:09:49 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:09:49 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:09:49 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 18:09:49 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:09:49 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:09:49 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:09:49 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:09:49 -0700 Served asset /flms/flms.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:09:49 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:09:49 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:09:49 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:09:49 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:09:49 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:09:49 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:09:49 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:09:49 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:09:49 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:09:49 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:09:49 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/login" for 127.0.0.1 at 2013-03-11 18:09:57 -0700 Processing by Flms::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"kevin.goslar@originate.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."email" = 'kevin.goslar@originate.com' LIMIT 1 Completed 401 Unauthorized in 1ms Processing by Flms::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"kevin.goslar@originate.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (1.0ms) Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:09:57 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:09:57 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:09:57 -0700 Served asset /flms/login.css - 304 Not Modified (3ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 18:09:57 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:09:57 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:09:57 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:09:57 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:09:57 -0700 Served asset /flms/flms.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:09:57 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:09:57 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:09:57 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:09:57 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:09:57 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:09:57 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:09:57 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:09:57 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:09:57 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:09:57 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:09:57 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (1.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml  (0.1ms) begin transaction Flms::User Exists (1.3ms) SELECT 1 AS one FROM "flms_users" WHERE "flms_users"."email" = 'kevin.goslar@originate.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (2.7ms) INSERT INTO "flms_users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 12 Mar 2013 01:20:28 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "kevin.goslar@originate.com"], ["encrypted_password", "$2a$10$G9CR5UPz9SlqufyPZgszxe5CQEscavTbcAcx9qFAyJHxc1UeyrAJa"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Tue, 12 Mar 2013 01:20:28 UTC +00:00]]  (0.8ms) commit transaction Connecting to database specified by database.yml Started POST "/flms/login" for 127.0.0.1 at 2013-03-11 18:20:50 -0700 Processing by Flms::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"kevin.goslar@originate.com", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Sign in"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."email" = 'kevin.goslar@originate.com' LIMIT 1  (0.1ms) begin transaction  (0.3ms) UPDATE "flms_users" SET "remember_created_at" = '2013-03-12 01:20:50.239863', "updated_at" = '2013-03-12 01:20:50.241454' WHERE "flms_users"."id" = 1  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) UPDATE "flms_users" SET "last_sign_in_at" = '2013-03-12 01:20:50.244436', "current_sign_in_at" = '2013-03-12 01:20:50.244436', "last_sign_in_ip" = '127.0.0.1', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2013-03-12 01:20:50.244932' WHERE "flms_users"."id" = 1  (0.6ms) commit transaction Redirected to http://localhost:3000/flms/pages Completed 302 Found in 96ms (ActiveRecord: 0.0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-03-11 18:20:50 -0700 Processing by Flms::PagesController#index as HTML Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (2.2ms) Completed 200 OK in 16ms (Views: 14.3ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:20:50 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:20:50 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 18:20:50 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:20:50 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:20:50 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:20:50 -0700 Served asset /flms/login.css - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:20:50 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:20:50 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:20:50 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:20:50 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:20:50 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:20:50 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:20:50 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:20:50 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:20:50 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:20:50 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:20:50 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:20:50 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:20:50 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/img/glyphicons-halflings.png" for 127.0.0.1 at 2013-03-11 18:20:50 -0700 Served asset /img/glyphicons-halflings.png - 304 Not Modified (2ms) Started GET "/assets/img/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-03-11 18:20:50 -0700 Served asset /img/glyphicons-halflings-white.png - 304 Not Modified (3ms) Started GET "/flms/pages/new" for 127.0.0.1 at 2013-03-11 18:20:53 -0700 Processing by Flms::PagesController#new as HTML Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/pages/_form.html.haml (7.6ms) Rendered /Users/kevin/flms/app/views/flms/pages/new.html.haml within layouts/flms/admin (11.6ms) Completed 200 OK in 25ms (Views: 20.6ms | ActiveRecord: 0.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:20:53 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:20:53 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 18:20:53 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:20:53 -0700 Served asset /flms/login.css - 304 Not Modified (2ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:20:53 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:20:53 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:20:53 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:20:53 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:20:53 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:20:53 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:20:53 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:20:53 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:20:53 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:20:53 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:20:53 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:20:53 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:20:53 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:20:53 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:20:53 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started POST "/flms/pages" for 127.0.0.1 at 2013-03-11 18:20:58 -0700 Processing by Flms::PagesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "page"=>{"title"=>"home", "url"=>"/"}, "commit"=>"Create Page"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1  (0.0ms) begin transaction SQL (0.6ms) INSERT INTO "flms_pages" ("created_at", "title", "updated_at", "url") VALUES (?, ?, ?, ?) [["created_at", Tue, 12 Mar 2013 01:20:58 UTC +00:00], ["title", "home"], ["updated_at", Tue, 12 Mar 2013 01:20:58 UTC +00:00], ["url", "/"]]  (0.9ms) commit transaction Redirected to http://localhost:3000/flms/pages Completed 302 Found in 6ms (ActiveRecord: 1.7ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-03-11 18:20:58 -0700 Processing by Flms::PagesController#index as HTML Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (1.0ms) Completed 200 OK in 11ms (Views: 9.2ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:20:58 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:20:58 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:20:58 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 18:20:58 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:20:58 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:20:58 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:20:58 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:20:58 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:20:58 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:20:58 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:20:58 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:20:58 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:20:58 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:20:58 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:20:58 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:20:58 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:20:58 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:20:58 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:20:58 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages///blocks" for 127.0.0.1 at 2013-03-11 18:21:00 -0700 Processing by Flms::PagesController#show as HTML Parameters: {"id"=>"blocks"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/pages/show.html.haml within layouts/flms/admin (1.8ms) Completed 500 Internal Server Error in 4ms ActionView::Template::Error (undefined method `title' for nil:NilClass): 1: %p 2: %b Title: 3: = @page.title 4: 5: = link_to 'Edit', edit_admin_page_path(@page) 6: \| /Users/kevin/flms/app/views/flms/pages/show.html.haml:3:in `___sers_kevin_flms_app_views_flms_pages_show_html_haml___980990248011190197_70163900480320' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__435475535415955508__process_action__267352451822808909__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4412461306472395368__call__4257855401399464638__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:05 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:05 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:05 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:05 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:05 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:05 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:05 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:05 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:05 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:05 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:05 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:05 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:05 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:05 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:05 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:05 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:05 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:05 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:05 -0700 Served asset /flms/flms.js - 304 Not Modified (1ms) Started GET "/flms/pages///edit" for 127.0.0.1 at 2013-03-11 18:21:07 -0700 Processing by Flms::PagesController#show as HTML Parameters: {"id"=>"edit"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/pages/show.html.haml within layouts/flms/admin (0.8ms) Completed 500 Internal Server Error in 3ms ActionView::Template::Error (undefined method `title' for nil:NilClass): 1: %p 2: %b Title: 3: = @page.title 4: 5: = link_to 'Edit', edit_admin_page_path(@page) 6: \| /Users/kevin/flms/app/views/flms/pages/show.html.haml:3:in `___sers_kevin_flms_app_views_flms_pages_show_html_haml___980990248011190197_70163900480320' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__435475535415955508__process_action__267352451822808909__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4412461306472395368__call__4257855401399464638__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:09 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:09 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:09 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:09 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:09 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:09 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:09 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:09 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:09 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:09 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:09 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:09 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:09 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:09 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:09 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:09 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:09 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:09 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:09 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started DELETE "/flms/pages//" for 127.0.0.1 at 2013-03-11 18:21:11 -0700 ActionController::RoutingError (No route matches [DELETE] "/flms/pages"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:12 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:12 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:12 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:12 -0700 Served asset /flms/login.css - 304 Not Modified (1ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:12 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:12 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:12 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:12 -0700 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:12 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:12 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:12 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:12 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:12 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:12 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:12 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:12 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:12 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:12 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:13 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-03-11 18:21:29 -0700 Processing by Flms::PagesController#index as HTML Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.6ms) Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:29 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:29 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:29 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:29 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:29 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:29 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:29 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:29 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:29 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:29 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:29 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:29 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:29 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:29 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:29 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:29 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:29 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:29 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:29 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/new" for 127.0.0.1 at 2013-03-11 18:21:31 -0700 Processing by Flms::PagesController#new as HTML Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/pages/_form.html.haml (2.0ms) Rendered /Users/kevin/flms/app/views/flms/pages/new.html.haml within layouts/flms/admin (3.0ms) Completed 200 OK in 12ms (Views: 11.2ms | ActiveRecord: 0.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:31 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:31 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:31 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:31 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:31 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:31 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:31 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:31 -0700 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:31 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:31 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:31 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:31 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:31 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:31 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:31 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:31 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:31 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:31 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/pages" for 127.0.0.1 at 2013-03-11 18:21:35 -0700 Processing by Flms::PagesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "page"=>{"title"=>"home", "url"=>"home"}, "commit"=>"Create Page"} Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flms_pages" ("created_at", "title", "updated_at", "url") VALUES (?, ?, ?, ?) [["created_at", Tue, 12 Mar 2013 01:21:35 UTC +00:00], ["title", "home"], ["updated_at", Tue, 12 Mar 2013 01:21:35 UTC +00:00], ["url", "home"]]  (1.1ms) commit transaction Redirected to http://localhost:3000/flms/pages Completed 302 Found in 5ms (ActiveRecord: 2.0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-03-11 18:21:35 -0700 Processing by Flms::PagesController#index as HTML Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.9ms) Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:35 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:35 -0700 Served asset /flms/home.css - 200 OK (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:35 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:35 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:35 -0700 Served asset /flms/login.css - 304 Not Modified (1ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:35 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:35 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:35 -0700 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:35 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:35 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:35 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:36 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:36 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:36 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:36 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:36 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:36 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:36 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:36 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks" for 127.0.0.1 at 2013-03-11 18:21:39 -0700 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"home"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::BlocksPage Load (0.1ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 2 ORDER BY ordering Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (19.0ms) Completed 200 OK in 29ms (Views: 27.4ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:39 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:39 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:39 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:39 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:39 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:39 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:39 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:40 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:40 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:40 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:40 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:40 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:40 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:40 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:40 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:40 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:40 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:40 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/new" for 127.0.0.1 at 2013-03-11 18:21:41 -0700 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"home"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (5.9ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (7.9ms) Completed 200 OK in 22ms (Views: 16.6ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:41 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:41 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:41 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:41 -0700 Served asset /flms/login.css - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:41 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:41 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:41 -0700 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:41 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:41 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:41 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:41 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:41 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:41 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:41 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:41 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:41 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:41 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:41 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/pages/home/blocks" for 127.0.0.1 at 2013-03-11 18:21:44 -0700 Processing by Flms::BlocksController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "block"=>{"name"=>"one"}, "commit"=>"Create Block", "page_id"=>"home"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flms_blocks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 12 Mar 2013 01:21:44 UTC +00:00], ["name", "one"], ["updated_at", Tue, 12 Mar 2013 01:21:44 UTC +00:00]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flms_blocks_pages" ("active", "block_id", "created_at", "ordering", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["active", nil], ["block_id", 1], ["created_at", Tue, 12 Mar 2013 01:21:44 UTC +00:00], ["ordering", nil], ["page_id", 2], ["updated_at", Tue, 12 Mar 2013 01:21:44 UTC +00:00]]  (0.7ms) commit transaction Redirected to http://localhost:3000/flms/pages/home/blocks Completed 302 Found in 21ms (ActiveRecord: 2.8ms) Started GET "/flms/pages/home/blocks" for 127.0.0.1 at 2013-03-11 18:21:44 -0700 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"home"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::BlocksPage Load (0.2ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 2 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (7.9ms) Completed 200 OK in 17ms (Views: 15.1ms | ActiveRecord: 0.7ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:44 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:44 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:44 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:44 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:44 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:44 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:44 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:44 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:44 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:44 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:44 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:44 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:44 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:44 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:44 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:44 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:44 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:44 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/new" for 127.0.0.1 at 2013-03-11 18:21:48 -0700 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"home"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (2.5ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (3.6ms) Completed 200 OK in 13ms (Views: 11.5ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:48 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:48 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:48 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:48 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:48 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:48 -0700 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:48 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:48 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:48 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:48 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:48 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:48 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:48 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:48 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:48 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:48 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:48 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/pages/home/blocks" for 127.0.0.1 at 2013-03-11 18:21:50 -0700 Processing by Flms::BlocksController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "block"=>{"name"=>"two"}, "commit"=>"Create Block", "page_id"=>"home"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flms_blocks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 12 Mar 2013 01:21:50 UTC +00:00], ["name", "two"], ["updated_at", Tue, 12 Mar 2013 01:21:50 UTC +00:00]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flms_blocks_pages" ("active", "block_id", "created_at", "ordering", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["active", nil], ["block_id", 2], ["created_at", Tue, 12 Mar 2013 01:21:50 UTC +00:00], ["ordering", nil], ["page_id", 2], ["updated_at", Tue, 12 Mar 2013 01:21:50 UTC +00:00]]  (0.9ms) commit transaction Redirected to http://localhost:3000/flms/pages/home/blocks Completed 302 Found in 6ms (ActiveRecord: 2.5ms) Started GET "/flms/pages/home/blocks" for 127.0.0.1 at 2013-03-11 18:21:50 -0700 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"home"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::BlocksPage Load (0.1ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 2 ORDER BY ordering Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.0ms) Completed 200 OK in 13ms (Views: 11.9ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:50 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:50 -0700 Served asset /flms/login.css - 200 OK (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:50 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:50 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:50 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:50 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:50 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:50 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:50 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:50 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:50 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:50 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:50 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:50 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:50 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:50 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:50 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:50 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/new" for 127.0.0.1 at 2013-03-11 18:21:53 -0700 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"home"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (2.2ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (3.0ms) Completed 200 OK in 13ms (Views: 11.4ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:53 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:53 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:53 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:53 -0700 Served asset /flms/flms.css - 304 Not Modified (1ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:53 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:21:53 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:53 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:53 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:53 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:53 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:53 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:53 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:53 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:53 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:53 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:53 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:21:53 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/new" for 127.0.0.1 at 2013-03-11 18:22:44 -0700 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"home"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (5.3ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (6.4ms) Completed 200 OK in 17ms (Views: 14.7ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:22:44 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 18:22:44 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:22:44 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:22:44 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:22:44 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:22:44 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:22:44 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:22:44 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:22:44 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:22:44 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:22:44 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:22:44 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:22:44 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:22:44 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:22:44 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:22:44 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:22:44 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:22:44 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:22:44 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/new" for 127.0.0.1 at 2013-03-11 18:23:16 -0700 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"home"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (6.0ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (7.0ms) Completed 200 OK in 16ms (Views: 14.8ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 18:23:16 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:23:16 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:23:16 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:23:16 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:23:16 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:23:16 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:23:16 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:23:16 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:23:16 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:23:16 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:23:16 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:23:16 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:23:16 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:23:16 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:23:16 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:23:16 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:23:16 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:23:16 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/new" for 127.0.0.1 at 2013-03-11 18:23:50 -0700 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"home"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (5.1ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (6.2ms) Completed 200 OK in 16ms (Views: 14.6ms | ActiveRecord: 0.2ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:23:50 -0700 Served asset /flms/layout.css - 200 OK (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:23:50 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:23:50 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 18:23:50 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:23:50 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:23:50 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:23:50 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:23:50 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:23:50 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:23:50 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:23:50 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:23:50 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:23:50 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:23:50 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:23:50 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:23:50 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:23:50 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:23:50 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:23:50 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/new" for 127.0.0.1 at 2013-03-11 18:24:00 -0700 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"home"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (2.2ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (3.2ms) Completed 200 OK in 13ms (Views: 11.5ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:01 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:01 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:01 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:01 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:01 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:01 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:01 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:01 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:01 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:01 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:01 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:01 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:01 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:01 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:01 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:01 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:01 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:01 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:01 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/new" for 127.0.0.1 at 2013-03-11 18:24:08 -0700 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"home"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (5.4ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (6.6ms) Completed 200 OK in 17ms (Views: 15.0ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:08 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:08 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:08 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:08 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:08 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:08 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:08 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:08 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:08 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:08 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:08 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:08 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:08 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:08 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:08 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:08 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:08 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:08 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:08 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/new" for 127.0.0.1 at 2013-03-11 18:24:24 -0700 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"home"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (8.5ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (9.9ms) Completed 200 OK in 21ms (Views: 18.9ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:24 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:24 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:24 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:24 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:24 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:24 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:24 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:24 -0700 Served asset /flms/flms.css - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:24 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:24 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:24 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:24 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:24 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:24 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:24 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:24 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:24 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:24 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:24 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/new" for 127.0.0.1 at 2013-03-11 18:24:35 -0700 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"home"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (5.2ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (6.4ms) Completed 200 OK in 17ms (Views: 14.7ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:35 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:35 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:35 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:35 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:35 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:35 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:35 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:35 -0700 Served asset /flms/flms.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:35 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:35 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:35 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:35 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:35 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:35 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:35 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:35 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:35 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:35 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:35 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/new" for 127.0.0.1 at 2013-03-11 18:24:43 -0700 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"home"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (5.1ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (6.2ms) Completed 200 OK in 16ms (Views: 14.3ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:43 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:43 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:43 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:43 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:43 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:43 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:43 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:43 -0700 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:43 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:43 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:43 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:43 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:43 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:43 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:43 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:43 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:43 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:43 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:43 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/new" for 127.0.0.1 at 2013-03-11 18:24:50 -0700 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"home"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (5.3ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (6.3ms) Completed 200 OK in 16ms (Views: 14.4ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:50 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:50 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:50 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:50 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:50 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:50 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:50 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:24:50 -0700 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:50 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:50 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:50 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:50 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:50 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:50 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:50 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:50 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:50 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:50 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:24:50 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/new" for 127.0.0.1 at 2013-03-11 18:26:00 -0700 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"home"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (5.5ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (6.6ms) Completed 200 OK in 16ms (Views: 14.5ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:26:00 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 18:26:00 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:26:00 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:26:00 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:26:00 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:26:00 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:26:00 -0700 Served asset /flms/flms.css - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:26:00 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:26:00 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:26:00 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:26:00 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:26:00 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:26:00 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:26:00 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:26:00 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:26:00 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:26:00 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:26:00 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:26:00 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/new" for 127.0.0.1 at 2013-03-11 18:26:13 -0700 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"home"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (5.3ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (6.4ms) Completed 200 OK in 16ms (Views: 14.3ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:26:13 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 18:26:13 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:26:13 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:26:13 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:26:13 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:26:13 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:26:13 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:26:13 -0700 Served asset /flms/flms.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:26:13 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:26:13 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:26:13 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:26:13 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:26:13 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:26:13 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:26:13 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:26:13 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:26:13 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:26:13 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:26:13 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/new" for 127.0.0.1 at 2013-03-11 18:27:47 -0700 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"home"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (6.1ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (7.2ms) Completed 200 OK in 17ms (Views: 15.5ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:27:47 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 18:27:47 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:27:47 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:27:47 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:27:47 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:27:47 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:27:47 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:27:47 -0700 Served asset /flms/flms.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:27:47 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:27:47 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:27:47 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:27:47 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:27:47 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:27:47 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:27:47 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:27:47 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:27:47 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:27:47 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:27:47 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/new" for 127.0.0.1 at 2013-03-11 18:27:57 -0700 Processing by Flms::BlocksController#new as HTML Parameters: {"page_id"=>"home"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (5.0ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (5.9ms) Completed 200 OK in 16ms (Views: 13.8ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:27:57 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:27:57 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 18:27:57 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:27:57 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:27:57 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:27:57 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:27:57 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:27:57 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:27:57 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:27:57 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:27:57 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:27:57 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:27:57 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:27:57 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:27:57 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:27:57 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:27:57 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:27:57 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:27:57 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/pages/home/blocks" for 127.0.0.1 at 2013-03-11 18:29:45 -0700 Processing by Flms::BlocksController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "block_type"=>"image", "block"=>{"name"=>"aoeu"}, "commit"=>"Create Block", "page_id"=>"home"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flms_blocks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 12 Mar 2013 01:29:45 UTC +00:00], ["name", "aoeu"], ["updated_at", Tue, 12 Mar 2013 01:29:45 UTC +00:00]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flms_blocks_pages" ("active", "block_id", "created_at", "ordering", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["active", nil], ["block_id", 3], ["created_at", Tue, 12 Mar 2013 01:29:45 UTC +00:00], ["ordering", nil], ["page_id", 2], ["updated_at", Tue, 12 Mar 2013 01:29:45 UTC +00:00]]  (0.8ms) commit transaction Redirected to http://localhost:3000/flms/pages/home/blocks Completed 302 Found in 6ms (ActiveRecord: 2.3ms) Started GET "/flms/pages/home/blocks" for 127.0.0.1 at 2013-03-11 18:29:45 -0700 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"home"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::BlocksPage Load (0.1ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 2 ORDER BY ordering Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2, 3) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.8ms) Completed 200 OK in 15ms (Views: 13.0ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:29:45 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:29:45 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:29:45 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 18:29:45 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:29:45 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:29:45 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:29:45 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:29:45 -0700 Served asset /flms/flms.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:29:45 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:29:45 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:29:45 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:29:45 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:29:45 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:29:45 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:29:45 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:29:45 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:29:45 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:29:45 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:29:45 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:50:01 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:50:01 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:50:01 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 18:50:01 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:50:01 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:50:01 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:50:01 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:50:01 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:50:01 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:50:01 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:50:01 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:50:01 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:50:01 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:50:01 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:50:01 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:50:01 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:50:01 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:50:01 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:50:01 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-11 18:50:03 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (0.7ms) Completed 200 OK in 73ms (Views: 9.5ms | ActiveRecord: 0.9ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-11 18:50:03 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-11 18:50:04 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-11 18:50:04 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-11 18:50:04 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-11 18:50:04 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-11 18:50:04 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-11 18:50:04 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-11 18:50:04 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 18:50:04 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 18:50:04 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 18:50:04 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-11 18:50:04 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-11 18:50:04 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-11 18:50:04 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-11 18:50:04 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-11 18:50:04 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-11 18:50:04 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-11 18:50:04 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-11 18:50:04 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Connecting to database specified by database.yml  (1.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to FlmsDeviseCreateUsers (20130208224914) Migrating to FlmsCreatePages (20130216032241) Migrating to CreateFlmsBlocks (20130302011705) Migrating to CreateFlmsBlocksPages (20130302015459) Migrating to CreateFlmsLayers (20130312220011)  (0.0ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "flms_layers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "block_id" integer, "ordering" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_flms_layers_on_block_id" ON "flms_layers" ("block_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130312220011')  (0.8ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml  (1.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to FlmsDeviseCreateUsers (20130208224914) Migrating to FlmsCreatePages (20130216032241) Migrating to CreateFlmsBlocks (20130302011705) Migrating to CreateFlmsBlocksPages (20130302015459) Migrating to CreateFlmsLayers (20130312220011)  (0.0ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (1.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (1.1ms) DROP TABLE "flms_blocks"  (0.7ms) CREATE TABLE "flms_blocks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.0ms) DROP TABLE "flms_blocks_pages"  (0.7ms) CREATE TABLE "flms_blocks_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "block_id" integer, "page_id" integer, "ordering" integer, "active" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.6ms) CREATE INDEX "index_flms_blocks_pages_on_block_id" ON "flms_blocks_pages" ("block_id")  (0.8ms) CREATE INDEX "index_flms_blocks_pages_on_page_id" ON "flms_blocks_pages" ("page_id")  (0.7ms) CREATE TABLE "flms_layers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "block_id" integer, "ordering" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.7ms) CREATE INDEX "index_flms_layers_on_block_id" ON "flms_layers" ("block_id")  (0.8ms) DROP TABLE "flms_pages"  (0.6ms) CREATE TABLE "flms_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "url" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE INDEX "index_flms_pages_on_url" ON "flms_pages" ("url")  (0.9ms) DROP TABLE "flms_users"  (1.1ms) CREATE TABLE "flms_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.7ms) CREATE UNIQUE INDEX "index_flms_users_on_email" ON "flms_users" ("email")  (0.6ms) CREATE UNIQUE INDEX "index_flms_users_on_reset_password_token" ON "flms_users" ("reset_password_token")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130312220011') Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-12 15:08:52 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (1.3ms) Compiled flms/blocks/index.css (214ms) (pid 3991) Compiled flms/bootstrap.css (0ms) (pid 3991) Compiled flms/home.css (6ms) (pid 3991) Compiled flms/layout.css (4ms) (pid 3991) Compiled flms/login.css (10ms) (pid 3991) Compiled jquery-ui.css (0ms) (pid 3991) Compiled bootstrapSwitch.css (0ms) (pid 3991) Compiled flms/flms.css (297ms) (pid 3991) Compiled jquery.js (1ms) (pid 3991) Compiled jquery_ujs.js (0ms) (pid 3991) Compiled jquery-ui.js (5ms) (pid 3991) Compiled modularity/modularity.js (286ms) (pid 3991) Compiled flms/blocks/index/block.js (116ms) (pid 3991) Compiled flms/blocks/index/block_list.js (119ms) (pid 3991) Compiled flms/blocks/index/index.js (131ms) (pid 3991) Compiled flms/bootstrap.js (0ms) (pid 3991) Compiled flms/layout.js (114ms) (pid 3991) Compiled bootstrapSwitch.js (0ms) (pid 3991) Compiled flms/flms.js (858ms) (pid 3991) Completed 200 OK in 1342ms (Views: 1271.7ms | ActiveRecord: 1.8ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-12 15:08:55 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (0.1ms) Completed 200 OK in 12ms (Views: 9.7ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-12 15:08:55 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (5ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-12 15:08:55 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (38ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-12 15:08:55 -0700 Served asset /flms/login.css - 304 Not Modified (1ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-12 15:08:55 -0700 Served asset /flms/layout.css - 304 Not Modified (1ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-12 15:08:55 -0700 Served asset /jquery-ui.css - 304 Not Modified (4ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-12 15:08:55 -0700 Served asset /flms/home.css - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-12 15:08:55 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (1ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-12 15:08:55 -0700 Served asset /flms/flms.css - 304 Not Modified (8ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-12 15:08:55 -0700 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-12 15:08:55 -0700 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-12 15:08:55 -0700 Served asset /jquery-ui.js - 304 Not Modified (4ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-12 15:08:55 -0700 Served asset /modularity/modularity.js - 304 Not Modified (4ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-12 15:08:55 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-12 15:08:55 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-12 15:08:55 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-12 15:08:55 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (3ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-12 15:08:55 -0700 Served asset /flms/layout.js - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-12 15:08:55 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (1ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-12 15:08:55 -0700 Served asset /flms/flms.js - 304 Not Modified (49ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-12 15:08:56 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (0.1ms) Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-12 15:08:56 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-12 15:08:56 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-12 15:08:56 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-12 15:08:56 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-12 15:08:56 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-12 15:08:56 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-12 15:08:56 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-12 15:08:56 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-12 15:08:56 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-12 15:08:56 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-12 15:08:56 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-12 15:08:56 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-12 15:08:57 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-12 15:08:57 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-12 15:08:57 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-12 15:08:57 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-12 15:08:57 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-12 15:08:57 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-12 15:08:57 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-12 15:09:38 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (19.1ms) Completed 500 Internal Server Error in 22ms ActionController::RoutingError (No route matches {:action=>"new", :controller=>"flms/layers", :page_id=>nil, :block_id=>#}): actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:533:in `raise_routing_error' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:529:in `rescue in generate' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:521:in `generate' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:562:in `generate' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:587:in `url_for' actionpack (3.2.12) lib/action_dispatch/routing/url_for.rb:148:in `url_for' actionpack (3.2.12) lib/action_view/helpers/url_helper.rb:107:in `url_for' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:213:in `new_page_block_layer_path' /Users/kevin/flms/app/views/flms/blocks/show.html.haml:26:in `___sers_kevin_flms_app_views_flms_blocks_show_html_haml__4432568318840845330_70231546874380' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__3569418640268744514__process_action__2286653692651137931__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4290879700968545273__call__3296410185910206783__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-12 15:10:04 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (44.7ms) Completed 500 Internal Server Error in 48ms ActionView::Template::Error (undefined local variable or method `block' for #<#:0x007fc01c5075b0>): 1: 2: 3: 4: %h4 Layers in block '#{block.name}' 5: 6: %table.table.table-striped.table-hover 7: %thead /Users/kevin/flms/app/views/flms/blocks/show.html.haml:4:in `___sers_kevin_flms_app_views_flms_blocks_show_html_haml__4432568318840845330_70231542736940' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__3569418640268744514__process_action__2286653692651137931__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4290879700968545273__call__3296410185910206783__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.9ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-12 15:10:11 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (5.2ms) Completed 500 Internal Server Error in 8ms ActionController::RoutingError (No route matches {:action=>"new", :controller=>"flms/layers", :page_id=>nil, :block_id=>#}): actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:533:in `raise_routing_error' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:529:in `rescue in generate' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:521:in `generate' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:562:in `generate' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:587:in `url_for' actionpack (3.2.12) lib/action_dispatch/routing/url_for.rb:148:in `url_for' actionpack (3.2.12) lib/action_view/helpers/url_helper.rb:107:in `url_for' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:213:in `new_page_block_layer_path' /Users/kevin/flms/app/views/flms/blocks/show.html.haml:29:in `___sers_kevin_flms_app_views_flms_blocks_show_html_haml__4432568318840845330_70231541013520' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__3569418640268744514__process_action__2286653692651137931__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4290879700968545273__call__3296410185910206783__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-12 15:10:39 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (4.6ms) Completed 200 OK in 84ms (Views: 12.3ms | ActiveRecord: 1.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-12 15:10:39 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-12 15:10:39 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-12 15:10:39 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-12 15:10:39 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-12 15:10:39 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-12 15:10:39 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-12 15:10:39 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-12 15:10:39 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-12 15:10:39 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-12 15:10:39 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-12 15:10:39 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-12 15:10:39 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-12 15:10:39 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-12 15:10:39 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-12 15:10:39 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-12 15:10:39 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-12 15:10:39 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-12 15:10:39 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-12 15:10:39 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-12 15:11:00 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (7.6ms) Completed 200 OK in 90ms (Views: 15.6ms | ActiveRecord: 1.4ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-12 15:11:01 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-12 15:11:01 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-12 15:11:01 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-12 15:11:01 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-12 15:11:01 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-12 15:11:01 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-12 15:11:01 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-12 15:11:01 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-12 15:11:01 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-12 15:11:01 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-12 15:11:01 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-12 15:11:01 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-12 15:11:01 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-12 15:11:01 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-12 15:11:01 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-12 15:11:01 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-12 15:11:01 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-12 15:11:01 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-12 15:11:01 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-12 15:11:45 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (1.5ms) Compiled flms/blocks/show.css (38ms) (pid 3991) Compiled flms/flms.css (48ms) (pid 3991) Completed 200 OK in 76ms (Views: 73.6ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-12 15:11:45 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-12 15:11:45 -0700 Served asset /flms/blocks/show.css - 200 OK (3ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-12 15:11:45 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-12 15:11:45 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-12 15:11:45 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-12 15:11:45 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-12 15:11:45 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-12 15:11:45 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-12 15:11:45 -0700 Served asset /flms/flms.css - 304 Not Modified (11ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-12 15:11:45 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-12 15:11:45 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-12 15:11:45 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-12 15:11:45 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-12 15:11:45 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-12 15:11:45 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-12 15:11:46 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-12 15:11:46 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-12 15:11:46 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-12 15:11:46 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-12 15:11:46 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-12 15:13:46 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (4.6ms) Completed 200 OK in 48ms (Views: 12.2ms | ActiveRecord: 1.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-12 15:13:46 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-12 15:13:46 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-12 15:13:46 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-12 15:13:46 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-12 15:13:46 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-12 15:13:46 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-12 15:13:46 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-12 15:13:46 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-12 15:13:46 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-12 15:13:46 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-12 15:13:46 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-12 15:13:46 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-12 15:13:46 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-12 15:13:46 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-12 15:13:46 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-12 15:13:46 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-12 15:13:46 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-12 15:13:46 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-12 15:13:46 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-12 15:13:46 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-12 15:13:47 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (1.5ms) Completed 200 OK in 11ms (Views: 9.2ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-12 15:13:47 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-12 15:13:47 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-12 15:13:47 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-12 15:13:47 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-12 15:13:47 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-12 15:13:47 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-12 15:13:47 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-12 15:13:47 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-12 15:13:47 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-12 15:13:47 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-12 15:13:47 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-12 15:13:47 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-12 15:13:47 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-12 15:13:47 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-12 15:13:47 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-12 15:13:47 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-12 15:13:47 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-12 15:13:47 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-12 15:13:47 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-12 15:13:47 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1/layers/new" for 127.0.0.1 at 2013-03-12 15:13:49 -0700 ActionController::RoutingError (uninitialized constant Flms::LayersController): activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4290879700968545273__call__3296410185910206783__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-12 16:55:21 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (5.2ms) Completed 200 OK in 86ms (Views: 13.4ms | ActiveRecord: 1.7ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-12 16:55:21 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-12 16:55:21 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-12 16:55:21 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-12 16:55:21 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-12 16:55:21 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-12 16:55:21 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-12 16:55:21 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-12 16:55:21 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-12 16:55:21 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-12 16:55:21 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-12 16:55:21 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-12 16:55:21 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-12 16:55:21 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-12 16:55:21 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-12 16:55:21 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-12 16:55:21 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-12 16:55:21 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-12 16:55:21 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-12 16:55:21 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-12 16:55:21 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1/layers/new" for 127.0.0.1 at 2013-03-12 16:55:23 -0700 Processing by Flms::LayersController#new as HTML Parameters: {"page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/layers/_form.html.haml (11.7ms) Rendered /Users/kevin/flms/app/views/flms/layers/new.html.haml within layouts/flms/admin (15.3ms) Completed 200 OK in 30ms (Views: 23.7ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-12 16:55:23 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-12 16:55:23 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-12 16:55:23 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-12 16:55:23 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-12 16:55:23 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-12 16:55:23 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-12 16:55:23 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-12 16:55:23 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-12 16:55:23 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-12 16:55:23 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-12 16:55:23 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-12 16:55:23 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-12 16:55:23 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-12 16:55:23 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-12 16:55:23 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-12 16:55:23 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-12 16:55:23 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-12 16:55:23 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-12 16:55:23 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-12 16:55:23 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/pages/home/blocks/1/layers" for 127.0.0.1 at 2013-03-12 16:55:26 -0700 Processing by Flms::LayersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "layer"=>{"name"=>"test"}, "commit"=>"Create Layer", "page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction SQL (1.4ms) INSERT INTO "flms_layers" ("block_id", "created_at", "name", "ordering", "updated_at") VALUES (?, ?, ?, ?, ?) [["block_id", 1], ["created_at", Tue, 12 Mar 2013 23:55:26 UTC +00:00], ["name", "test"], ["ordering", nil], ["updated_at", Tue, 12 Mar 2013 23:55:26 UTC +00:00]]  (2.1ms) commit transaction Redirected to http://localhost:3000/flms/pages/home/blocks/1 Completed 302 Found in 10ms (ActiveRecord: 3.9ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-12 16:55:26 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.6ms) Completed 200 OK in 13ms (Views: 11.0ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-12 16:55:26 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-12 16:55:26 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-12 16:55:26 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-12 16:55:26 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-12 16:55:26 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-12 16:55:26 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-12 16:55:26 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-12 16:55:26 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-12 16:55:26 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-12 16:55:26 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-12 16:55:26 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-12 16:55:26 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-12 16:55:26 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-12 16:55:26 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-12 16:55:26 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-12 16:55:26 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-12 16:55:26 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-12 16:55:26 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-12 16:55:26 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-12 16:55:26 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1/layers/1/edit" for 127.0.0.1 at 2013-03-12 17:03:38 -0700 Processing by Flms::LayersController#edit as HTML Parameters: {"page_id"=>"home", "block_id"=>"1", "id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/layers/_form.html.haml (3.5ms) Rendered /Users/kevin/flms/app/views/flms/layers/edit.html.haml within layouts/flms/admin (5.3ms) Completed 200 OK in 101ms (Views: 13.6ms | ActiveRecord: 1.6ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-12 17:03:38 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-12 17:03:39 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-12 17:03:39 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-12 17:03:39 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-12 17:03:39 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-12 17:03:39 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-12 17:03:39 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-12 17:03:39 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-12 17:03:39 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-12 17:03:39 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-12 17:03:39 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-12 17:03:39 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-12 17:03:39 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-12 17:03:39 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-12 17:03:39 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-12 17:03:39 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-12 17:03:39 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-12 17:03:39 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-12 17:03:39 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-12 17:03:39 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started PUT "/flms/pages/home/blocks/1/layers/1" for 127.0.0.1 at 2013-03-12 17:03:40 -0700 Processing by Flms::LayersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "layer"=>{"name"=>"test2"}, "commit"=>"Update Layer", "page_id"=>"home", "block_id"=>"1", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction  (0.7ms) UPDATE "flms_layers" SET "name" = 'test2', "updated_at" = '2013-03-13 00:03:40.859162' WHERE "flms_layers"."id" = 1  (2.3ms) commit transaction Redirected to http://localhost:3000/flms/pages/home/blocks/1 Completed 302 Found in 8ms (ActiveRecord: 3.5ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-12 17:03:40 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (3.0ms) Completed 200 OK in 13ms (Views: 11.1ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-12 17:03:40 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-12 17:03:40 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-12 17:03:40 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-12 17:03:40 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-12 17:03:40 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-12 17:03:40 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-12 17:03:40 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-12 17:03:40 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-12 17:03:40 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-12 17:03:40 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-12 17:03:40 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-12 17:03:40 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-12 17:03:40 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-12 17:03:40 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-12 17:03:40 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-12 17:03:41 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-12 17:03:41 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-12 17:03:41 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-12 17:03:41 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-12 17:03:41 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Connecting to database specified by database.yml  (1.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateFlmsLayers (20130312220011)  (0.0ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.3ms) DROP INDEX "index_flms_layers_on_block_id"  (0.3ms) DROP TABLE "flms_layers"  (0.1ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20130312220011'  (0.8ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (1.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to FlmsDeviseCreateUsers (20130208224914) Migrating to FlmsCreatePages (20130216032241) Migrating to CreateFlmsBlocks (20130302011705) Migrating to CreateFlmsBlocksPages (20130302015459) Migrating to CreateFlmsLayers (20130312220011)  (0.0ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "flms_layers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "block_id" integer, "ordering" integer, "type" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_flms_layers_on_block_id" ON "flms_layers" ("block_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130312220011')  (2.8ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-12 17:30:00 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (46.2ms) Completed 200 OK in 246ms (Views: 164.6ms | ActiveRecord: 2.4ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-12 17:30:01 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-12 17:30:01 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-12 17:30:01 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (2ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-12 17:30:01 -0700 Served asset /flms/layout.css - 304 Not Modified (1ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-12 17:30:01 -0700 Served asset /flms/home.css - 304 Not Modified (4ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-12 17:30:01 -0700 Served asset /jquery-ui.css - 304 Not Modified (5ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-12 17:30:01 -0700 Served asset /flms/login.css - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-12 17:30:01 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-12 17:30:01 -0700 Served asset /jquery.js - 304 Not Modified (36ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-12 17:30:01 -0700 Served asset /flms/flms.css - 304 Not Modified (8ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-12 17:30:01 -0700 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-12 17:30:01 -0700 Served asset /jquery-ui.js - 304 Not Modified (2ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-12 17:30:01 -0700 Served asset /modularity/modularity.js - 304 Not Modified (4ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-12 17:30:01 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-12 17:30:01 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-12 17:30:01 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (4ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-12 17:30:01 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (2ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-12 17:30:01 -0700 Served asset /flms/layout.js - 304 Not Modified (3ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-12 17:30:01 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (2ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-12 17:30:01 -0700 Served asset /flms/flms.js - 304 Not Modified (15ms) Started GET "/flms/pages/home/blocks/1/layers/new" for 127.0.0.1 at 2013-03-12 17:30:03 -0700 Processing by Flms::LayersController#new as HTML Parameters: {"page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/layers/_form.html.haml (18.6ms) Rendered /Users/kevin/flms/app/views/flms/layers/new.html.haml within layouts/flms/admin (21.9ms) Completed 500 Internal Server Error in 64ms ActionView::Template::Error (uninitialized constant CarrierWave): 15: = f.text_field :name, autofocus: true 16: %span.help-inline The internal name of this layer. 17: 18: - if @layer.class == Flms::ImageLayer 19: .control-group 20: = f.label :image, class: 'control-label' 21: .controls /Users/kevin/flms/app/uploaders/image_uploader.rb:3:in `' /Users/kevin/flms/app/models/flms/image_layer.rb:3:in `' /Users/kevin/flms/app/models/flms/image_layer.rb:2:in `' /Users/kevin/flms/app/models/flms/image_layer.rb:1:in `' /Users/kevin/flms/app/views/flms/layers/_form.html.haml:18:in `block in ___sers_kevin_flms_app_views_flms_layers__form_html_haml__3173083492721637985_70345432013840' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:133:in `call' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:133:in `block (2 levels) in form_for_with_haml' haml (4.0.0) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:133:in `block in form_for_with_haml' actionpack (3.2.12) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.12) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (4.0.0) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (3.2.12) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:59:in `capture_with_haml' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:135:in `form_for_with_haml' haml (4.0.0) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /Users/kevin/flms/app/views/flms/layers/_form.html.haml:1:in `___sers_kevin_flms_app_views_flms_layers__form_html_haml__3173083492721637985_70345432013840' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.12) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.0) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /Users/kevin/flms/app/views/flms/layers/new.html.haml:2:in `___sers_kevin_flms_app_views_flms_layers_new_html_haml__456006938657791182_70345430965980' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__2517064070833223270__process_action__2783181542476931660__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3246765975975745063__call__3029289180270996760__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.4ms) Started GET "/flms/pages/home/blocks/1/layers/new" for 127.0.0.1 at 2013-03-12 18:18:50 -0700 Processing by Flms::LayersController#new as HTML Parameters: {"page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/layers/_form.html.haml (12.1ms) Rendered /Users/kevin/flms/app/views/flms/layers/new.html.haml within layouts/flms/admin (13.0ms) Completed 500 Internal Server Error in 17ms ActionView::Template::Error (uninitialized constant CarrierWave): 15: = f.text_field :name, autofocus: true 16: %span.help-inline The internal name of this layer. 17: 18: - if @layer.class == Flms::ImageLayer 19: .control-group 20: = f.label :image, class: 'control-label' 21: .controls /Users/kevin/flms/app/uploaders/image_uploader.rb:3:in `' /Users/kevin/flms/app/models/flms/image_layer.rb:3:in `' /Users/kevin/flms/app/models/flms/image_layer.rb:2:in `' /Users/kevin/flms/app/models/flms/image_layer.rb:1:in `' /Users/kevin/flms/app/views/flms/layers/_form.html.haml:18:in `block in ___sers_kevin_flms_app_views_flms_layers__form_html_haml__3173083492721637985_70345465810600' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:133:in `call' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:133:in `block (2 levels) in form_for_with_haml' haml (4.0.0) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:133:in `block in form_for_with_haml' actionpack (3.2.12) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.12) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (4.0.0) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (3.2.12) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:59:in `capture_with_haml' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:135:in `form_for_with_haml' haml (4.0.0) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /Users/kevin/flms/app/views/flms/layers/_form.html.haml:1:in `___sers_kevin_flms_app_views_flms_layers__form_html_haml__3173083492721637985_70345465810600' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.12) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.0) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /Users/kevin/flms/app/views/flms/layers/new.html.haml:2:in `___sers_kevin_flms_app_views_flms_layers_new_html_haml__456006938657791182_70345430965980' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__2517064070833223270__process_action__2783181542476931660__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3246765975975745063__call__3029289180270996760__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.2ms) Started GET "/flms/pages/home/blocks/1/layers/new" for 127.0.0.1 at 2013-03-12 18:20:35 -0700 Processing by Flms::LayersController#new as HTML Parameters: {"page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/layers/_form.html.haml (13.6ms) Rendered /Users/kevin/flms/app/views/flms/layers/new.html.haml within layouts/flms/admin (14.5ms) Completed 500 Internal Server Error in 100ms ActionView::Template::Error (uninitialized constant CarrierWave::Uploader): 15: = f.text_field :name, autofocus: true 16: %span.help-inline The internal name of this layer. 17: 18: - if @layer.class == Flms::ImageLayer 19: .control-group 20: = f.label :image, class: 'control-label' 21: .controls /Users/kevin/flms/app/uploaders/image_uploader.rb:4:in `' /Users/kevin/flms/app/models/flms/image_layer.rb:3:in `' /Users/kevin/flms/app/models/flms/image_layer.rb:2:in `' /Users/kevin/flms/app/models/flms/image_layer.rb:1:in `' /Users/kevin/flms/app/views/flms/layers/_form.html.haml:18:in `block in ___sers_kevin_flms_app_views_flms_layers__form_html_haml__3173083492721637985_70345430188500' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:133:in `call' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:133:in `block (2 levels) in form_for_with_haml' haml (4.0.0) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:133:in `block in form_for_with_haml' actionpack (3.2.12) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.12) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (4.0.0) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (3.2.12) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:59:in `capture_with_haml' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:135:in `form_for_with_haml' haml (4.0.0) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /Users/kevin/flms/app/views/flms/layers/_form.html.haml:1:in `___sers_kevin_flms_app_views_flms_layers__form_html_haml__3173083492721637985_70345430188500' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.12) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.0) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /Users/kevin/flms/app/views/flms/layers/new.html.haml:2:in `___sers_kevin_flms_app_views_flms_layers_new_html_haml__456006938657791182_70345430965980' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__2517064070833223270__process_action__2783181542476931660__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3246765975975745063__call__3029289180270996760__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.2ms) Started GET "/flms/pages/home/blocks/1/layers/new" for 127.0.0.1 at 2013-03-12 18:20:36 -0700 Processing by Flms::LayersController#new as HTML Parameters: {"page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/layers/_form.html.haml (7.0ms) Rendered /Users/kevin/flms/app/views/flms/layers/new.html.haml within layouts/flms/admin (7.8ms) Completed 500 Internal Server Error in 11ms ActionView::Template::Error (uninitialized constant CarrierWave::Uploader): 15: = f.text_field :name, autofocus: true 16: %span.help-inline The internal name of this layer. 17: 18: - if @layer.class == Flms::ImageLayer 19: .control-group 20: = f.label :image, class: 'control-label' 21: .controls /Users/kevin/flms/app/uploaders/image_uploader.rb:4:in `' /Users/kevin/flms/app/models/flms/image_layer.rb:3:in `' /Users/kevin/flms/app/models/flms/image_layer.rb:2:in `' /Users/kevin/flms/app/models/flms/image_layer.rb:1:in `' /Users/kevin/flms/app/views/flms/layers/_form.html.haml:18:in `block in ___sers_kevin_flms_app_views_flms_layers__form_html_haml__3173083492721637985_70345430188500' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:133:in `call' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:133:in `block (2 levels) in form_for_with_haml' haml (4.0.0) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:133:in `block in form_for_with_haml' actionpack (3.2.12) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.12) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (4.0.0) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (3.2.12) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:59:in `capture_with_haml' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:135:in `form_for_with_haml' haml (4.0.0) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /Users/kevin/flms/app/views/flms/layers/_form.html.haml:1:in `___sers_kevin_flms_app_views_flms_layers__form_html_haml__3173083492721637985_70345430188500' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.12) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.0) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /Users/kevin/flms/app/views/flms/layers/new.html.haml:2:in `___sers_kevin_flms_app_views_flms_layers_new_html_haml__456006938657791182_70345430965980' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__2517064070833223270__process_action__2783181542476931660__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3246765975975745063__call__3029289180270996760__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.5ms) Connecting to database specified by database.yml Started GET "/flms/pages/home/blocks/1/layers/new" for 127.0.0.1 at 2013-03-12 18:20:44 -0700 Processing by Flms::LayersController#new as HTML Parameters: {"page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/layers/_form.html.haml (26.3ms) Rendered /Users/kevin/flms/app/views/flms/layers/new.html.haml within layouts/flms/admin (29.9ms) Completed 500 Internal Server Error in 131ms ActionView::Template::Error (uninitialized constant CarrierWave::Uploader): 15: = f.text_field :name, autofocus: true 16: %span.help-inline The internal name of this layer. 17: 18: - if @layer.class == Flms::ImageLayer 19: .control-group 20: = f.label :image, class: 'control-label' 21: .controls /Users/kevin/flms/app/uploaders/image_uploader.rb:4:in `' /Users/kevin/flms/app/models/flms/image_layer.rb:3:in `' /Users/kevin/flms/app/models/flms/image_layer.rb:2:in `' /Users/kevin/flms/app/models/flms/image_layer.rb:1:in `' /Users/kevin/flms/app/views/flms/layers/_form.html.haml:18:in `block in ___sers_kevin_flms_app_views_flms_layers__form_html_haml___2411198068724453442_70178599672280' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:133:in `call' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:133:in `block (2 levels) in form_for_with_haml' haml (4.0.0) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:133:in `block in form_for_with_haml' actionpack (3.2.12) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.12) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (4.0.0) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (3.2.12) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:59:in `capture_with_haml' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:135:in `form_for_with_haml' haml (4.0.0) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /Users/kevin/flms/app/views/flms/layers/_form.html.haml:1:in `___sers_kevin_flms_app_views_flms_layers__form_html_haml___2411198068724453442_70178599672280' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.12) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.0) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /Users/kevin/flms/app/views/flms/layers/new.html.haml:2:in `___sers_kevin_flms_app_views_flms_layers_new_html_haml___3323093383613092038_70178599441600' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__3452059039395137903__process_action__3112971454116609864__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4383144855128517175__call__3606408180944002322__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.0ms) Started GET "/flms/pages/home/blocks/1/layers/new" for 127.0.0.1 at 2013-03-12 18:22:33 -0700 Processing by Flms::LayersController#new as HTML Parameters: {"page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/layers/_form.html.haml (7.1ms) Rendered /Users/kevin/flms/app/views/flms/layers/new.html.haml within layouts/flms/admin (7.8ms) Completed 500 Internal Server Error in 11ms ActionView::Template::Error (uninitialized constant CarrierWave::Uploader): 15: = f.text_field :name, autofocus: true 16: %span.help-inline The internal name of this layer. 17: 18: - if @layer.class == Flms::ImageLayer 19: .control-group 20: = f.label :image, class: 'control-label' 21: .controls /Users/kevin/flms/app/uploaders/image_uploader.rb:4:in `' /Users/kevin/flms/app/models/flms/image_layer.rb:3:in `' /Users/kevin/flms/app/models/flms/image_layer.rb:2:in `' /Users/kevin/flms/app/models/flms/image_layer.rb:1:in `' /Users/kevin/flms/app/views/flms/layers/_form.html.haml:18:in `block in ___sers_kevin_flms_app_views_flms_layers__form_html_haml___2411198068724453442_70178599672280' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:133:in `call' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:133:in `block (2 levels) in form_for_with_haml' haml (4.0.0) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:133:in `block in form_for_with_haml' actionpack (3.2.12) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.12) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (4.0.0) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (3.2.12) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:59:in `capture_with_haml' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:135:in `form_for_with_haml' haml (4.0.0) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /Users/kevin/flms/app/views/flms/layers/_form.html.haml:1:in `___sers_kevin_flms_app_views_flms_layers__form_html_haml___2411198068724453442_70178599672280' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.12) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.0) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /Users/kevin/flms/app/views/flms/layers/new.html.haml:2:in `___sers_kevin_flms_app_views_flms_layers_new_html_haml___3323093383613092038_70178599441600' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__3452059039395137903__process_action__3112971454116609864__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4383144855128517175__call__3606408180944002322__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.6ms) Started GET "/flms/pages/home/blocks/1/layers/new" for 127.0.0.1 at 2013-03-12 18:22:47 -0700 Processing by Flms::LayersController#new as HTML Parameters: {"page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/layers/_form.html.haml (48.3ms) Rendered /Users/kevin/flms/app/views/flms/layers/new.html.haml within layouts/flms/admin (49.1ms) Completed 500 Internal Server Error in 100ms ActionView::Template::Error (uninitialized constant CarrierWave::Mount): 15: = f.text_field :name, autofocus: true 16: %span.help-inline The internal name of this layer. 17: 18: - if @layer.class == Flms::ImageLayer 19: .control-group 20: = f.label :image, class: 'control-label' 21: .controls carrierwave (0.8.0) lib/carrierwave/orm/activerecord.rb:9:in `' carrierwave (0.8.0) lib/carrierwave/orm/activerecord.rb:7:in `' carrierwave (0.8.0) lib/carrierwave/orm/activerecord.rb:6:in `' /Users/kevin/flms/app/uploaders/image_uploader.rb:3:in `' /Users/kevin/flms/app/models/flms/image_layer.rb:3:in `' /Users/kevin/flms/app/models/flms/image_layer.rb:2:in `' /Users/kevin/flms/app/models/flms/image_layer.rb:1:in `' /Users/kevin/flms/app/views/flms/layers/_form.html.haml:18:in `block in ___sers_kevin_flms_app_views_flms_layers__form_html_haml___2411198068724453442_70178599672280' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:133:in `call' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:133:in `block (2 levels) in form_for_with_haml' haml (4.0.0) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:133:in `block in form_for_with_haml' actionpack (3.2.12) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.12) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (4.0.0) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (3.2.12) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:59:in `capture_with_haml' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:135:in `form_for_with_haml' haml (4.0.0) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /Users/kevin/flms/app/views/flms/layers/_form.html.haml:1:in `___sers_kevin_flms_app_views_flms_layers__form_html_haml___2411198068724453442_70178599672280' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.12) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.0) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /Users/kevin/flms/app/views/flms/layers/new.html.haml:2:in `___sers_kevin_flms_app_views_flms_layers_new_html_haml___3323093383613092038_70178599441600' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__3452059039395137903__process_action__3112971454116609864__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4383144855128517175__call__3606408180944002322__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.2ms) Started GET "/flms/pages/home/blocks/1/layers/new" for 127.0.0.1 at 2013-03-12 18:22:48 -0700 Processing by Flms::LayersController#new as HTML Parameters: {"page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/layers/_form.html.haml (10.8ms) Rendered /Users/kevin/flms/app/views/flms/layers/new.html.haml within layouts/flms/admin (11.6ms) Completed 500 Internal Server Error in 15ms ActionView::Template::Error (uninitialized constant CarrierWave::Mount): 15: = f.text_field :name, autofocus: true 16: %span.help-inline The internal name of this layer. 17: 18: - if @layer.class == Flms::ImageLayer 19: .control-group 20: = f.label :image, class: 'control-label' 21: .controls carrierwave (0.8.0) lib/carrierwave/orm/activerecord.rb:9:in `' carrierwave (0.8.0) lib/carrierwave/orm/activerecord.rb:7:in `' carrierwave (0.8.0) lib/carrierwave/orm/activerecord.rb:6:in `' /Users/kevin/flms/app/uploaders/image_uploader.rb:3:in `' /Users/kevin/flms/app/models/flms/image_layer.rb:3:in `' /Users/kevin/flms/app/models/flms/image_layer.rb:2:in `' /Users/kevin/flms/app/models/flms/image_layer.rb:1:in `' /Users/kevin/flms/app/views/flms/layers/_form.html.haml:18:in `block in ___sers_kevin_flms_app_views_flms_layers__form_html_haml___2411198068724453442_70178599672280' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:133:in `call' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:133:in `block (2 levels) in form_for_with_haml' haml (4.0.0) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:133:in `block in form_for_with_haml' actionpack (3.2.12) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.12) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (4.0.0) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (3.2.12) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:59:in `capture_with_haml' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:135:in `form_for_with_haml' haml (4.0.0) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /Users/kevin/flms/app/views/flms/layers/_form.html.haml:1:in `___sers_kevin_flms_app_views_flms_layers__form_html_haml___2411198068724453442_70178599672280' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.12) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.0) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /Users/kevin/flms/app/views/flms/layers/new.html.haml:2:in `___sers_kevin_flms_app_views_flms_layers_new_html_haml___3323093383613092038_70178599441600' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__3452059039395137903__process_action__3112971454116609864__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4383144855128517175__call__3606408180944002322__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.2ms) Connecting to database specified by database.yml Started GET "/flms/pages/home/blocks/1/layers/new" for 127.0.0.1 at 2013-03-12 18:23:03 -0700 Processing by Flms::LayersController#new as HTML Parameters: {"page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/layers/_form.html.haml (24.1ms) Rendered /Users/kevin/flms/app/views/flms/layers/new.html.haml within layouts/flms/admin (27.6ms) Completed 500 Internal Server Error in 124ms ActionView::Template::Error (uninitialized constant CarrierWave::Mount): 15: = f.text_field :name, autofocus: true 16: %span.help-inline The internal name of this layer. 17: 18: - if @layer.class == Flms::ImageLayer 19: .control-group 20: = f.label :image, class: 'control-label' 21: .controls carrierwave (0.8.0) lib/carrierwave/orm/activerecord.rb:9:in `' carrierwave (0.8.0) lib/carrierwave/orm/activerecord.rb:7:in `' carrierwave (0.8.0) lib/carrierwave/orm/activerecord.rb:6:in `' /Users/kevin/flms/app/uploaders/image_uploader.rb:3:in `' /Users/kevin/flms/app/models/flms/image_layer.rb:3:in `' /Users/kevin/flms/app/models/flms/image_layer.rb:2:in `' /Users/kevin/flms/app/models/flms/image_layer.rb:1:in `' /Users/kevin/flms/app/views/flms/layers/_form.html.haml:18:in `block in ___sers_kevin_flms_app_views_flms_layers__form_html_haml__3557242901744579651_70328279636600' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:133:in `call' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:133:in `block (2 levels) in form_for_with_haml' haml (4.0.0) lib/haml/helpers.rb:278:in `with_tabs' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:133:in `block in form_for_with_haml' actionpack (3.2.12) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' actionpack (3.2.12) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' haml (4.0.0) lib/haml/helpers/action_view_xss_mods.rb:5:in `with_output_buffer_with_haml_xss' actionpack (3.2.12) lib/action_view/helpers/capture_helper.rb:40:in `capture' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:59:in `capture_with_haml' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:607:in `fields_for' actionpack (3.2.12) lib/action_view/helpers/form_helper.rb:378:in `form_for' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:135:in `form_for_with_haml' haml (4.0.0) lib/haml/helpers/action_view_xss_mods.rb:28:in `form_for_with_haml_xss' /Users/kevin/flms/app/views/flms/layers/_form.html.haml:1:in `___sers_kevin_flms_app_views_flms_layers__form_html_haml__3557242901744579651_70328279636600' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:238:in `block in render' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:237:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:41:in `render_partial' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:15:in `render' actionpack (3.2.12) lib/action_view/helpers/rendering_helper.rb:24:in `render' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml' haml (4.0.0) lib/haml/helpers.rb:89:in `non_haml' haml (4.0.0) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml' /Users/kevin/flms/app/views/flms/layers/new.html.haml:2:in `___sers_kevin_flms_app_views_flms_layers_new_html_haml__2117951598234569836_70328279423840' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__235119724574531048__process_action__380816814336416028__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__193368895921240322__call__3029997955347834707__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.6ms) Started GET "/flms/pages/home/blocks/1/layers/new" for 127.0.0.1 at 2013-03-12 18:23:20 -0700 Processing by Flms::LayersController#new as HTML Parameters: {"page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/layers/_form.html.haml (154.5ms) Rendered /Users/kevin/flms/app/views/flms/layers/new.html.haml within layouts/flms/admin (155.4ms) Completed 200 OK in 329ms (Views: 243.7ms | ActiveRecord: 1.5ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:21 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:21 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (6ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:21 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (1ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:21 -0700 Served asset /flms/layout.css - 304 Not Modified (3ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:21 -0700 Served asset /flms/home.css - 304 Not Modified (1ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:21 -0700 Served asset /flms/login.css - 304 Not Modified (2ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:21 -0700 Served asset /jquery-ui.css - 304 Not Modified (3ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:21 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (1ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:21 -0700 Served asset /flms/flms.css - 304 Not Modified (11ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:21 -0700 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:21 -0700 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:21 -0700 Served asset /jquery-ui.js - 304 Not Modified (2ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:21 -0700 Served asset /modularity/modularity.js - 304 Not Modified (3ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:21 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (4ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:21 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (1ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:21 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:21 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (2ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:21 -0700 Served asset /flms/layout.js - 304 Not Modified (3ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:21 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (3ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:21 -0700 Served asset /flms/flms.js - 304 Not Modified (10ms) Started GET "/flms/pages/home/blocks/1/layers/new" for 127.0.0.1 at 2013-03-12 18:23:32 -0700 Processing by Flms::LayersController#new as HTML Parameters: {"page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/layers/_form.html.haml (2.0ms) Rendered /Users/kevin/flms/app/views/flms/layers/new.html.haml within layouts/flms/admin (3.0ms) Completed 200 OK in 13ms (Views: 11.2ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:32 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:32 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:32 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:32 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:32 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:32 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:32 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:32 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:32 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:32 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:32 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:32 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:32 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:32 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:32 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:32 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:32 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:32 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:32 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:33 -0700 Served asset /flms/home.css - 200 OK (0ms) Started GET "/flms/pages/home/blocks/1/layers/new" for 127.0.0.1 at 2013-03-12 18:23:34 -0700 Processing by Flms::LayersController#new as HTML Parameters: {"page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/layers/_form.html.haml (1.9ms) Rendered /Users/kevin/flms/app/views/flms/layers/new.html.haml within layouts/flms/admin (2.9ms) Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:34 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:34 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:34 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:34 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:34 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:34 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:34 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:34 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:34 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:34 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:34 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:34 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:34 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:34 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:34 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:34 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:34 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:34 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:34 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1/layers/new" for 127.0.0.1 at 2013-03-12 18:23:36 -0700 Processing by Flms::LayersController#new as HTML Parameters: {"page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/layers/_form.html.haml (1.9ms) Rendered /Users/kevin/flms/app/views/flms/layers/new.html.haml within layouts/flms/admin (2.8ms) Completed 200 OK in 13ms (Views: 10.9ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:36 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:36 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:36 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:36 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:36 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:36 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:36 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:36 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:36 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:36 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:36 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:36 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:36 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:36 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:36 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:36 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:36 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:36 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:36 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:36 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1/layers/new" for 127.0.0.1 at 2013-03-12 18:23:45 -0700 Processing by Flms::LayersController#new as HTML Parameters: {"page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/layers/_form.html.haml (45.0ms) Rendered /Users/kevin/flms/app/views/flms/layers/new.html.haml within layouts/flms/admin (45.9ms) Completed 200 OK in 103ms (Views: 54.1ms | ActiveRecord: 1.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:45 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:45 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:45 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:45 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:45 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:45 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:45 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:45 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:45 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:45 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:45 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:45 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:45 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:45 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:45 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:45 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:45 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:46 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:46 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:46 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1/layers/new" for 127.0.0.1 at 2013-03-12 18:23:46 -0700 Processing by Flms::LayersController#new as HTML Parameters: {"page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/layers/_form.html.haml (1.9ms) Rendered /Users/kevin/flms/app/views/flms/layers/new.html.haml within layouts/flms/admin (2.9ms) Completed 200 OK in 13ms (Views: 10.7ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:46 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:46 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:46 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:46 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:46 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:46 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:46 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:46 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:46 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:46 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:46 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:46 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:46 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:46 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:46 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:46 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:46 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:46 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:46 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:46 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1/layers/new" for 127.0.0.1 at 2013-03-12 18:23:47 -0700 Processing by Flms::LayersController#new as HTML Parameters: {"page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/layers/_form.html.haml (1.9ms) Rendered /Users/kevin/flms/app/views/flms/layers/new.html.haml within layouts/flms/admin (2.9ms) Completed 200 OK in 13ms (Views: 11.0ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:47 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:47 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:47 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:47 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:47 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:47 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:47 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:47 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-12 18:23:47 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:47 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:47 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:47 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:47 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:47 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:47 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:47 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:47 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:47 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:47 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-12 18:23:47 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-12 18:25:29 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (21.8ms) Completed 500 Internal Server Error in 104ms ActionView::Template::Error (undefined method `new_page_block_imagelayer_path' for #<#:0x007fed283e0130>): 26: 27: %br 28: 29: = link_to new_page_block_imagelayer_path(@page, @block), class: 'btn btn-success' do 30: %i.icon-plus.icon-white 31: New Image Layer 32: /Users/kevin/flms/app/views/flms/blocks/show.html.haml:29:in `___sers_kevin_flms_app_views_flms_blocks_show_html_haml__2663808510216486272_70328279617040' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__1764947914922013322__process_action__1193892255957043306__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__193368895921240322__call__3029997955347834707__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.1ms) Connecting to database specified by database.yml Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-12 18:26:00 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (4.3ms) Completed 200 OK in 14ms (Views: 11.9ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-12 18:26:00 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-12 18:26:00 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-12 18:26:00 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-12 18:26:00 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-12 18:26:00 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-12 18:26:00 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-12 18:26:00 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-12 18:26:00 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-12 18:26:00 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-12 18:26:00 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-12 18:26:00 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-12 18:26:00 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-12 18:26:00 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-12 18:26:00 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-12 18:26:00 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-12 18:26:00 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-12 18:26:00 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-12 18:26:00 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-12 18:26:00 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-12 18:26:00 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1/image_layers/new" for 127.0.0.1 at 2013-03-12 18:26:04 -0700 ActionController::RoutingError (uninitialized constant Flms::ImageLayersController): activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__193368895921240322__call__3029997955347834707__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/pages/home/blocks/1/image_layers/new" for 127.0.0.1 at 2013-03-12 18:26:16 -0700 ActionController::RoutingError (uninitialized constant Flms::ImageLayersController): activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__193368895921240322__call__3029997955347834707__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started GET "/flms/pages/home/blocks/1/image_layers/new" for 127.0.0.1 at 2013-03-12 18:26:17 -0700 ActionController::RoutingError (uninitialized constant Flms::ImageLayersController): activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__193368895921240322__call__3029997955347834707__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started GET "/flms/pages/home/blocks/1/image_layers/new" for 127.0.0.1 at 2013-03-12 18:26:27 -0700 LoadError (Expected /Users/kevin/flms/app/controllers/flms/image_layers_controller.rb to define Flms::ImageLayersController): activesupport (3.2.12) lib/active_support/dependencies.rb:503:in `load_missing_constant' activesupport (3.2.12) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.12) lib/active_support/dependencies.rb:554:in `get' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__193368895921240322__call__3029997955347834707__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.9ms) Started GET "/flms/pages/home/blocks/1/image_layers/new" for 127.0.0.1 at 2013-03-12 18:26:37 -0700 Processing by Flms::ImageLayersController#new as HTML Parameters: {"page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/image_layers/_form.html.haml (6.7ms) Rendered /Users/kevin/flms/app/views/flms/image_layers/new.html.haml within layouts/flms/admin (46.1ms) Completed 200 OK in 104ms (Views: 55.0ms | ActiveRecord: 1.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-12 18:26:37 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-12 18:26:37 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-12 18:26:37 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-12 18:26:37 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-12 18:26:37 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-12 18:26:37 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-12 18:26:37 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-12 18:26:37 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-12 18:26:37 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-12 18:26:37 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-12 18:26:37 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-12 18:26:37 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-12 18:26:37 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-12 18:26:37 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-12 18:26:37 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-12 18:26:37 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-12 18:26:37 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-12 18:26:37 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-12 18:26:37 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-12 18:26:37 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1/image_layers/new" for 127.0.0.1 at 2013-03-12 18:28:55 -0700 Processing by Flms::ImageLayersController#new as HTML Parameters: {"page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/image_layers/_form.html.haml (2.0ms) Rendered /Users/kevin/flms/app/views/flms/image_layers/new.html.haml within layouts/flms/admin (3.0ms) Completed 200 OK in 13ms (Views: 10.9ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-12 18:28:55 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-12 18:28:55 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-12 18:28:55 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-12 18:28:55 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-12 18:28:55 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-12 18:28:55 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-12 18:28:55 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-12 18:28:55 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-12 18:28:55 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-12 18:28:55 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-12 18:28:55 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-12 18:28:55 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-12 18:28:55 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-12 18:28:55 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-12 18:28:55 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-12 18:28:55 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-12 18:28:55 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-12 18:28:55 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-12 18:28:55 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-12 18:28:55 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1/image_layers/new" for 127.0.0.1 at 2013-03-12 18:28:56 -0700 Processing by Flms::ImageLayersController#new as HTML Parameters: {"page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/image_layers/_form.html.haml (1.9ms) Rendered /Users/kevin/flms/app/views/flms/image_layers/new.html.haml within layouts/flms/admin (2.8ms) Completed 200 OK in 13ms (Views: 10.6ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-12 18:28:56 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-12 18:28:56 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-12 18:28:56 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-12 18:28:56 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-12 18:28:56 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-12 18:28:56 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-12 18:28:56 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-12 18:28:56 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-12 18:28:56 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-12 18:28:56 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-12 18:28:56 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-12 18:28:56 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-12 18:28:56 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-12 18:28:56 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-12 18:28:56 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-12 18:28:56 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-12 18:28:56 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-12 18:28:56 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-12 18:28:56 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-12 18:28:56 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1/image_layers/new" for 127.0.0.1 at 2013-03-12 18:29:22 -0700 Processing by Flms::ImageLayersController#new as HTML Parameters: {"page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/image_layers/_form.html.haml (4.9ms) Rendered /Users/kevin/flms/app/views/flms/image_layers/new.html.haml within layouts/flms/admin (5.8ms) Completed 200 OK in 104ms (Views: 13.8ms | ActiveRecord: 1.5ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-12 18:29:22 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-12 18:29:22 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-12 18:29:22 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-12 18:29:22 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-12 18:29:22 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-12 18:29:22 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-12 18:29:22 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-12 18:29:22 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-12 18:29:22 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-12 18:29:22 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-12 18:29:22 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-12 18:29:22 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-12 18:29:22 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-12 18:29:22 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-12 18:29:22 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-12 18:29:22 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-12 18:29:22 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-12 18:29:22 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-12 18:29:22 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-12 18:29:22 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1/image_layers/new" for 127.0.0.1 at 2013-03-12 18:29:51 -0700 Processing by Flms::ImageLayersController#new as HTML Parameters: {"page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/image_layers/_form.html.haml (43.0ms) Rendered /Users/kevin/flms/app/views/flms/image_layers/new.html.haml within layouts/flms/admin (43.9ms) Completed 200 OK in 105ms (Views: 51.9ms | ActiveRecord: 1.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-12 18:29:52 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-12 18:29:52 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-12 18:29:52 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-12 18:29:52 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-12 18:29:52 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-12 18:29:52 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-12 18:29:52 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-12 18:29:52 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-12 18:29:52 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-12 18:29:52 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-12 18:29:52 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-12 18:29:52 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-12 18:29:52 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-12 18:29:52 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-12 18:29:52 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-12 18:29:52 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-12 18:29:52 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-12 18:29:52 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-12 18:29:52 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-12 18:29:52 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/pages/home/blocks/1/image_layers" for 127.0.0.1 at 2013-03-12 18:33:27 -0700 Processing by Flms::ImageLayersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "image_layer"=>{"name"=>"test", "image"=>#>}, "commit"=>"Create Image layer", "page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Completed 500 Internal Server Error in 91ms ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: image): activemodel (3.2.12) lib/active_model/mass_assignment_security/sanitizer.rb:48:in `process_removed_attributes' activemodel (3.2.12) lib/active_model/mass_assignment_security/sanitizer.rb:20:in `debug_protected_attribute_removal' activemodel (3.2.12) lib/active_model/mass_assignment_security/sanitizer.rb:12:in `sanitize' activemodel (3.2.12) lib/active_model/mass_assignment_security.rb:230:in `sanitize_for_mass_assignment' activerecord (3.2.12) lib/active_record/attribute_assignment.rb:75:in `assign_attributes' activerecord (3.2.12) lib/active_record/base.rb:497:in `initialize' /Users/kevin/flms/app/controllers/flms/image_layers_controller.rb:25:in `new' /Users/kevin/flms/app/controllers/flms/image_layers_controller.rb:25:in `create' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__3926139656039793641__process_action__4443949737622799910__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__193368895921240322__call__3029997955347834707__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.2ms) Started POST "/flms/pages/home/blocks/1/image_layers" for 127.0.0.1 at 2013-03-12 18:33:42 -0700 Processing by Flms::ImageLayersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "image_layer"=>{"name"=>"test", "image"=>#>}, "commit"=>"Create Image layer", "page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Completed 500 Internal Server Error in 92ms NoMethodError (undefined method `image_will_change!' for #): activemodel (3.2.12) lib/active_model/attribute_methods.rb:407:in `method_missing' activerecord (3.2.12) lib/active_record/attribute_methods.rb:149:in `method_missing' carrierwave (0.8.0) lib/carrierwave/orm/activerecord.rb:37:in `image=' activerecord (3.2.12) lib/active_record/attribute_assignment.rb:85:in `block in assign_attributes' activerecord (3.2.12) lib/active_record/attribute_assignment.rb:78:in `each' activerecord (3.2.12) lib/active_record/attribute_assignment.rb:78:in `assign_attributes' activerecord (3.2.12) lib/active_record/base.rb:497:in `initialize' /Users/kevin/flms/app/controllers/flms/image_layers_controller.rb:25:in `new' /Users/kevin/flms/app/controllers/flms/image_layers_controller.rb:25:in `create' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__3926139656039793641__process_action__4443949737622799910__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__193368895921240322__call__3029997955347834707__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.4ms) Connecting to database specified by database.yml  (1.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to FlmsDeviseCreateUsers (20130208224914) Migrating to FlmsCreatePages (20130216032241) Migrating to CreateFlmsBlocks (20130302011705) Migrating to CreateFlmsBlocksPages (20130302015459) Migrating to CreateFlmsLayers (20130312220011) Migrating to AddImageToLayers (20130313002421)  (0.0ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.2ms) ALTER TABLE "layers" ADD "image" varchar(255) SQLite3::SQLException: no such table: layers: ALTER TABLE "layers" ADD "image" varchar(255)  (0.0ms) rollback transaction Connecting to database specified by database.yml  (1.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to FlmsDeviseCreateUsers (20130208224914) Migrating to FlmsCreatePages (20130216032241) Migrating to CreateFlmsBlocks (20130302011705) Migrating to CreateFlmsBlocksPages (20130302015459) Migrating to CreateFlmsLayers (20130312220011) Migrating to AddImageToLayers (20130313002421)  (0.0ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.4ms) ALTER TABLE "flms_layers" ADD "image" varchar(255)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130313002421')  (2.3ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml Started POST "/flms/pages/home/blocks/1/image_layers" for 127.0.0.1 at 2013-03-12 18:36:04 -0700 ActionController::RoutingError (undefined method `mount_uploader' for #): activerecord (3.2.12) lib/active_record/dynamic_matchers.rb:55:in `method_missing' /Users/kevin/flms/app/models/flms/image_layer.rb:5:in `' /Users/kevin/flms/app/models/flms/image_layer.rb:2:in `' /Users/kevin/flms/app/models/flms/image_layer.rb:1:in `' activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `load' activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `block in load_file' activesupport (3.2.12) lib/active_support/dependencies.rb:639:in `new_constants_in' activesupport (3.2.12) lib/active_support/dependencies.rb:468:in `load_file' activesupport (3.2.12) lib/active_support/dependencies.rb:353:in `require_or_load' activesupport (3.2.12) lib/active_support/dependencies.rb:502:in `load_missing_constant' activesupport (3.2.12) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:260:in `safe_constantize' activesupport (3.2.12) lib/active_support/core_ext/string/inflections.rb:66:in `safe_constantize' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:152:in `_default_wrap_model' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:169:in `_set_wrapper_defaults' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:133:in `inherited' actionpack (3.2.12) lib/abstract_controller/railties/routes_helpers.rb:7:in `block (2 levels) in with' actionpack (3.2.12) lib/action_controller/railties/paths.rb:7:in `block (2 levels) in with' /Users/kevin/flms/app/controllers/flms/image_layers_controller.rb:4:in `' /Users/kevin/flms/app/controllers/flms/image_layers_controller.rb:3:in `' activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `load' activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `block in load_file' activesupport (3.2.12) lib/active_support/dependencies.rb:639:in `new_constants_in' activesupport (3.2.12) lib/active_support/dependencies.rb:468:in `load_file' activesupport (3.2.12) lib/active_support/dependencies.rb:353:in `require_or_load' activesupport (3.2.12) lib/active_support/dependencies.rb:502:in `load_missing_constant' activesupport (3.2.12) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.12) lib/active_support/dependencies.rb:554:in `get' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__294382159182050218__call__310279887325667380__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms) Connecting to database specified by database.yml Started POST "/flms/pages/home/blocks/1/image_layers" for 127.0.0.1 at 2013-03-12 18:37:27 -0700 ActionController::RoutingError (undefined method `mount_uploader' for #): activerecord (3.2.12) lib/active_record/dynamic_matchers.rb:55:in `method_missing' /Users/kevin/flms/app/models/flms/image_layer.rb:5:in `' /Users/kevin/flms/app/models/flms/image_layer.rb:2:in `' /Users/kevin/flms/app/models/flms/image_layer.rb:1:in `' activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `load' activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `block in load_file' activesupport (3.2.12) lib/active_support/dependencies.rb:639:in `new_constants_in' activesupport (3.2.12) lib/active_support/dependencies.rb:468:in `load_file' activesupport (3.2.12) lib/active_support/dependencies.rb:353:in `require_or_load' activesupport (3.2.12) lib/active_support/dependencies.rb:502:in `load_missing_constant' activesupport (3.2.12) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:260:in `safe_constantize' activesupport (3.2.12) lib/active_support/core_ext/string/inflections.rb:66:in `safe_constantize' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:152:in `_default_wrap_model' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:169:in `_set_wrapper_defaults' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:133:in `inherited' actionpack (3.2.12) lib/abstract_controller/railties/routes_helpers.rb:7:in `block (2 levels) in with' actionpack (3.2.12) lib/action_controller/railties/paths.rb:7:in `block (2 levels) in with' /Users/kevin/flms/app/controllers/flms/image_layers_controller.rb:4:in `' /Users/kevin/flms/app/controllers/flms/image_layers_controller.rb:3:in `' activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `load' activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `block in load_file' activesupport (3.2.12) lib/active_support/dependencies.rb:639:in `new_constants_in' activesupport (3.2.12) lib/active_support/dependencies.rb:468:in `load_file' activesupport (3.2.12) lib/active_support/dependencies.rb:353:in `require_or_load' activesupport (3.2.12) lib/active_support/dependencies.rb:502:in `load_missing_constant' activesupport (3.2.12) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.12) lib/active_support/dependencies.rb:554:in `get' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2061392945789981255__call__1397337686160002779__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms) Started POST "/flms/pages/home/blocks/1/image_layers" for 127.0.0.1 at 2013-03-12 18:38:50 -0700 ActionController::RoutingError (undefined method `mount_uploader' for #): activerecord (3.2.12) lib/active_record/dynamic_matchers.rb:55:in `method_missing' /Users/kevin/flms/app/models/flms/image_layer.rb:5:in `' /Users/kevin/flms/app/models/flms/image_layer.rb:2:in `' /Users/kevin/flms/app/models/flms/image_layer.rb:1:in `' activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `load' activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `block in load_file' activesupport (3.2.12) lib/active_support/dependencies.rb:639:in `new_constants_in' activesupport (3.2.12) lib/active_support/dependencies.rb:468:in `load_file' activesupport (3.2.12) lib/active_support/dependencies.rb:353:in `require_or_load' activesupport (3.2.12) lib/active_support/dependencies.rb:502:in `load_missing_constant' activesupport (3.2.12) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:260:in `safe_constantize' activesupport (3.2.12) lib/active_support/core_ext/string/inflections.rb:66:in `safe_constantize' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:152:in `_default_wrap_model' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:169:in `_set_wrapper_defaults' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:133:in `inherited' actionpack (3.2.12) lib/abstract_controller/railties/routes_helpers.rb:7:in `block (2 levels) in with' actionpack (3.2.12) lib/action_controller/railties/paths.rb:7:in `block (2 levels) in with' /Users/kevin/flms/app/controllers/flms/image_layers_controller.rb:4:in `' /Users/kevin/flms/app/controllers/flms/image_layers_controller.rb:3:in `' activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `load' activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `block in load_file' activesupport (3.2.12) lib/active_support/dependencies.rb:639:in `new_constants_in' activesupport (3.2.12) lib/active_support/dependencies.rb:468:in `load_file' activesupport (3.2.12) lib/active_support/dependencies.rb:353:in `require_or_load' activesupport (3.2.12) lib/active_support/dependencies.rb:502:in `load_missing_constant' activesupport (3.2.12) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.12) lib/active_support/dependencies.rb:554:in `get' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2061392945789981255__call__1397337686160002779__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Connecting to database specified by database.yml Started POST "/flms/pages/home/blocks/1/image_layers" for 127.0.0.1 at 2013-03-12 18:40:39 -0700 ActionController::RoutingError (undefined method `mount_uploader' for #): activerecord (3.2.12) lib/active_record/dynamic_matchers.rb:55:in `method_missing' /Users/kevin/flms/app/models/flms/image_layer.rb:3:in `' /Users/kevin/flms/app/models/flms/image_layer.rb:2:in `' /Users/kevin/flms/app/models/flms/image_layer.rb:1:in `' activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `load' activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `block in load_file' activesupport (3.2.12) lib/active_support/dependencies.rb:639:in `new_constants_in' activesupport (3.2.12) lib/active_support/dependencies.rb:468:in `load_file' activesupport (3.2.12) lib/active_support/dependencies.rb:353:in `require_or_load' activesupport (3.2.12) lib/active_support/dependencies.rb:502:in `load_missing_constant' activesupport (3.2.12) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:260:in `safe_constantize' activesupport (3.2.12) lib/active_support/core_ext/string/inflections.rb:66:in `safe_constantize' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:152:in `_default_wrap_model' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:169:in `_set_wrapper_defaults' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:133:in `inherited' actionpack (3.2.12) lib/abstract_controller/railties/routes_helpers.rb:7:in `block (2 levels) in with' actionpack (3.2.12) lib/action_controller/railties/paths.rb:7:in `block (2 levels) in with' /Users/kevin/flms/app/controllers/flms/image_layers_controller.rb:4:in `' /Users/kevin/flms/app/controllers/flms/image_layers_controller.rb:3:in `' activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `load' activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `block in load_file' activesupport (3.2.12) lib/active_support/dependencies.rb:639:in `new_constants_in' activesupport (3.2.12) lib/active_support/dependencies.rb:468:in `load_file' activesupport (3.2.12) lib/active_support/dependencies.rb:353:in `require_or_load' activesupport (3.2.12) lib/active_support/dependencies.rb:502:in `load_missing_constant' activesupport (3.2.12) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.12) lib/active_support/dependencies.rb:554:in `get' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2458622923884809957__call__4409188892050547466__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms) Started POST "/flms/pages/home/blocks/1/image_layers" for 127.0.0.1 at 2013-03-12 18:43:42 -0700 Processing by Flms::ImageLayersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "image_layer"=>{"name"=>"test", "image"=>#>}, "commit"=>"Create Image layer", "page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (35.2ms) INSERT INTO "flms_layers" ("block_id", "created_at", "image", "name", "ordering", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["block_id", 1], ["created_at", Wed, 13 Mar 2013 01:43:43 UTC +00:00], ["image", "300px-BabySinclair.jpg"], ["name", "test"], ["ordering", nil], ["type", 0], ["updated_at", Wed, 13 Mar 2013 01:43:43 UTC +00:00]]  (0.8ms) commit transaction Redirected to http://localhost:3000/flms/pages/home/blocks/1 Completed 302 Found in 142ms (ActiveRecord: 37.5ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-12 18:43:43 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.3ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (14.9ms) Completed 500 Internal Server Error in 19ms ActionView::Template::Error (The single-table inheritance mechanism failed to locate the subclass: '0'. This error is raised because the column 'type' is reserved for storing the class in case of inheritance. Please rename this column if you didn't intend it to be used for storing the inheritance class or overwrite Flms::Layer.inheritance_column to use another column for that information.): 10: %th Actions 11: 12: %tbody.layer_list 13: - @block.layers.each do |layer| 14: %tr.ui-state-default{'data-layer-id' => layer.id} 15: 16: %td.name activerecord (3.2.12) lib/active_record/inheritance.rb:143:in `rescue in find_sti_class' activerecord (3.2.12) lib/active_record/inheritance.rb:136:in `find_sti_class' activerecord (3.2.12) lib/active_record/inheritance.rb:62:in `instantiate' activerecord (3.2.12) lib/active_record/querying.rb:38:in `block (2 levels) in find_by_sql' activerecord (3.2.12) lib/active_record/querying.rb:38:in `collect!' activerecord (3.2.12) lib/active_record/querying.rb:38:in `block in find_by_sql' activerecord (3.2.12) lib/active_record/explain.rb:40:in `logging_query_plan' activerecord (3.2.12) lib/active_record/querying.rb:37:in `find_by_sql' activerecord (3.2.12) lib/active_record/relation.rb:171:in `exec_queries' activerecord (3.2.12) lib/active_record/relation.rb:160:in `block in to_a' activerecord (3.2.12) lib/active_record/explain.rb:33:in `logging_query_plan' activerecord (3.2.12) lib/active_record/relation.rb:159:in `to_a' activerecord (3.2.12) lib/active_record/relation/finder_methods.rb:159:in `all' activerecord (3.2.12) lib/active_record/associations/collection_association.rb:382:in `find_target' activerecord (3.2.12) lib/active_record/associations/collection_association.rb:335:in `load_target' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:44:in `load_target' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:87:in `method_missing' /Users/kevin/flms/app/views/flms/blocks/show.html.haml:13:in `___sers_kevin_flms_app_views_flms_blocks_show_html_haml___1959363573817320566_70194450927480' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__2836744517001240664__process_action__2582385903823783061__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2458622923884809957__call__4409188892050547466__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.8ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-12 18:55:08 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (1.6ms) Completed 200 OK in 106ms (Views: 103.5ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-12 18:55:08 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-12 18:55:08 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (2ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-12 18:55:08 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-12 18:55:08 -0700 Served asset /flms/home.css - 304 Not Modified (1ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-12 18:55:08 -0700 Served asset /flms/layout.css - 304 Not Modified (1ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-12 18:55:08 -0700 Served asset /flms/login.css - 304 Not Modified (2ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-12 18:55:08 -0700 Served asset /jquery-ui.css - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-12 18:55:08 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (2ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-12 18:55:08 -0700 Served asset /flms/flms.css - 304 Not Modified (9ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-12 18:55:08 -0700 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-12 18:55:08 -0700 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-12 18:55:08 -0700 Served asset /jquery-ui.js - 304 Not Modified (36ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-12 18:55:08 -0700 Served asset /modularity/modularity.js - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-12 18:55:08 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (1ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-12 18:55:08 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (1ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-12 18:55:08 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-12 18:55:08 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (2ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-12 18:55:08 -0700 Served asset /flms/layout.js - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-12 18:55:08 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (1ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-12 18:55:08 -0700 Served asset /flms/flms.js - 304 Not Modified (9ms) Started GET "/flms/pages/home/blocks/1/image_layers/new" for 127.0.0.1 at 2013-03-12 18:55:10 -0700 Processing by Flms::ImageLayersController#new as HTML Parameters: {"page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/image_layers/_form.html.haml (14.1ms) Rendered /Users/kevin/flms/app/views/flms/image_layers/new.html.haml within layouts/flms/admin (20.0ms) Completed 200 OK in 30ms (Views: 28.2ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-12 18:55:10 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-12 18:55:10 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-12 18:55:10 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-12 18:55:10 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-12 18:55:10 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-12 18:55:10 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-12 18:55:10 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-12 18:55:10 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-12 18:55:10 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-12 18:55:10 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-12 18:55:10 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-12 18:55:11 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-12 18:55:11 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-12 18:55:11 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-12 18:55:11 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-12 18:55:11 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-12 18:55:11 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-12 18:55:11 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-12 18:55:11 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-12 18:55:11 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/pages/home/blocks/1/image_layers" for 127.0.0.1 at 2013-03-12 18:55:17 -0700 Processing by Flms::ImageLayersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "image_layer"=>{"name"=>"test", "image"=>#>}, "commit"=>"Create Image layer", "page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flms_layers" ("block_id", "created_at", "image", "name", "ordering", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["block_id", 1], ["created_at", Wed, 13 Mar 2013 01:55:17 UTC +00:00], ["image", "300px-BabySinclair.jpg"], ["name", "test"], ["ordering", nil], ["type", 0], ["updated_at", Wed, 13 Mar 2013 01:55:17 UTC +00:00]]  (0.5ms) commit transaction Redirected to http://localhost:3000/flms/pages/home/blocks/1 Completed 302 Found in 8ms (ActiveRecord: 1.4ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-12 18:55:17 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.1ms) Completed 500 Internal Server Error in 5ms ActionView::Template::Error (The single-table inheritance mechanism failed to locate the subclass: '0'. This error is raised because the column 'type' is reserved for storing the class in case of inheritance. Please rename this column if you didn't intend it to be used for storing the inheritance class or overwrite Flms::Layer.inheritance_column to use another column for that information.): 10: %th Actions 11: 12: %tbody.layer_list 13: - @block.layers.each do |layer| 14: %tr.ui-state-default{'data-layer-id' => layer.id} 15: 16: %td.name activerecord (3.2.12) lib/active_record/inheritance.rb:143:in `rescue in find_sti_class' activerecord (3.2.12) lib/active_record/inheritance.rb:136:in `find_sti_class' activerecord (3.2.12) lib/active_record/inheritance.rb:62:in `instantiate' activerecord (3.2.12) lib/active_record/querying.rb:38:in `block (2 levels) in find_by_sql' activerecord (3.2.12) lib/active_record/querying.rb:38:in `collect!' activerecord (3.2.12) lib/active_record/querying.rb:38:in `block in find_by_sql' activerecord (3.2.12) lib/active_record/explain.rb:40:in `logging_query_plan' activerecord (3.2.12) lib/active_record/querying.rb:37:in `find_by_sql' activerecord (3.2.12) lib/active_record/relation.rb:171:in `exec_queries' activerecord (3.2.12) lib/active_record/relation.rb:160:in `block in to_a' activerecord (3.2.12) lib/active_record/explain.rb:33:in `logging_query_plan' activerecord (3.2.12) lib/active_record/relation.rb:159:in `to_a' activerecord (3.2.12) lib/active_record/relation/finder_methods.rb:159:in `all' activerecord (3.2.12) lib/active_record/associations/collection_association.rb:382:in `find_target' activerecord (3.2.12) lib/active_record/associations/collection_association.rb:335:in `load_target' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:44:in `load_target' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:87:in `method_missing' /Users/kevin/flms/app/views/flms/blocks/show.html.haml:13:in `___sers_kevin_flms_app_views_flms_blocks_show_html_haml___1959363573817320566_70194450927480' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__2836744517001240664__process_action__2582385903823783061__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2458622923884809957__call__4409188892050547466__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.9ms) Connecting to database specified by database.yml Connecting to database specified by database.yml  (1.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to AddImageToLayers (20130313002421)  (0.0ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.4ms) CREATE TEMPORARY TABLE "altered_flms_layers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "block_id" integer, "ordering" integer, "type" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "image" varchar(255))   (0.1ms) CREATE INDEX "temp_index_altered_flms_layers_on_block_id" ON "altered_flms_layers" ("block_id")  (0.1ms) SELECT * FROM "flms_layers"  (0.1ms) INSERT INTO "altered_flms_layers" ("id","name","block_id","ordering","type","created_at","updated_at","image") VALUES (2, 'test', 1, NULL, 0, '2013-03-13 01:55:17.471201', '2013-03-13 01:55:17.471201', '300px-BabySinclair.jpg')  (0.0ms) INSERT INTO "altered_flms_layers" ("id","name","block_id","ordering","type","created_at","updated_at","image") VALUES (3, 'foo', NULL, NULL, 0, '2013-03-13 01:58:25.364838', '2013-03-13 01:58:39.568299', NULL)  (0.3ms) DROP TABLE "flms_layers"  (0.1ms) CREATE TABLE "flms_layers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "block_id" integer, "ordering" integer, "type" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE INDEX "index_flms_layers_on_block_id" ON "flms_layers" ("block_id")  (0.0ms) SELECT * FROM "altered_flms_layers"  (0.0ms) INSERT INTO "flms_layers" ("id","name","block_id","ordering","type","created_at","updated_at") VALUES (2, 'test', 1, NULL, 0, '2013-03-13 01:55:17.471201', '2013-03-13 01:55:17.471201')  (0.0ms) INSERT INTO "flms_layers" ("id","name","block_id","ordering","type","created_at","updated_at") VALUES (3, 'foo', NULL, NULL, 0, '2013-03-13 01:58:25.364838', '2013-03-13 01:58:39.568299')  (0.2ms) DROP TABLE "altered_flms_layers"  (0.1ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20130313002421'  (0.9ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (1.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateFlmsLayers (20130312220011)  (0.0ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.3ms) DROP INDEX "index_flms_layers_on_block_id"  (0.3ms) DROP TABLE "flms_layers"  (0.1ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20130312220011'  (2.8ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (1.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to FlmsDeviseCreateUsers (20130208224914) Migrating to FlmsCreatePages (20130216032241) Migrating to CreateFlmsBlocks (20130302011705) Migrating to CreateFlmsBlocksPages (20130302015459) Migrating to CreateFlmsLayers (20130312220011)  (0.0ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.5ms) CREATE TABLE "flms_layers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "block_id" integer, "ordering" integer, "type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_flms_layers_on_block_id" ON "flms_layers" ("block_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130312220011')  (0.5ms) commit transaction Migrating to AddImageToLayers (20130313002421)  (0.0ms) begin transaction  (0.3ms) ALTER TABLE "flms_layers" ADD "image" varchar(255)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130313002421')  (0.6ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-12 19:06:15 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (18.3ms) Completed 200 OK in 229ms (Views: 141.6ms | ActiveRecord: 2.6ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-12 19:06:15 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (2ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-12 19:06:15 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-12 19:06:15 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (1ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-12 19:06:15 -0700 Served asset /flms/layout.css - 304 Not Modified (1ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-12 19:06:15 -0700 Served asset /flms/home.css - 304 Not Modified (1ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-12 19:06:15 -0700 Served asset /flms/login.css - 304 Not Modified (3ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-12 19:06:15 -0700 Served asset /jquery-ui.css - 304 Not Modified (2ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-12 19:06:15 -0700 Served asset /flms/flms.css - 304 Not Modified (12ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-12 19:06:15 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-12 19:06:15 -0700 Served asset /jquery.js - 304 Not Modified (40ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-12 19:06:15 -0700 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-12 19:06:15 -0700 Served asset /jquery-ui.js - 304 Not Modified (4ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-12 19:06:15 -0700 Served asset /modularity/modularity.js - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-12 19:06:15 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-12 19:06:15 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (1ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-12 19:06:15 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (3ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-12 19:06:15 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (2ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-12 19:06:15 -0700 Served asset /flms/layout.js - 304 Not Modified (2ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-12 19:06:15 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (2ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-12 19:06:15 -0700 Served asset /flms/flms.js - 304 Not Modified (13ms) Started GET "/flms/pages/home/blocks/1/image_layers/new" for 127.0.0.1 at 2013-03-12 19:06:18 -0700 Processing by Flms::ImageLayersController#new as HTML Parameters: {"page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/image_layers/_form.html.haml (14.1ms) Rendered /Users/kevin/flms/app/views/flms/image_layers/new.html.haml within layouts/flms/admin (18.7ms) Completed 200 OK in 40ms (Views: 27.7ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-12 19:06:18 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-12 19:06:18 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-12 19:06:18 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-12 19:06:18 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-12 19:06:18 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-12 19:06:18 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-12 19:06:18 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-12 19:06:18 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-12 19:06:18 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-12 19:06:18 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-12 19:06:18 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-12 19:06:18 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-12 19:06:18 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-12 19:06:18 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-12 19:06:18 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-12 19:06:18 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-12 19:06:18 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-12 19:06:18 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-12 19:06:18 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-12 19:06:18 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/pages/home/blocks/1/image_layers" for 127.0.0.1 at 2013-03-12 19:06:24 -0700 Processing by Flms::ImageLayersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "image_layer"=>{"name"=>"test", "image"=>#>}, "commit"=>"Create Image layer", "page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (3.5ms) INSERT INTO "flms_layers" ("block_id", "created_at", "image", "name", "ordering", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["block_id", 1], ["created_at", Wed, 13 Mar 2013 02:06:24 UTC +00:00], ["image", "300px-BabySinclair.jpg"], ["name", "test"], ["ordering", nil], ["type", "Flms::ImageLayer"], ["updated_at", Wed, 13 Mar 2013 02:06:24 UTC +00:00]]  (0.6ms) commit transaction Redirected to http://localhost:3000/flms/pages/home/blocks/1 Completed 302 Found in 18ms (ActiveRecord: 4.6ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-12 19:06:24 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (8.2ms) Completed 500 Internal Server Error in 11ms ActionView::Template::Error (undefined method `edit_page_block_layer_path' for #<#:0x007f916f0b2748>): 17: = layer.name 18: 19: %td.action 20: = link_to edit_page_block_layer_path(@page, @block, layer), class: 'btn', title: 'edit' do 21: %i.icon-pencil 22: 23: %td.action /Users/kevin/flms/app/views/flms/blocks/show.html.haml:20:in `block in ___sers_kevin_flms_app_views_flms_blocks_show_html_haml___2928194021952171209_70131314931100' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /Users/kevin/flms/app/views/flms/blocks/show.html.haml:13:in `___sers_kevin_flms_app_views_flms_blocks_show_html_haml___2928194021952171209_70131314931100' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__3514177485951599947__process_action__219088460289433872__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4214420088432924057__call__516778637497480849__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.8ms) Connecting to database specified by database.yml Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-12 19:07:11 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (5.3ms) Completed 200 OK in 15ms (Views: 13.4ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-12 19:07:11 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-12 19:07:11 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-12 19:07:11 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-12 19:07:11 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-12 19:07:11 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-12 19:07:11 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-12 19:07:11 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-12 19:07:11 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-12 19:07:11 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-12 19:07:11 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-12 19:07:11 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-12 19:07:11 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-12 19:07:11 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-12 19:07:11 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-12 19:07:11 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-12 19:07:11 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-12 19:07:11 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-12 19:07:11 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-12 19:07:11 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-12 19:07:11 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-12 19:07:47 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (64.0ms) Completed 500 Internal Server Error in 203ms ActionView::Template::Error (undefined method `page_block_layer_path' for #<#:0x007f9171311fc8>): 21: %i.icon-pencil 22: 23: %td.action 24: = link_to page_block_layer_path(@page, @block, layer), method: :delete, data: { confirm: 'Are you sure?' }, class: 'btn', title: 'delete' do 25: %i.icon-trash 26: 27: %br /Users/kevin/flms/app/views/flms/blocks/show.html.haml:24:in `block in ___sers_kevin_flms_app_views_flms_blocks_show_html_haml___2928194021952171209_70131323044840' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /Users/kevin/flms/app/views/flms/blocks/show.html.haml:13:in `___sers_kevin_flms_app_views_flms_blocks_show_html_haml___2928194021952171209_70131323044840' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__3514177485951599947__process_action__219088460289433872__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4214420088432924057__call__516778637497480849__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (19.0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-12 19:08:48 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.2ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (40.4ms) Completed 200 OK in 211ms (Views: 57.8ms | ActiveRecord: 2.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-12 19:08:49 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-12 19:08:49 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-12 19:08:49 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-12 19:08:49 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-12 19:08:49 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-12 19:08:49 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-12 19:08:49 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-12 19:08:49 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-12 19:08:49 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-12 19:08:49 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-12 19:08:49 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-12 19:08:49 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-12 19:08:49 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-12 19:08:49 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-12 19:08:49 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-12 19:08:49 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-12 19:08:49 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-12 19:08:49 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-12 19:08:49 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-12 19:08:49 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1/image_layers/1/edit" for 127.0.0.1 at 2013-03-12 19:08:54 -0700 Processing by Flms::ImageLayersController#edit as HTML Parameters: {"page_id"=>"home", "block_id"=>"1", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.3ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::ImageLayer Load (0.4ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."type" IN ('Flms::ImageLayer') AND "flms_layers"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/image_layers/_form.html.haml (12.2ms) Rendered /Users/kevin/flms/app/views/flms/image_layers/edit.html.haml within layouts/flms/admin (81.8ms) Completed 200 OK in 105ms (Views: 99.1ms | ActiveRecord: 1.0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-12 19:08:55 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-12 19:08:55 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-12 19:08:55 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-12 19:08:55 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-12 19:08:55 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-12 19:08:55 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-12 19:08:55 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-12 19:08:55 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-12 19:08:55 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-12 19:08:55 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-12 19:08:55 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-12 19:08:55 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-12 19:08:55 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-12 19:08:55 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-12 19:08:55 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-12 19:08:55 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-12 19:08:55 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-12 19:08:55 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-12 19:08:55 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-12 19:08:55 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2013-03-13 16:27:15 -0700 Processing by HomeController#index as HTML Rendered home/index.html.haml (1.5ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-03-13 16:27:16 -0700 Processing by HomeController#index as HTML Rendered home/index.html.haml (0.3ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-03-13 16:27:17 -0700 Processing by HomeController#index as HTML Rendered home/index.html.haml (0.3ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-03-13 16:27:18 -0700 Processing by HomeController#index as HTML Rendered home/index.html.haml (0.3ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml Started GET "/flms/" for 127.0.0.1 at 2013-03-14 17:11:27 -0700 Processing by Flms::DashboardController#index as HTML Flms::User Load (1.9ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.5ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/dashboard/index.html.haml within layouts/flms/admin (1.4ms) Compiled flms/blocks/index.css (175ms) (pid 3812) Compiled flms/blocks/show.css (0ms) (pid 3812) Compiled flms/bootstrap.css (0ms) (pid 3812) Compiled flms/home.css (3ms) (pid 3812) Compiled flms/layout.css (1ms) (pid 3812) Compiled flms/login.css (3ms) (pid 3812) Compiled jquery-ui.css (0ms) (pid 3812) Compiled bootstrapSwitch.css (0ms) (pid 3812) Compiled flms/flms.css (205ms) (pid 3812) Compiled jquery.js (2ms) (pid 3812) Compiled jquery_ujs.js (0ms) (pid 3812) Compiled jquery-ui.js (5ms) (pid 3812) Compiled modularity/tools/string_tools.js (109ms) (pid 3812) Compiled modularity/modularity.js (322ms) (pid 3812) Compiled flms/blocks/index/block.js (127ms) (pid 3812) Compiled flms/blocks/index/block_list.js (141ms) (pid 3812) Compiled flms/blocks/index/index.js (145ms) (pid 3812) Compiled flms/bootstrap.js (0ms) (pid 3812) Compiled flms/layout.js (117ms) (pid 3812) Compiled bootstrapSwitch.js (0ms) (pid 3812) Compiled flms/flms.js (935ms) (pid 3812) Completed 200 OK in 1429ms (Views: 1353.2ms | ActiveRecord: 3.8ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:29 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:29 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (2ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:29 -0700 Served asset /flms/home.css - 304 Not Modified (2ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:29 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (5ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:29 -0700 Served asset /flms/login.css - 304 Not Modified (2ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:29 -0700 Served asset /flms/layout.css - 304 Not Modified (3ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:29 -0700 Served asset /jquery-ui.css - 304 Not Modified (2ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:29 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (2ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:29 -0700 Served asset /flms/flms.css - 304 Not Modified (12ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:29 -0700 Served asset /jquery.js - 304 Not Modified (39ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:29 -0700 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:29 -0700 Served asset /jquery-ui.js - 304 Not Modified (6ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:29 -0700 Served asset /modularity/modularity.js - 200 OK (4ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:29 -0700 Served asset /modularity/tools/string_tools.js - 200 OK (1ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:29 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:29 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:29 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:29 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (3ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:29 -0700 Served asset /flms/layout.js - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:29 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (2ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:29 -0700 Served asset /flms/flms.js - 304 Not Modified (14ms) Started GET "/assets/img/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-03-14 17:11:29 -0700 Served asset /img/glyphicons-halflings-white.png - 304 Not Modified (3ms) Started GET "/assets/img/glyphicons-halflings.png" for 127.0.0.1 at 2013-03-14 17:11:29 -0700 Served asset /img/glyphicons-halflings.png - 304 Not Modified (4ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-03-14 17:11:32 -0700 Processing by Flms::PagesController#index as HTML Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (37.1ms) Completed 200 OK in 47ms (Views: 45.4ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:32 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:32 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:32 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:32 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:32 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:32 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:32 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:32 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:32 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:32 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:32 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:32 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:32 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:32 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:32 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:32 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:32 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:32 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:32 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks" for 127.0.0.1 at 2013-03-14 17:11:39 -0700 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"home"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (1.9ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::BlocksPage Load (0.8ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 2 ORDER BY ordering Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2, 3) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (35.8ms) Completed 200 OK in 83ms (Views: 78.3ms | ActiveRecord: 3.5ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:39 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:39 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:39 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:39 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:39 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:39 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:39 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:39 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:39 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:39 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:39 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:39 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:39 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:39 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:39 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:39 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:39 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:39 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:39 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 17:11:43 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (2.4ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (162.5ms) Completed 200 OK in 173ms (Views: 168.2ms | ActiveRecord: 3.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:43 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:43 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:43 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:43 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:43 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:43 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:43 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:43 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:43 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:43 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:43 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:43 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:43 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:43 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:43 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:43 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:43 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:43 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:43 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1/image_layers/new" for 127.0.0.1 at 2013-03-14 17:11:45 -0700 Processing by Flms::ImageLayersController#new as HTML Parameters: {"page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/image_layers/_form.html.haml (13.6ms) Rendered /Users/kevin/flms/app/views/flms/image_layers/new.html.haml within layouts/flms/admin (16.8ms) Completed 200 OK in 27ms (Views: 25.0ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:45 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:45 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:45 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:45 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:45 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:45 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:45 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:45 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 17:11:45 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:45 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:45 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:45 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:45 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:45 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:45 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:45 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:45 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:45 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 17:11:45 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1/image_layers/new" for 127.0.0.1 at 2013-03-14 17:12:34 -0700 Processing by Flms::ImageLayersController#new as HTML Parameters: {"page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/image_layers/_form.html.haml (2.1ms) Rendered /Users/kevin/flms/app/views/flms/image_layers/new.html.haml within layouts/flms/admin (3.0ms) Completed 200 OK in 13ms (Views: 10.8ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 17:12:34 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 17:12:34 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 17:12:34 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 17:12:34 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 17:12:34 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 17:12:34 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 17:12:34 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 17:12:34 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 17:12:34 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:34 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:34 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:34 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:34 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:34 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:34 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:34 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:35 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:35 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:35 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:35 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:35 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1/image_layers/new" for 127.0.0.1 at 2013-03-14 17:12:37 -0700 Processing by Flms::ImageLayersController#new as HTML Parameters: {"page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/image_layers/_form.html.haml (2.1ms) Rendered /Users/kevin/flms/app/views/flms/image_layers/new.html.haml within layouts/flms/admin (3.0ms) Completed 200 OK in 58ms (Views: 55.9ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 17:12:37 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 17:12:37 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 17:12:37 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 17:12:37 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 17:12:37 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 17:12:37 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 17:12:37 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 17:12:37 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 17:12:37 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:37 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:37 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:37 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:37 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:37 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:37 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:37 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:37 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:37 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:37 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:37 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:37 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 17:12:45 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (5.2ms) Completed 200 OK in 15ms (Views: 13.3ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 17:12:45 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 17:12:45 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 17:12:45 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 17:12:45 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 17:12:45 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 17:12:45 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 17:12:45 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 17:12:45 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 17:12:45 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:45 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:45 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:45 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:45 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:45 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:45 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:45 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:45 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:45 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:45 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:45 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:45 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1/image_layers/new" for 127.0.0.1 at 2013-03-14 17:12:50 -0700 Processing by Flms::ImageLayersController#new as HTML Parameters: {"page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/image_layers/_form.html.haml (2.1ms) Rendered /Users/kevin/flms/app/views/flms/image_layers/new.html.haml within layouts/flms/admin (3.0ms) Completed 200 OK in 13ms (Views: 10.8ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 17:12:50 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 17:12:50 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 17:12:50 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 17:12:50 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 17:12:50 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 17:12:50 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 17:12:50 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 17:12:50 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 17:12:50 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:50 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:50 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:50 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:50 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:50 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:50 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:50 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:50 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:50 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:50 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:50 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 17:12:50 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1/image_layers/new" for 127.0.0.1 at 2013-03-14 17:13:18 -0700 Processing by Flms::ImageLayersController#new as HTML Parameters: {"page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/image_layers/_form.html.haml (2.1ms) Rendered /Users/kevin/flms/app/views/flms/image_layers/new.html.haml within layouts/flms/admin (3.0ms) Completed 200 OK in 13ms (Views: 10.8ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 17:13:18 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 17:13:18 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 17:13:18 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 17:13:18 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 17:13:18 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 17:13:18 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 17:13:18 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 17:13:18 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 17:13:18 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 17:13:18 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 17:13:18 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 17:13:18 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 17:13:18 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 17:13:18 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 17:13:18 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 17:13:18 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 17:13:18 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 17:13:18 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 17:13:18 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 17:13:18 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 17:13:18 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1/image_layers/new" for 127.0.0.1 at 2013-03-14 17:13:28 -0700 Processing by Flms::ImageLayersController#new as HTML Parameters: {"page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/image_layers/_form.html.haml (2.2ms) Rendered /Users/kevin/flms/app/views/flms/image_layers/new.html.haml within layouts/flms/admin (3.3ms) Completed 200 OK in 13ms (Views: 11.4ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 17:13:28 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 17:13:28 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 17:13:28 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 17:13:28 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 17:13:28 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 17:13:28 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 17:13:28 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 17:13:28 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 17:13:28 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 17:13:28 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 17:13:28 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 17:13:28 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 17:13:28 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 17:13:28 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 17:13:28 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 17:13:28 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 17:13:28 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 17:13:28 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 17:13:28 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 17:13:28 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 17:13:28 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/pages/home/blocks/1/image_layers" for 127.0.0.1 at 2013-03-14 17:14:11 -0700 Processing by Flms::ImageLayersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "image_layer"=>{"name"=>"test"}, "commit"=>"Create Image layer", "page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction SQL (1.7ms) INSERT INTO "flms_layers" ("block_id", "created_at", "image", "name", "ordering", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["block_id", 1], ["created_at", Fri, 15 Mar 2013 00:14:11 UTC +00:00], ["image", nil], ["name", "test"], ["ordering", nil], ["type", "Flms::ImageLayer"], ["updated_at", Fri, 15 Mar 2013 00:14:11 UTC +00:00]]  (0.8ms) commit transaction Redirected to http://localhost:3000/flms/pages/home/blocks/1 Completed 302 Found in 9ms (ActiveRecord: 2.8ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 17:14:11 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.9ms) Completed 200 OK in 13ms (Views: 11.0ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 17:14:11 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 17:14:11 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 17:14:11 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 17:14:11 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 17:14:11 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 17:14:11 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 17:14:11 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 17:14:11 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 17:14:11 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 17:14:11 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 17:14:11 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 17:14:11 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 17:14:11 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 17:14:11 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 17:14:11 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 17:14:11 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 17:14:11 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 17:14:11 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 17:14:11 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 17:14:11 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 17:14:11 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1/image_layers/1/edit" for 127.0.0.1 at 2013-03-14 17:14:16 -0700 Processing by Flms::ImageLayersController#edit as HTML Parameters: {"page_id"=>"home", "block_id"=>"1", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::ImageLayer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."type" IN ('Flms::ImageLayer') AND "flms_layers"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/image_layers/_form.html.haml (2.2ms) Rendered /Users/kevin/flms/app/views/flms/image_layers/edit.html.haml within layouts/flms/admin (4.0ms) Completed 200 OK in 14ms (Views: 12.0ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 17:14:16 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 17:14:16 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 17:14:16 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 17:14:16 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 17:14:16 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 17:14:16 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 17:14:16 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 17:14:16 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 17:14:16 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 17:14:16 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 17:14:16 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 17:14:16 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 17:14:16 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 17:14:16 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 17:14:16 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 17:14:16 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 17:14:16 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 17:14:16 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 17:14:16 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 17:14:16 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 17:14:16 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started PUT "/flms/pages/home/blocks/1/image_layers/1" for 127.0.0.1 at 2013-03-14 17:14:26 -0700 Processing by Flms::ImageLayersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "image_layer"=>{"name"=>"test", "image"=>#>}, "commit"=>"Update Image layer", "page_id"=>"home", "block_id"=>"1", "id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::ImageLayer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."type" IN ('Flms::ImageLayer') AND "flms_layers"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction  (0.0ms) commit transaction Redirected to http://localhost:3000/flms/pages/home/blocks/1 Completed 302 Found in 5ms (ActiveRecord: 0.5ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 17:14:26 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (3.1ms) Completed 200 OK in 13ms (Views: 11.1ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 17:14:26 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 17:14:26 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 17:14:26 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 17:14:26 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 17:14:26 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 17:14:26 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 17:14:26 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 17:14:26 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 17:14:26 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 17:14:26 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 17:14:26 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 17:14:26 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 17:14:26 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 17:14:26 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 17:14:26 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 17:14:26 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 17:14:26 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 17:14:26 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 17:14:26 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 17:14:26 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 17:14:26 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1/image_layers/1/edit" for 127.0.0.1 at 2013-03-14 17:18:32 -0700 LoadError (cannot load such file -- RMagick): activesupport (3.2.12) lib/active_support/dependencies.rb:251:in `require' activesupport (3.2.12) lib/active_support/dependencies.rb:251:in `block in require' activesupport (3.2.12) lib/active_support/dependencies.rb:234:in `block in load_dependency' activesupport (3.2.12) lib/active_support/dependencies.rb:639:in `new_constants_in' activesupport (3.2.12) lib/active_support/dependencies.rb:234:in `load_dependency' activesupport (3.2.12) lib/active_support/dependencies.rb:251:in `require' carrierwave (0.8.0) lib/carrierwave/processing/rmagick.rb:67:in `rescue in block in ' carrierwave (0.8.0) lib/carrierwave/processing/rmagick.rb:64:in `block in ' activesupport (3.2.12) lib/active_support/concern.rb:119:in `class_eval' activesupport (3.2.12) lib/active_support/concern.rb:119:in `append_features' /Users/kevin/flms/app/uploaders/image_uploader.rb:13:in `include' /Users/kevin/flms/app/uploaders/image_uploader.rb:13:in `' /Users/kevin/flms/app/uploaders/image_uploader.rb:6:in `' activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `load' activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `block in load_file' activesupport (3.2.12) lib/active_support/dependencies.rb:639:in `new_constants_in' activesupport (3.2.12) lib/active_support/dependencies.rb:468:in `load_file' activesupport (3.2.12) lib/active_support/dependencies.rb:353:in `require_or_load' activesupport (3.2.12) lib/active_support/dependencies.rb:502:in `load_missing_constant' activesupport (3.2.12) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.12) lib/active_support/dependencies.rb:514:in `load_missing_constant' activesupport (3.2.12) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.12) lib/active_support/dependencies.rb:514:in `load_missing_constant' activesupport (3.2.12) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `const_missing' /Users/kevin/flms/app/models/flms/image_layer.rb:5:in `' /Users/kevin/flms/app/models/flms/image_layer.rb:2:in `' /Users/kevin/flms/app/models/flms/image_layer.rb:1:in `' activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `load' activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `block in load_file' activesupport (3.2.12) lib/active_support/dependencies.rb:639:in `new_constants_in' activesupport (3.2.12) lib/active_support/dependencies.rb:468:in `load_file' activesupport (3.2.12) lib/active_support/dependencies.rb:353:in `require_or_load' activesupport (3.2.12) lib/active_support/dependencies.rb:502:in `load_missing_constant' activesupport (3.2.12) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:260:in `safe_constantize' activesupport (3.2.12) lib/active_support/core_ext/string/inflections.rb:66:in `safe_constantize' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:152:in `_default_wrap_model' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:169:in `_set_wrapper_defaults' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:133:in `inherited' actionpack (3.2.12) lib/abstract_controller/railties/routes_helpers.rb:7:in `block (2 levels) in with' actionpack (3.2.12) lib/action_controller/railties/paths.rb:7:in `block (2 levels) in with' /Users/kevin/flms/app/controllers/flms/image_layers_controller.rb:4:in `' /Users/kevin/flms/app/controllers/flms/image_layers_controller.rb:3:in `' activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `load' activesupport (3.2.12) lib/active_support/dependencies.rb:469:in `block in load_file' activesupport (3.2.12) lib/active_support/dependencies.rb:639:in `new_constants_in' activesupport (3.2.12) lib/active_support/dependencies.rb:468:in `load_file' activesupport (3.2.12) lib/active_support/dependencies.rb:353:in `require_or_load' activesupport (3.2.12) lib/active_support/dependencies.rb:502:in `load_missing_constant' activesupport (3.2.12) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.12) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.12) lib/active_support/dependencies.rb:554:in `get' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2865375643189977686__call__4259678797259179507__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.8ms) Connecting to database specified by database.yml Started GET "/flms/pages/home/blocks/1/image_layers/1/edit" for 127.0.0.1 at 2013-03-14 17:19:36 -0700 Connecting to database specified by database.yml Started GET "/flms/pages/home/blocks/1/image_layers/1/edit" for 127.0.0.1 at 2013-03-14 17:19:47 -0700 Connecting to database specified by database.yml Started GET "/flms/pages/home/blocks/1/image_layers/1/edit" for 127.0.0.1 at 2013-03-14 17:20:15 -0700 Connecting to database specified by database.yml Started GET "/flms/pages/home/blocks/1/image_layers/1/edit" for 127.0.0.1 at 2013-03-14 17:21:24 -0700 Processing by Flms::ImageLayersController#edit as HTML Parameters: {"page_id"=>"home", "block_id"=>"1", "id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::ImageLayer Load (0.2ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."type" IN ('Flms::ImageLayer') AND "flms_layers"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/image_layers/_form.html.haml (13.0ms) Rendered /Users/kevin/flms/app/views/flms/image_layers/edit.html.haml within layouts/flms/admin (48.8ms) Completed 200 OK in 238ms (Views: 137.0ms | ActiveRecord: 2.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 17:21:25 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 17:21:25 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (1ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 17:21:25 -0700 Served asset /flms/login.css - 304 Not Modified (2ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 17:21:25 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (3ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 17:21:25 -0700 Served asset /flms/home.css - 304 Not Modified (3ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 17:21:25 -0700 Served asset /flms/layout.css - 304 Not Modified (1ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 17:21:25 -0700 Served asset /jquery-ui.css - 304 Not Modified (2ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 17:21:25 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (2ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 17:21:25 -0700 Served asset /flms/flms.css - 304 Not Modified (9ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 17:21:25 -0700 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 17:21:25 -0700 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 17:21:25 -0700 Served asset /modularity/modularity.js - 304 Not Modified (47ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 17:21:25 -0700 Served asset /jquery-ui.js - 304 Not Modified (2ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 17:21:25 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (1ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 17:21:25 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 17:21:25 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (3ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 17:21:25 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 17:21:25 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (2ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 17:21:25 -0700 Served asset /flms/layout.js - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 17:21:25 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (2ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 17:21:25 -0700 Served asset /flms/flms.js - 304 Not Modified (13ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 17:23:42 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.2ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (48.7ms) Completed 200 OK in 59ms (Views: 57.0ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 17:23:42 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 17:23:42 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 17:23:42 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 17:23:42 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 17:23:42 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 17:23:42 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 17:23:42 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 17:23:42 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 17:23:42 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 17:23:42 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 17:23:42 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 17:23:42 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 17:23:42 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 17:23:42 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 17:23:42 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 17:23:42 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 17:23:42 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 17:23:42 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 17:23:42 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 17:23:42 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 17:23:42 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 17:25:14 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (5.9ms) Completed 500 Internal Server Error in 9ms ActionView::Template::Error (can't convert nil into String): 15: 16: %td.name 17: = layer.name 18: = image_tag layer.image_url if layer.image? 19: 20: %td.action 21: = link_to edit_page_block_image_layer_path(@page, @block, layer), class: 'btn', title: 'edit' do carrierwave (0.8.0) lib/carrierwave/uploader/url.rb:22:in `expand_path' carrierwave (0.8.0) lib/carrierwave/uploader/url.rb:22:in `url' carrierwave (0.8.0) lib/carrierwave/uploader/versions.rb:160:in `url' carrierwave (0.8.0) lib/carrierwave/uploader/default_url.rb:8:in `url' carrierwave (0.8.0) lib/carrierwave/mount.rb:377:in `url' carrierwave (0.8.0) lib/carrierwave/mount.rb:187:in `image_url' /Users/kevin/flms/app/views/flms/blocks/show.html.haml:18:in `block in ___sers_kevin_flms_app_views_flms_blocks_show_html_haml__1034076246457013_70345128846040' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /Users/kevin/flms/app/views/flms/blocks/show.html.haml:13:in `___sers_kevin_flms_app_views_flms_blocks_show_html_haml__1034076246457013_70345128846040' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__342210232018980832__process_action__1448131884470150262__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__404707092335918805__call__2331693306351260471__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.3ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 17:25:55 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (5.9ms) Completed 200 OK in 16ms (Views: 14.3ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 17:25:55 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 17:25:55 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 17:25:55 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 17:25:55 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 17:25:55 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 17:25:55 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 17:25:55 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 17:25:55 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 17:25:55 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 17:25:55 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 17:25:55 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 17:25:55 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 17:25:55 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 17:25:55 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 17:25:55 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 17:25:55 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 17:25:55 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 17:25:55 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 17:25:55 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 17:25:55 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 17:25:55 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started DELETE "/flms/pages/home/blocks/1/layers/2" for 127.0.0.1 at 2013-03-14 17:25:58 -0700 ActionController::RoutingError (uninitialized constant Flms::LayersController): activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__404707092335918805__call__2331693306351260471__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started DELETE "/flms/pages/home/blocks/1/layers/2" for 127.0.0.1 at 2013-03-14 17:26:22 -0700 ActionController::RoutingError (uninitialized constant Flms::LayersController): activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__404707092335918805__call__2331693306351260471__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started DELETE "/flms/pages/home/blocks/1/layers/2" for 127.0.0.1 at 2013-03-14 17:26:24 -0700 ActionController::RoutingError (uninitialized constant Flms::LayersController): activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__404707092335918805__call__2331693306351260471__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started DELETE "/flms/pages/home/blocks/1/layers/2" for 127.0.0.1 at 2013-03-14 17:26:55 -0700 ActionController::RoutingError (uninitialized constant Flms::LayersController): activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__404707092335918805__call__2331693306351260471__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (21.9ms) Completed 200 OK in 104ms (Views: 30.0ms | ActiveRecord: 1.5ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.7ms) Completed 200 OK in 13ms (Views: 10.7ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 17:26:58 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started DELETE "/flms/pages/home/blocks/1/layers/1" for 127.0.0.1 at 2013-03-14 17:27:03 -0700 ActionController::RoutingError (uninitialized constant Flms::LayersController): activesupport (3.2.12) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.12) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__404707092335918805__call__2331693306351260471__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started DELETE "/flms/pages/home/blocks/1/layers/1" for 127.0.0.1 at 2013-03-14 17:28:10 -0700 Processing by Flms::LayersController#destroy as HTML Parameters: {"authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "page_id"=>"home", "block_id"=>"1", "id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Completed 500 Internal Server Error in 80ms NoMethodError (undefined method `destroy' for nil:NilClass): /Users/kevin/flms/app/controllers/flms/layers_controller.rb:12:in `destroy' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__1322642194861824667__process_action__3676671623124613623__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__404707092335918805__call__2331693306351260471__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.2ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 17:28:58 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (55.0ms) Completed 200 OK in 65ms (Views: 62.7ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 17:28:58 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 17:28:58 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 17:28:58 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 17:28:58 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 17:28:58 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 17:28:58 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 17:28:58 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 17:28:58 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 17:28:58 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 17:28:58 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 17:28:58 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 17:28:58 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 17:28:58 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 17:28:58 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 17:28:58 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 17:28:58 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 17:28:58 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 17:28:58 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 17:28:58 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 17:28:58 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 17:28:58 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 17:28:59 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.8ms) Completed 200 OK in 13ms (Views: 10.8ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 17:28:59 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 17:28:59 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 17:28:59 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 17:28:59 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 17:28:59 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 17:28:59 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 17:28:59 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 17:28:59 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 17:28:59 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 17:28:59 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 17:28:59 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 17:28:59 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 17:28:59 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 17:28:59 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 17:28:59 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 17:28:59 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 17:28:59 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 17:28:59 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 17:28:59 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 17:28:59 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 17:28:59 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started DELETE "/flms/pages/home/blocks/1/layers/2" for 127.0.0.1 at 2013-03-14 17:29:04 -0700 Processing by Flms::LayersController#destroy as HTML Parameters: {"authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "page_id"=>"home", "block_id"=>"1", "id"=>"2"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Completed 500 Internal Server Error in 2ms NoMethodError (undefined method `destroy' for nil:NilClass): /Users/kevin/flms/app/controllers/flms/layers_controller.rb:12:in `destroy' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__1322642194861824667__process_action__3676671623124613623__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__404707092335918805__call__2331693306351260471__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (44.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (49.7ms) Started DELETE "/flms/pages/home/blocks/1/layers/2" for 127.0.0.1 at 2013-03-14 17:29:49 -0700 Processing by Flms::LayersController#destroy as HTML Parameters: {"authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "page_id"=>"home", "block_id"=>"1", "id"=>"2"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Completed 500 Internal Server Error in 78ms NoMethodError (undefined method `destroy' for nil:NilClass): /Users/kevin/flms/app/controllers/flms/layers_controller.rb:12:in `destroy' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__1322642194861824667__process_action__3676671623124613623__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__404707092335918805__call__2331693306351260471__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.8ms) Connecting to database specified by database.yml Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 17:33:21 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (20.5ms) Completed 200 OK in 31ms (Views: 29.0ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 17:33:21 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 17:33:21 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 17:33:21 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 17:33:21 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 17:33:21 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 17:33:21 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 17:33:21 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 17:33:21 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 17:33:21 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 17:33:21 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 17:33:21 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 17:33:21 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 17:33:21 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 17:33:21 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 17:33:21 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 17:33:21 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 17:33:21 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 17:33:21 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 17:33:21 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 17:33:21 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 17:33:21 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started DELETE "/flms/pages/home/blocks/1/layers/1" for 127.0.0.1 at 2013-03-14 17:33:24 -0700 Processing by Flms::LayersController#destroy as HTML Parameters: {"authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "page_id"=>"home", "block_id"=>"1", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Completed 500 Internal Server Error in 2ms NoMethodError (undefined method `destroy' for nil:NilClass): /Users/kevin/flms/app/controllers/flms/layers_controller.rb:12:in `destroy' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__1322642194861824667__process_action__3676671623124613623__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:35:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__404707092335918805__call__2331693306351260471__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.5ms) Connecting to database specified by database.yml Started GET "/flms/pages/home/blocks/1/image_layers/new" for 127.0.0.1 at 2013-03-14 17:50:00 -0700 Processing by Flms::ImageLayersController#new as HTML Parameters: {"page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/image_layers/_form.html.haml (4.4ms) Rendered /Users/kevin/flms/app/views/flms/image_layers/new.html.haml within layouts/flms/admin (6.2ms) Completed 200 OK in 104ms (Views: 14.4ms | ActiveRecord: 1.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 17:50:01 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 17:50:01 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 17:50:01 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 17:50:01 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 17:50:01 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 17:50:01 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 17:50:01 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 17:50:01 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 17:50:01 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 17:50:01 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 17:50:01 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 17:50:01 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 17:50:01 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 17:50:01 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 17:50:01 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 17:50:01 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 17:50:01 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 17:50:01 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 17:50:01 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 17:50:01 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 17:50:01 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Connecting to database specified by database.yml  (1.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to FlmsDeviseCreateUsers (20130208224914) Migrating to FlmsCreatePages (20130216032241) Migrating to CreateFlmsBlocks (20130302011705) Migrating to CreateFlmsBlocksPages (20130302015459) Migrating to CreateFlmsLayers (20130312220011) Migrating to AddImageToLayers (20130313002421)  (0.0ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (1.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (1.0ms) DROP TABLE "flms_blocks"  (0.8ms) CREATE TABLE "flms_blocks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.9ms) DROP TABLE "flms_blocks_pages"  (0.7ms) CREATE TABLE "flms_blocks_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "block_id" integer, "page_id" integer, "ordering" integer, "active" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.6ms) CREATE INDEX "index_flms_blocks_pages_on_block_id" ON "flms_blocks_pages" ("block_id")  (0.9ms) CREATE INDEX "index_flms_blocks_pages_on_page_id" ON "flms_blocks_pages" ("page_id")  (0.9ms) DROP TABLE "flms_layers"  (0.9ms) CREATE TABLE "flms_layers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "block_id" integer, "ordering" integer, "type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "image" varchar(255))  (0.8ms) CREATE INDEX "index_flms_layers_on_block_id" ON "flms_layers" ("block_id")  (0.7ms) DROP TABLE "flms_pages"  (0.7ms) CREATE TABLE "flms_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "url" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.7ms) CREATE INDEX "index_flms_pages_on_url" ON "flms_pages" ("url")  (0.9ms) DROP TABLE "flms_users"  (1.0ms) CREATE TABLE "flms_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "index_flms_users_on_email" ON "flms_users" ("email")  (0.8ms) CREATE UNIQUE INDEX "index_flms_users_on_reset_password_token" ON "flms_users" ("reset_password_token")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20130313002421') Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 17:56:47 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (61.2ms) Completed 200 OK in 108ms (Views: 69.3ms | ActiveRecord: 1.6ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 17:56:47 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 17:56:47 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 17:56:47 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 17:56:47 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 17:56:47 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 17:56:47 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 17:56:47 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 17:56:47 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 17:56:47 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 17:56:47 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 17:56:47 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 17:56:47 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 17:56:47 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 17:56:47 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 17:56:47 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 17:56:47 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 17:56:47 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 17:56:47 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 17:56:47 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 17:56:47 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 17:56:47 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started DELETE "/flms/pages/home/blocks/1/layers/1" for 127.0.0.1 at 2013-03-14 17:56:50 -0700 Processing by Flms::LayersController#destroy as HTML Parameters: {"authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "page_id"=>"home", "block_id"=>"1", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction SQL (0.4ms) DELETE FROM "flms_layers" WHERE "flms_layers"."type" IN ('Flms::ImageLayer') AND "flms_layers"."id" = ? [["id", 1]]  (2.0ms) commit transaction Redirected to http://localhost:3000/flms/pages/home/blocks.1 Completed 302 Found in 7ms (ActiveRecord: 2.8ms) Started GET "/flms/pages/home/blocks.1" for 127.0.0.1 at 2013-03-14 17:56:50 -0700 Processing by Flms::BlocksController#index as Parameters: {"page_id"=>"home"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::BlocksPage Load (0.1ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 2 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2, 3) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (66.2ms) Completed 200 OK in 81ms (Views: 77.9ms | ActiveRecord: 1.1ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 17:56:50 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 17:56:50 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 17:56:50 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 17:56:50 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 17:56:50 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 17:56:50 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 17:56:50 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 17:56:50 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 17:56:50 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 17:56:50 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 17:56:50 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 17:56:50 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 17:56:50 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 17:56:50 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 17:56:50 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 17:56:50 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 17:56:50 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 17:56:50 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 17:56:50 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 17:56:50 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 17:56:50 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 17:56:54 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.2ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.5ms) Completed 200 OK in 13ms (Views: 10.8ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 17:56:54 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 17:56:54 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 17:56:54 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 17:56:54 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 17:56:54 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 17:56:54 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 17:56:54 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 17:56:54 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 17:56:54 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 17:56:54 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 17:56:54 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 17:56:54 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 17:56:54 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 17:56:54 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 17:56:54 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 17:56:54 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 17:56:54 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 17:56:54 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 17:56:54 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 17:56:54 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 17:56:54 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 18:03:20 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (59.1ms) Completed 200 OK in 108ms (Views: 68.0ms | ActiveRecord: 1.7ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 18:03:21 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 18:03:21 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 18:03:21 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 18:03:21 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 18:03:21 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 18:03:21 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 18:03:21 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 18:03:21 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 18:03:21 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:21 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:21 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:21 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:21 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:21 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:21 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:21 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:21 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:21 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:21 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:21 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:21 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started DELETE "/flms/pages/home/blocks/1/layers/2" for 127.0.0.1 at 2013-03-14 18:03:22 -0700 Processing by Flms::LayersController#destroy as HTML Parameters: {"authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "page_id"=>"home", "block_id"=>"1", "id"=>"2"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."id" = ? LIMIT 1 [["id", "2"]]  (0.0ms) begin transaction SQL (0.3ms) DELETE FROM "flms_layers" WHERE "flms_layers"."type" IN ('Flms::ImageLayer') AND "flms_layers"."id" = ? [["id", 2]]  (2.1ms) commit transaction Redirected to http://localhost:3000/flms/pages/home/blocks/1 Completed 302 Found in 7ms (ActiveRecord: 3.1ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 18:03:22 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.2ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (1.5ms) Completed 200 OK in 13ms (Views: 10.7ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 18:03:22 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 18:03:22 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 18:03:22 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 18:03:22 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 18:03:22 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 18:03:22 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 18:03:22 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 18:03:22 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 18:03:22 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:22 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:22 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:22 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:22 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:22 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:22 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:22 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:23 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:23 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:23 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:23 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:23 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 18:03:29 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (1.3ms) Completed 200 OK in 12ms (Views: 9.4ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 18:03:29 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 18:03:29 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 18:03:29 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 18:03:29 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 18:03:29 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 18:03:29 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 18:03:29 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 18:03:29 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 18:03:29 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:29 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:29 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:29 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:29 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:29 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:29 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:29 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:29 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:29 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:29 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:29 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:29 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 18:03:30 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (1.4ms) Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 18:03:30 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 18:03:30 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 18:03:30 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 18:03:30 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 18:03:30 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 18:03:30 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 18:03:30 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 18:03:30 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 18:03:30 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:30 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:30 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:30 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:30 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:30 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:30 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:30 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:30 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:30 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:30 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:30 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 18:03:30 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 18:04:04 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (1.3ms) Completed 200 OK in 11ms (Views: 9.2ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:05 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:05 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:05 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:05 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:05 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:05 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:05 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:05 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:05 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:05 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:05 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:05 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:05 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:05 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:05 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:05 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:05 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:05 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:05 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:05 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:05 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1/image_layers/new" for 127.0.0.1 at 2013-03-14 18:04:06 -0700 Processing by Flms::ImageLayersController#new as HTML Parameters: {"page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/image_layers/_form.html.haml (5.0ms) Rendered /Users/kevin/flms/app/views/flms/image_layers/new.html.haml within layouts/flms/admin (5.9ms) Completed 200 OK in 17ms (Views: 14.9ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:06 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:06 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:06 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:06 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:06 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:06 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:06 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:06 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:06 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:06 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:06 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:06 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:06 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:06 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:06 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:06 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:06 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:06 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:06 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:06 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:09 -0700 Served asset /flms/home.css - 200 OK (0ms) Started GET "/flms/pages/home/blocks/1/image_layers/new" for 127.0.0.1 at 2013-03-14 18:04:11 -0700 Processing by Flms::ImageLayersController#new as HTML Parameters: {"page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/image_layers/_form.html.haml (2.2ms) Rendered /Users/kevin/flms/app/views/flms/image_layers/new.html.haml within layouts/flms/admin (3.1ms) Completed 200 OK in 14ms (Views: 12.3ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:11 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:11 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:11 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:11 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:11 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:11 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:11 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:11 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:11 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:11 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:11 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:11 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:11 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:11 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:11 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:11 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:11 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:11 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:11 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:11 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/pages/home/blocks/1/image_layers" for 127.0.0.1 at 2013-03-14 18:04:18 -0700 Processing by Flms::ImageLayersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "image_layer"=>{"name"=>"il1", "image"=>#>}, "commit"=>"Create Image layer", "page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (2.6ms) INSERT INTO "flms_layers" ("block_id", "created_at", "image", "name", "ordering", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["block_id", 1], ["created_at", Fri, 15 Mar 2013 01:04:18 UTC +00:00], ["image", "300px-BabySinclair.jpg"], ["name", "il1"], ["ordering", nil], ["type", "Flms::ImageLayer"], ["updated_at", Fri, 15 Mar 2013 01:04:18 UTC +00:00]]  (0.9ms) commit transaction Redirected to http://localhost:3000/flms/pages/home/blocks/1 Completed 302 Found in 15ms (ActiveRecord: 3.9ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 18:04:18 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.0ms) Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:18 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:18 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:18 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:18 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:18 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:18 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:18 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:18 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:18 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:18 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:18 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:18 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:18 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:18 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:18 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:18 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:18 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:18 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:18 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:18 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1/image_layers/3/edit" for 127.0.0.1 at 2013-03-14 18:04:38 -0700 Processing by Flms::ImageLayersController#edit as HTML Parameters: {"page_id"=>"home", "block_id"=>"1", "id"=>"3"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::ImageLayer Load (0.2ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."type" IN ('Flms::ImageLayer') AND "flms_layers"."id" = ? LIMIT 1 [["id", "3"]] Rendered /Users/kevin/flms/app/views/flms/image_layers/_form.html.haml (2.3ms) Rendered /Users/kevin/flms/app/views/flms/image_layers/edit.html.haml within layouts/flms/admin (3.2ms) Completed 200 OK in 14ms (Views: 11.2ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:38 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:38 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:38 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:38 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:38 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:38 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:38 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:38 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:38 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:38 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:38 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:38 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:38 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:38 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:38 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:38 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:38 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:38 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:38 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:38 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started PUT "/flms/pages/home/blocks/1/image_layers/3" for 127.0.0.1 at 2013-03-14 18:04:43 -0700 Processing by Flms::ImageLayersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "image_layer"=>{"name"=>"il1a"}, "commit"=>"Update Image layer", "page_id"=>"home", "block_id"=>"1", "id"=>"3"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::ImageLayer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."type" IN ('Flms::ImageLayer') AND "flms_layers"."id" = ? LIMIT 1 [["id", "3"]]  (0.0ms) begin transaction  (0.0ms) commit transaction Redirected to http://localhost:3000/flms/pages/home/blocks/1 Completed 302 Found in 5ms (ActiveRecord: 0.5ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 18:04:43 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.3ms) Completed 200 OK in 13ms (Views: 10.6ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:43 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:43 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:43 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:43 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:43 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:43 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:43 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 18:04:43 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:43 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:43 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:43 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:43 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:43 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:43 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:43 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:43 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:43 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:43 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:43 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 18:04:43 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1/image_layers/3/edit" for 127.0.0.1 at 2013-03-14 18:08:55 -0700 Processing by Flms::ImageLayersController#edit as HTML Parameters: {"page_id"=>"home", "block_id"=>"1", "id"=>"3"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::ImageLayer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."type" IN ('Flms::ImageLayer') AND "flms_layers"."id" = ? LIMIT 1 [["id", "3"]] Rendered /Users/kevin/flms/app/views/flms/image_layers/_form.html.haml (2.2ms) Rendered /Users/kevin/flms/app/views/flms/image_layers/edit.html.haml within layouts/flms/admin (3.1ms) Completed 200 OK in 13ms (Views: 11.1ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 18:08:55 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 18:08:55 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 18:08:55 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 18:08:55 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 18:08:55 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 18:08:55 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 18:08:55 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 18:08:55 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 18:08:55 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 18:08:55 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 18:08:55 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 18:08:55 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 18:08:55 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 18:08:55 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 18:08:55 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 18:08:55 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 18:08:55 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 18:08:55 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 18:08:55 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 18:08:55 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1/image_layers/3/edit" for 127.0.0.1 at 2013-03-14 18:12:44 -0700 Processing by Flms::ImageLayersController#edit as HTML Parameters: {"page_id"=>"home", "block_id"=>"1", "id"=>"3"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::ImageLayer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."type" IN ('Flms::ImageLayer') AND "flms_layers"."id" = ? LIMIT 1 [["id", "3"]] Rendered /Users/kevin/flms/app/views/flms/image_layers/_form.html.haml (2.3ms) Rendered /Users/kevin/flms/app/views/flms/image_layers/edit.html.haml within layouts/flms/admin (3.2ms) Completed 200 OK in 57ms (Views: 54.5ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 18:12:44 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 18:12:44 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 18:12:44 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 18:12:44 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 18:12:44 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 18:12:44 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 18:12:44 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 18:12:44 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 18:12:44 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 18:12:44 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 18:12:44 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 18:12:44 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 18:12:44 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 18:12:44 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 18:12:44 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 18:12:44 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 18:12:44 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 18:12:44 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 18:12:44 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 18:12:44 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1/image_layers/3/edit" for 127.0.0.1 at 2013-03-14 18:13:38 -0700 Processing by Flms::ImageLayersController#edit as HTML Parameters: {"page_id"=>"home", "block_id"=>"1", "id"=>"3"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::ImageLayer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."type" IN ('Flms::ImageLayer') AND "flms_layers"."id" = ? LIMIT 1 [["id", "3"]] Rendered /Users/kevin/flms/app/views/flms/image_layers/_form.html.haml (2.2ms) Rendered /Users/kevin/flms/app/views/flms/image_layers/edit.html.haml within layouts/flms/admin (3.1ms) Completed 200 OK in 13ms (Views: 11.0ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 18:13:39 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 18:13:39 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 18:13:39 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 18:13:39 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 18:13:39 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 18:13:39 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 18:13:39 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 18:13:39 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 18:13:39 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 18:13:39 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 18:13:39 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 18:13:39 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 18:13:39 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 18:13:39 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 18:13:39 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 18:13:39 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 18:13:39 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 18:13:39 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 18:13:39 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 18:13:39 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 18:15:04 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (5.0ms) Completed 200 OK in 15ms (Views: 12.9ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 18:15:04 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 18:15:04 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 18:15:04 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 18:15:04 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 18:15:04 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 18:15:05 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 18:15:05 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 18:15:05 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 18:15:05 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 18:15:05 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 18:15:05 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 18:15:05 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 18:15:05 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 18:15:05 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 18:15:05 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 18:15:05 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 18:15:05 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 18:15:05 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 18:15:05 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 18:15:05 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 18:15:05 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1/image_layers/3/edit" for 127.0.0.1 at 2013-03-14 18:15:08 -0700 Processing by Flms::ImageLayersController#edit as HTML Parameters: {"page_id"=>"home", "block_id"=>"1", "id"=>"3"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::ImageLayer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."type" IN ('Flms::ImageLayer') AND "flms_layers"."id" = ? LIMIT 1 [["id", "3"]] Rendered /Users/kevin/flms/app/views/flms/image_layers/_form.html.haml (2.2ms) Rendered /Users/kevin/flms/app/views/flms/image_layers/edit.html.haml within layouts/flms/admin (3.1ms) Completed 200 OK in 14ms (Views: 11.4ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 18:15:08 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 18:15:08 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 18:15:08 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 18:15:08 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 18:15:08 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 18:15:08 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 18:15:08 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 18:15:08 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 18:15:08 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 18:15:08 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 18:15:08 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 18:15:08 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 18:15:08 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 18:15:08 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 18:15:08 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 18:15:08 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 18:15:08 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 18:15:08 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 18:15:08 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 18:15:08 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 18:15:08 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1/image_layers/3/edit" for 127.0.0.1 at 2013-03-14 18:15:40 -0700 Processing by Flms::ImageLayersController#edit as HTML Parameters: {"page_id"=>"home", "block_id"=>"1", "id"=>"3"} Completed 401 Unauthorized in 0ms Started GET "/" for 127.0.0.1 at 2013-03-14 18:15:40 -0700 Processing by HomeController#index as HTML Rendered home/index.html.haml (1.5ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-03-14 18:15:43 -0700 Processing by HomeController#index as HTML Rendered home/index.html.haml (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/flms/" for 127.0.0.1 at 2013-03-14 18:15:48 -0700 Processing by Flms::DashboardController#index as HTML Completed 401 Unauthorized in 0ms Started GET "/" for 127.0.0.1 at 2013-03-14 18:15:48 -0700 Processing by HomeController#index as HTML Rendered home/index.html.haml (0.2ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/flms/login" for 127.0.0.1 at 2013-03-14 18:15:52 -0700 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (3.0ms) Completed 200 OK in 15ms (Views: 14.4ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 18:15:52 -0700 Served asset /flms/blocks/index.css - 200 OK (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 18:15:52 -0700 Served asset /flms/blocks/show.css - 200 OK (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 18:15:52 -0700 Served asset /flms/bootstrap.css - 200 OK (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 18:15:52 -0700 Served asset /flms/layout.css - 200 OK (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 18:15:52 -0700 Served asset /flms/login.css - 200 OK (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 18:15:52 -0700 Served asset /flms/home.css - 200 OK (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 18:15:52 -0700 Served asset /jquery-ui.css - 200 OK (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 18:15:52 -0700 Served asset /bootstrapSwitch.css - 200 OK (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 18:15:52 -0700 Served asset /jquery.js - 200 OK (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 18:15:52 -0700 Served asset /flms/flms.css - 200 OK (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 18:15:52 -0700 Served asset /jquery_ujs.js - 200 OK (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 18:15:52 -0700 Served asset /jquery-ui.js - 200 OK (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 18:15:52 -0700 Served asset /modularity/tools/string_tools.js - 200 OK (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 18:15:52 -0700 Served asset /modularity/modularity.js - 200 OK (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 18:15:52 -0700 Served asset /flms/blocks/index/block.js - 200 OK (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 18:15:52 -0700 Served asset /flms/blocks/index/block_list.js - 200 OK (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 18:15:52 -0700 Served asset /flms/blocks/index/index.js - 200 OK (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 18:15:52 -0700 Served asset /flms/bootstrap.js - 200 OK (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 18:15:52 -0700 Served asset /flms/layout.js - 200 OK (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 18:15:52 -0700 Served asset /flms/flms.js - 200 OK (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 18:15:52 -0700 Served asset /bootstrapSwitch.js - 200 OK (0ms) Started POST "/flms/login" for 127.0.0.1 at 2013-03-14 18:16:00 -0700 Processing by Flms::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Di/4u6Bb5cIDZssUSwmr+ltSmKu5JJaBXYry38W99J4=", "user"=>{"email"=>"kevin.goslar@originate.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."email" = 'kevin.goslar@originate.com' LIMIT 1 Completed 401 Unauthorized in 70ms Processing by Flms::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Di/4u6Bb5cIDZssUSwmr+ltSmKu5JJaBXYry38W99J4=", "user"=>{"email"=>"kevin.goslar@originate.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (1.2ms) Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:01 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:01 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:01 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:01 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:01 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:01 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:01 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:01 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:01 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:01 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:01 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:01 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:01 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:01 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:01 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:01 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:01 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:01 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:01 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:01 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:01 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/login" for 127.0.0.1 at 2013-03-14 18:16:09 -0700 Processing by Flms::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Di/4u6Bb5cIDZssUSwmr+ltSmKu5JJaBXYry38W99J4=", "user"=>{"email"=>"kevin.goslar@originate.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."email" = 'kevin.goslar@originate.com' LIMIT 1  (0.1ms) begin transaction  (0.3ms) UPDATE "flms_users" SET "current_sign_in_at" = '2013-03-15 01:16:09.877353', "sign_in_count" = 2, "updated_at" = '2013-03-15 01:16:09.878387' WHERE "flms_users"."id" = 1  (1.9ms) commit transaction Redirected to http://localhost:3000/flms/pages Completed 302 Found in 121ms (ActiveRecord: 0.0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-03-14 18:16:09 -0700 Processing by Flms::PagesController#index as HTML Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (3.0ms) Completed 200 OK in 13ms (Views: 12.0ms | ActiveRecord: 0.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:10 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:10 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:10 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:10 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:10 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:10 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:10 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:10 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:10 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:10 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:10 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:10 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:10 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:10 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:10 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:10 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:10 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:10 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:10 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:10 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:10 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/img/glyphicons-halflings.png" for 127.0.0.1 at 2013-03-14 18:16:10 -0700 Served asset /img/glyphicons-halflings.png - 200 OK (2ms) Started GET "/assets/img/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-03-14 18:16:10 -0700 Served asset /img/glyphicons-halflings-white.png - 200 OK (2ms) Started GET "/flms/pages/home/blocks" for 127.0.0.1 at 2013-03-14 18:16:13 -0700 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"home"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::BlocksPage Load (0.1ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 2 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2, 3) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (19.3ms) Completed 200 OK in 30ms (Views: 27.3ms | ActiveRecord: 0.9ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:13 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:13 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:13 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:13 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:13 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:13 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:13 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:13 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:13 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:13 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:13 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:13 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:13 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:13 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:13 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:13 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:13 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:13 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:13 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:13 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:13 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 18:16:14 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.1ms) Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:14 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:14 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:14 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:14 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:14 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:14 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:14 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:14 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:14 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:14 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:14 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:14 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:14 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:14 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:14 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:14 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:14 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:14 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:14 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:14 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:14 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1/image_layers/3/edit" for 127.0.0.1 at 2013-03-14 18:16:16 -0700 Processing by Flms::ImageLayersController#edit as HTML Parameters: {"page_id"=>"home", "block_id"=>"1", "id"=>"3"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::ImageLayer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."type" IN ('Flms::ImageLayer') AND "flms_layers"."id" = ? LIMIT 1 [["id", "3"]] Rendered /Users/kevin/flms/app/views/flms/image_layers/_form.html.haml (2.3ms) Rendered /Users/kevin/flms/app/views/flms/image_layers/edit.html.haml within layouts/flms/admin (3.1ms) Completed 200 OK in 13ms (Views: 11.0ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:16 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:16 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:16 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:16 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:16 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:16 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:16 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:16 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:16 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:16 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:16 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:16 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:16 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:16 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:16 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:16 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:16 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:16 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:16 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:16 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:16 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started PUT "/flms/pages/home/blocks/1/image_layers/3" for 127.0.0.1 at 2013-03-14 18:16:19 -0700 Processing by Flms::ImageLayersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Di/4u6Bb5cIDZssUSwmr+ltSmKu5JJaBXYry38W99J4=", "image_layer"=>{"name"=>"il1"}, "commit"=>"Update Image layer", "page_id"=>"home", "block_id"=>"1", "id"=>"3"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::ImageLayer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."type" IN ('Flms::ImageLayer') AND "flms_layers"."id" = ? LIMIT 1 [["id", "3"]]  (0.0ms) begin transaction  (0.0ms) commit transaction Redirected to http://localhost:3000/flms/pages/home/blocks/1 Completed 302 Found in 4ms (ActiveRecord: 0.5ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 18:16:19 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.2ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.4ms) Completed 200 OK in 13ms (Views: 10.9ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:19 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:19 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:19 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:19 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:19 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:19 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:19 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:19 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:19 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:19 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:19 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:19 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:19 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:19 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:19 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:19 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:19 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:19 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:19 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:19 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:19 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started PUT "/flms/pages/home/blocks/1/image_layers/3" for 127.0.0.1 at 2013-03-14 18:16:24 -0700 Processing by Flms::ImageLayersController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "image_layer"=>{"name"=>"il1a"}, "commit"=>"Update Image layer", "page_id"=>"home", "block_id"=>"1", "id"=>"3"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::ImageLayer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."type" IN ('Flms::ImageLayer') AND "flms_layers"."id" = ? LIMIT 1 [["id", "3"]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://localhost:3000/flms/pages/home/blocks/1 Completed 302 Found in 4ms (ActiveRecord: 0.5ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 18:16:24 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.2ms) Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:24 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:24 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:24 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:24 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:24 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:24 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:24 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:24 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 18:16:24 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:24 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:24 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:24 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:24 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:25 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:25 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:25 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:25 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:25 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:25 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:25 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 18:16:25 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1/image_layers/3/edit" for 127.0.0.1 at 2013-03-14 18:17:27 -0700 Processing by Flms::ImageLayersController#edit as HTML Parameters: {"page_id"=>"home", "block_id"=>"1", "id"=>"3"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::ImageLayer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."type" IN ('Flms::ImageLayer') AND "flms_layers"."id" = ? LIMIT 1 [["id", "3"]] Rendered /Users/kevin/flms/app/views/flms/image_layers/_form.html.haml (2.3ms) Rendered /Users/kevin/flms/app/views/flms/image_layers/edit.html.haml within layouts/flms/admin (3.3ms) Completed 200 OK in 13ms (Views: 11.4ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 18:17:27 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 18:17:27 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 18:17:27 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 18:17:27 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 18:17:27 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 18:17:27 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 18:17:27 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 18:17:27 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 18:17:27 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 18:17:27 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 18:17:27 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 18:17:27 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 18:17:27 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 18:17:27 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 18:17:27 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 18:17:27 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 18:17:27 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 18:17:27 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 18:17:27 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 18:17:27 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 18:17:27 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 18:20:47 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (58.6ms) Completed 200 OK in 106ms (Views: 67.1ms | ActiveRecord: 1.7ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 18:20:47 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 18:20:47 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 18:20:47 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 18:20:47 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 18:20:47 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 18:20:47 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 18:20:47 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 18:20:47 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 18:20:47 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 18:20:47 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 18:20:47 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 18:20:47 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 18:20:47 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 18:20:47 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 18:20:47 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 18:20:47 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 18:20:47 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 18:20:47 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 18:20:47 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 18:20:47 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 18:20:47 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 18:21:46 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (6.3ms) Completed 500 Internal Server Error in 10ms ActionView::Template::Error (can't convert nil into String): 15: 16: %td.name 17: = layer.name 18: = image_tag layer.image_url 19: 20: %td.action 21: = link_to edit_page_block_image_layer_path(@page, @block, layer), class: 'btn edit', title: 'edit' do carrierwave (0.8.0) lib/carrierwave/uploader/url.rb:22:in `expand_path' carrierwave (0.8.0) lib/carrierwave/uploader/url.rb:22:in `url' carrierwave (0.8.0) lib/carrierwave/uploader/versions.rb:160:in `url' carrierwave (0.8.0) lib/carrierwave/uploader/default_url.rb:8:in `url' carrierwave (0.8.0) lib/carrierwave/mount.rb:377:in `url' carrierwave (0.8.0) lib/carrierwave/mount.rb:187:in `image_url' /Users/kevin/flms/app/views/flms/blocks/show.html.haml:18:in `block in ___sers_kevin_flms_app_views_flms_blocks_show_html_haml__1034076246457013_70345129157100' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /Users/kevin/flms/app/views/flms/blocks/show.html.haml:13:in `___sers_kevin_flms_app_views_flms_blocks_show_html_haml__1034076246457013_70345129157100' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__342210232018980832__process_action__1448131884470150262__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__404707092335918805__call__2331693306351260471__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.3ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 18:21:58 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.1ms) Completed 500 Internal Server Error in 5ms ActionView::Template::Error (can't convert nil into String): 15: 16: %td.name 17: = layer.name 18: = image_tag layer.image_url 19: 20: %td.action 21: = link_to edit_page_block_image_layer_path(@page, @block, layer), class: 'btn edit', title: 'edit' do carrierwave (0.8.0) lib/carrierwave/uploader/url.rb:22:in `expand_path' carrierwave (0.8.0) lib/carrierwave/uploader/url.rb:22:in `url' carrierwave (0.8.0) lib/carrierwave/uploader/versions.rb:160:in `url' carrierwave (0.8.0) lib/carrierwave/uploader/default_url.rb:8:in `url' carrierwave (0.8.0) lib/carrierwave/mount.rb:377:in `url' carrierwave (0.8.0) lib/carrierwave/mount.rb:187:in `image_url' /Users/kevin/flms/app/views/flms/blocks/show.html.haml:18:in `block in ___sers_kevin_flms_app_views_flms_blocks_show_html_haml__1034076246457013_70345129157100' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /Users/kevin/flms/app/views/flms/blocks/show.html.haml:13:in `___sers_kevin_flms_app_views_flms_blocks_show_html_haml__1034076246457013_70345129157100' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__342210232018980832__process_action__1448131884470150262__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__404707092335918805__call__2331693306351260471__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.1ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 18:21:59 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.2ms) Completed 500 Internal Server Error in 6ms ActionView::Template::Error (can't convert nil into String): 15: 16: %td.name 17: = layer.name 18: = image_tag layer.image_url 19: 20: %td.action 21: = link_to edit_page_block_image_layer_path(@page, @block, layer), class: 'btn edit', title: 'edit' do carrierwave (0.8.0) lib/carrierwave/uploader/url.rb:22:in `expand_path' carrierwave (0.8.0) lib/carrierwave/uploader/url.rb:22:in `url' carrierwave (0.8.0) lib/carrierwave/uploader/versions.rb:160:in `url' carrierwave (0.8.0) lib/carrierwave/uploader/default_url.rb:8:in `url' carrierwave (0.8.0) lib/carrierwave/mount.rb:377:in `url' carrierwave (0.8.0) lib/carrierwave/mount.rb:187:in `image_url' /Users/kevin/flms/app/views/flms/blocks/show.html.haml:18:in `block in ___sers_kevin_flms_app_views_flms_blocks_show_html_haml__1034076246457013_70345129157100' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /Users/kevin/flms/app/views/flms/blocks/show.html.haml:13:in `___sers_kevin_flms_app_views_flms_blocks_show_html_haml__1034076246457013_70345129157100' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__342210232018980832__process_action__1448131884470150262__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__404707092335918805__call__2331693306351260471__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.3ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 18:22:00 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.0ms) Completed 500 Internal Server Error in 5ms ActionView::Template::Error (can't convert nil into String): 15: 16: %td.name 17: = layer.name 18: = image_tag layer.image_url 19: 20: %td.action 21: = link_to edit_page_block_image_layer_path(@page, @block, layer), class: 'btn edit', title: 'edit' do carrierwave (0.8.0) lib/carrierwave/uploader/url.rb:22:in `expand_path' carrierwave (0.8.0) lib/carrierwave/uploader/url.rb:22:in `url' carrierwave (0.8.0) lib/carrierwave/uploader/versions.rb:160:in `url' carrierwave (0.8.0) lib/carrierwave/uploader/default_url.rb:8:in `url' carrierwave (0.8.0) lib/carrierwave/mount.rb:377:in `url' carrierwave (0.8.0) lib/carrierwave/mount.rb:187:in `image_url' /Users/kevin/flms/app/views/flms/blocks/show.html.haml:18:in `block in ___sers_kevin_flms_app_views_flms_blocks_show_html_haml__1034076246457013_70345129157100' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /Users/kevin/flms/app/views/flms/blocks/show.html.haml:13:in `___sers_kevin_flms_app_views_flms_blocks_show_html_haml__1034076246457013_70345129157100' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__342210232018980832__process_action__1448131884470150262__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__404707092335918805__call__2331693306351260471__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.2ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 18:22:11 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (4.6ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (can't convert nil into String): 15: 16: %td.name 17: = layer.name 18: = layer.image_url 19: 20: %td.action 21: = link_to edit_page_block_image_layer_path(@page, @block, layer), class: 'btn edit', title: 'edit' do carrierwave (0.8.0) lib/carrierwave/uploader/url.rb:22:in `expand_path' carrierwave (0.8.0) lib/carrierwave/uploader/url.rb:22:in `url' carrierwave (0.8.0) lib/carrierwave/uploader/versions.rb:160:in `url' carrierwave (0.8.0) lib/carrierwave/uploader/default_url.rb:8:in `url' carrierwave (0.8.0) lib/carrierwave/mount.rb:377:in `url' carrierwave (0.8.0) lib/carrierwave/mount.rb:187:in `image_url' /Users/kevin/flms/app/views/flms/blocks/show.html.haml:18:in `block in ___sers_kevin_flms_app_views_flms_blocks_show_html_haml__1034076246457013_70345104637620' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /Users/kevin/flms/app/views/flms/blocks/show.html.haml:13:in `___sers_kevin_flms_app_views_flms_blocks_show_html_haml__1034076246457013_70345104637620' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__342210232018980832__process_action__1448131884470150262__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__404707092335918805__call__2331693306351260471__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.2ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 18:22:13 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.0ms) Completed 500 Internal Server Error in 6ms ActionView::Template::Error (can't convert nil into String): 15: 16: %td.name 17: = layer.name 18: = layer.image_url 19: 20: %td.action 21: = link_to edit_page_block_image_layer_path(@page, @block, layer), class: 'btn edit', title: 'edit' do carrierwave (0.8.0) lib/carrierwave/uploader/url.rb:22:in `expand_path' carrierwave (0.8.0) lib/carrierwave/uploader/url.rb:22:in `url' carrierwave (0.8.0) lib/carrierwave/uploader/versions.rb:160:in `url' carrierwave (0.8.0) lib/carrierwave/uploader/default_url.rb:8:in `url' carrierwave (0.8.0) lib/carrierwave/mount.rb:377:in `url' carrierwave (0.8.0) lib/carrierwave/mount.rb:187:in `image_url' /Users/kevin/flms/app/views/flms/blocks/show.html.haml:18:in `block in ___sers_kevin_flms_app_views_flms_blocks_show_html_haml__1034076246457013_70345104637620' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /Users/kevin/flms/app/views/flms/blocks/show.html.haml:13:in `___sers_kevin_flms_app_views_flms_blocks_show_html_haml__1034076246457013_70345104637620' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__342210232018980832__process_action__1448131884470150262__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__404707092335918805__call__2331693306351260471__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.1ms) Connecting to database specified by database.yml Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 18:31:01 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.1ms) Completed 500 Internal Server Error in 6ms ActionView::Template::Error (can't convert nil into String): 15: 16: %td.name 17: = layer.name 18: = layer.image_url 19: 20: %td.action 21: = link_to edit_page_block_image_layer_path(@page, @block, layer), class: 'btn edit', title: 'edit' do carrierwave (0.8.0) lib/carrierwave/uploader/url.rb:22:in `expand_path' carrierwave (0.8.0) lib/carrierwave/uploader/url.rb:22:in `url' carrierwave (0.8.0) lib/carrierwave/uploader/versions.rb:160:in `url' carrierwave (0.8.0) lib/carrierwave/uploader/default_url.rb:8:in `url' carrierwave (0.8.0) lib/carrierwave/mount.rb:377:in `url' carrierwave (0.8.0) lib/carrierwave/mount.rb:187:in `image_url' /Users/kevin/flms/app/views/flms/blocks/show.html.haml:18:in `block in ___sers_kevin_flms_app_views_flms_blocks_show_html_haml__1034076246457013_70345104637620' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /Users/kevin/flms/app/views/flms/blocks/show.html.haml:13:in `___sers_kevin_flms_app_views_flms_blocks_show_html_haml__1034076246457013_70345104637620' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__342210232018980832__process_action__1448131884470150262__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__404707092335918805__call__2331693306351260471__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.4ms) Connecting to database specified by database.yml Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 18:43:22 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (199.4ms) Completed 500 Internal Server Error in 284ms ActionView::Template::Error (can't convert nil into String): 15: 16: %td.name 17: = layer.name 18: = layer.image_url 19: 20: %td.action 21: = link_to edit_page_block_image_layer_path(@page, @block, layer), class: 'btn edit', title: 'edit' do carrierwave (0.8.0) lib/carrierwave/uploader/url.rb:24:in `expand_path' carrierwave (0.8.0) lib/carrierwave/uploader/url.rb:24:in `url' carrierwave (0.8.0) lib/carrierwave/uploader/versions.rb:160:in `url' carrierwave (0.8.0) lib/carrierwave/uploader/default_url.rb:8:in `url' carrierwave (0.8.0) lib/carrierwave/mount.rb:377:in `url' carrierwave (0.8.0) lib/carrierwave/mount.rb:187:in `image_url' /Users/kevin/flms/app/views/flms/blocks/show.html.haml:18:in `block in ___sers_kevin_flms_app_views_flms_blocks_show_html_haml___2979323990785235275_70114933325480' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /Users/kevin/flms/app/views/flms/blocks/show.html.haml:13:in `___sers_kevin_flms_app_views_flms_blocks_show_html_haml___2979323990785235275_70114933325480' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__2399477018048029697__process_action__2327665831020427516__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4019639177142481807__call__4041186376817782006__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.7ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 18:43:38 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.4ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (can't convert nil into String): 15: 16: %td.name 17: = layer.name 18: = layer.image_url 19: 20: %td.action 21: = link_to edit_page_block_image_layer_path(@page, @block, layer), class: 'btn edit', title: 'edit' do carrierwave (0.8.0) lib/carrierwave/uploader/url.rb:24:in `expand_path' carrierwave (0.8.0) lib/carrierwave/uploader/url.rb:24:in `url' carrierwave (0.8.0) lib/carrierwave/uploader/versions.rb:160:in `url' carrierwave (0.8.0) lib/carrierwave/uploader/default_url.rb:8:in `url' carrierwave (0.8.0) lib/carrierwave/mount.rb:377:in `url' carrierwave (0.8.0) lib/carrierwave/mount.rb:187:in `image_url' /Users/kevin/flms/app/views/flms/blocks/show.html.haml:18:in `block in ___sers_kevin_flms_app_views_flms_blocks_show_html_haml___2979323990785235275_70114933325480' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /Users/kevin/flms/app/views/flms/blocks/show.html.haml:13:in `___sers_kevin_flms_app_views_flms_blocks_show_html_haml___2979323990785235275_70114933325480' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__2399477018048029697__process_action__2327665831020427516__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4019639177142481807__call__4041186376817782006__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.5ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 18:43:54 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (41.4ms) Completed 500 Internal Server Error in 45ms ActionView::Template::Error (can't convert nil into String): 15: 16: %td.name 17: = layer.name 18: = layer.image_url 19: 20: %td.action 21: = link_to edit_page_block_image_layer_path(@page, @block, layer), class: 'btn edit', title: 'edit' do carrierwave (0.8.0) lib/carrierwave/uploader/url.rb:24:in `expand_path' carrierwave (0.8.0) lib/carrierwave/uploader/url.rb:24:in `url' carrierwave (0.8.0) lib/carrierwave/uploader/versions.rb:160:in `url' carrierwave (0.8.0) lib/carrierwave/uploader/default_url.rb:8:in `url' carrierwave (0.8.0) lib/carrierwave/mount.rb:377:in `url' carrierwave (0.8.0) lib/carrierwave/mount.rb:187:in `image_url' /Users/kevin/flms/app/views/flms/blocks/show.html.haml:18:in `block in ___sers_kevin_flms_app_views_flms_blocks_show_html_haml___2979323990785235275_70114933325480' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /Users/kevin/flms/app/views/flms/blocks/show.html.haml:13:in `___sers_kevin_flms_app_views_flms_blocks_show_html_haml___2979323990785235275_70114933325480' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__2399477018048029697__process_action__2327665831020427516__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4019639177142481807__call__4041186376817782006__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.6ms) Connecting to database specified by database.yml Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 18:44:04 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (195.9ms) Completed 500 Internal Server Error in 280ms ActionView::Template::Error (can't convert nil into String): 15: 16: %td.name 17: = layer.name 18: = layer.image_url 19: 20: %td.action 21: = link_to edit_page_block_image_layer_path(@page, @block, layer), class: 'btn edit', title: 'edit' do carrierwave (0.8.0) lib/carrierwave/uploader/url.rb:25:in `expand_path' carrierwave (0.8.0) lib/carrierwave/uploader/url.rb:25:in `url' carrierwave (0.8.0) lib/carrierwave/uploader/versions.rb:160:in `url' carrierwave (0.8.0) lib/carrierwave/uploader/default_url.rb:8:in `url' carrierwave (0.8.0) lib/carrierwave/mount.rb:377:in `url' carrierwave (0.8.0) lib/carrierwave/mount.rb:187:in `image_url' /Users/kevin/flms/app/views/flms/blocks/show.html.haml:18:in `block in ___sers_kevin_flms_app_views_flms_blocks_show_html_haml__3305463153304588547_70349280735060' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /Users/kevin/flms/app/views/flms/blocks/show.html.haml:13:in `___sers_kevin_flms_app_views_flms_blocks_show_html_haml__3305463153304588547_70349280735060' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__3021477528331224177__process_action__4311886100606953230__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__491293971693495475__call__387335465057688471__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.4ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 18:47:54 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.4ms) Completed 500 Internal Server Error in 6ms ActionView::Template::Error (can't convert nil into String): 15: 16: %td.name 17: = layer.name 18: = layer.image_url 19: 20: %td.action 21: = link_to edit_page_block_image_layer_path(@page, @block, layer), class: 'btn edit', title: 'edit' do carrierwave (0.8.0) lib/carrierwave/uploader/url.rb:25:in `expand_path' carrierwave (0.8.0) lib/carrierwave/uploader/url.rb:25:in `url' carrierwave (0.8.0) lib/carrierwave/uploader/versions.rb:160:in `url' carrierwave (0.8.0) lib/carrierwave/uploader/default_url.rb:8:in `url' carrierwave (0.8.0) lib/carrierwave/mount.rb:377:in `url' carrierwave (0.8.0) lib/carrierwave/mount.rb:187:in `image_url' /Users/kevin/flms/app/views/flms/blocks/show.html.haml:18:in `block in ___sers_kevin_flms_app_views_flms_blocks_show_html_haml__3305463153304588547_70349280735060' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /Users/kevin/flms/app/views/flms/blocks/show.html.haml:13:in `___sers_kevin_flms_app_views_flms_blocks_show_html_haml__3305463153304588547_70349280735060' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__3021477528331224177__process_action__4311886100606953230__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__491293971693495475__call__387335465057688471__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.5ms) Connecting to database specified by database.yml Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 18:48:33 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (132.4ms) Completed 500 Internal Server Error in 217ms ActionView::Template::Error (can't convert nil into String): 15: 16: %td.name 17: = layer.name 18: = layer.image_url 19: 20: %td.action 21: = link_to edit_page_block_image_layer_path(@page, @block, layer), class: 'btn edit', title: 'edit' do carrierwave (0.8.0) lib/carrierwave/uploader/url.rb:25:in `expand_path' carrierwave (0.8.0) lib/carrierwave/uploader/url.rb:25:in `url' carrierwave (0.8.0) lib/carrierwave/uploader/versions.rb:160:in `url' carrierwave (0.8.0) lib/carrierwave/uploader/default_url.rb:8:in `url' carrierwave (0.8.0) lib/carrierwave/mount.rb:377:in `url' carrierwave (0.8.0) lib/carrierwave/mount.rb:187:in `image_url' /Users/kevin/flms/app/views/flms/blocks/show.html.haml:18:in `block in ___sers_kevin_flms_app_views_flms_blocks_show_html_haml___1334016603976072374_70231203489500' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /Users/kevin/flms/app/views/flms/blocks/show.html.haml:13:in `___sers_kevin_flms_app_views_flms_blocks_show_html_haml___1334016603976072374_70231203489500' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__3294293979551432177__process_action__269816967470720953__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3908728366716274871__call__344358885754734359__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.3ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 18:49:31 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.1ms) Completed 500 Internal Server Error in 5ms ActionView::Template::Error (can't convert nil into String): 15: 16: %td.name 17: = layer.name 18: = layer.image_url 19: 20: %td.action 21: = link_to edit_page_block_image_layer_path(@page, @block, layer), class: 'btn edit', title: 'edit' do carrierwave (0.8.0) lib/carrierwave/uploader/url.rb:25:in `expand_path' carrierwave (0.8.0) lib/carrierwave/uploader/url.rb:25:in `url' carrierwave (0.8.0) lib/carrierwave/uploader/versions.rb:160:in `url' carrierwave (0.8.0) lib/carrierwave/uploader/default_url.rb:8:in `url' carrierwave (0.8.0) lib/carrierwave/mount.rb:377:in `url' carrierwave (0.8.0) lib/carrierwave/mount.rb:187:in `image_url' /Users/kevin/flms/app/views/flms/blocks/show.html.haml:18:in `block in ___sers_kevin_flms_app_views_flms_blocks_show_html_haml___1334016603976072374_70231203489500' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:89:in `each' activerecord (3.2.12) lib/active_record/associations/collection_proxy.rb:89:in `method_missing' /Users/kevin/flms/app/views/flms/blocks/show.html.haml:13:in `___sers_kevin_flms_app_views_flms_blocks_show_html_haml___1334016603976072374_70231203489500' actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.12) lib/action_view/template.rb:143:in `render' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.12) lib/active_support/callbacks.rb:436:in `_run__3294293979551432177__process_action__269816967470720953__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__3908728366716274871__call__344358885754734359__callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.1ms) Connecting to database specified by database.yml Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 18:49:43 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (130.7ms) Compiled flms/blocks/index.css (155ms) (pid 11988) Compiled flms/blocks/show.css (0ms) (pid 11988) Compiled flms/bootstrap.css (0ms) (pid 11988) Compiled flms/home.css (2ms) (pid 11988) Compiled flms/layout.css (1ms) (pid 11988) Compiled flms/login.css (3ms) (pid 11988) Compiled jquery-ui.css (0ms) (pid 11988) Compiled bootstrapSwitch.css (0ms) (pid 11988) Compiled flms/flms.css (184ms) (pid 11988) Compiled jquery.js (1ms) (pid 11988) Compiled jquery_ujs.js (0ms) (pid 11988) Compiled jquery-ui.js (5ms) (pid 11988) Compiled modularity/tools/string_tools.js (111ms) (pid 11988) Compiled modularity/modularity.js (337ms) (pid 11988) Compiled flms/blocks/index/block.js (119ms) (pid 11988) Compiled flms/blocks/index/block_list.js (122ms) (pid 11988) Compiled flms/blocks/index/index.js (131ms) (pid 11988) Compiled flms/bootstrap.js (0ms) (pid 11988) Compiled flms/layout.js (113ms) (pid 11988) Compiled bootstrapSwitch.js (0ms) (pid 11988) Compiled flms/flms.js (903ms) (pid 11988) Completed 200 OK in 1442ms (Views: 1361.9ms | ActiveRecord: 2.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 18:49:45 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (41ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 18:49:45 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (3ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 18:49:45 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (2ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 18:49:45 -0700 Served asset /flms/home.css - 304 Not Modified (3ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 18:49:45 -0700 Served asset /flms/layout.css - 304 Not Modified (1ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 18:49:45 -0700 Served asset /flms/login.css - 304 Not Modified (2ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 18:49:45 -0700 Served asset /jquery-ui.css - 304 Not Modified (8ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 18:49:45 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (3ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 18:49:45 -0700 Served asset /flms/flms.css - 304 Not Modified (11ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 18:49:45 -0700 Served asset /jquery.js - 304 Not Modified (45ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 18:49:45 -0700 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 18:49:45 -0700 Served asset /jquery-ui.js - 304 Not Modified (4ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 18:49:45 -0700 Served asset /modularity/modularity.js - 304 Not Modified (3ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 18:49:45 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (1ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 18:49:45 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 18:49:45 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 18:49:45 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 18:49:45 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (2ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 18:49:45 -0700 Served asset /flms/layout.js - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 18:49:45 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (2ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 18:49:45 -0700 Served asset /flms/flms.js - 304 Not Modified (15ms) Connecting to database specified by database.yml Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 18:50:46 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (131.7ms) Completed 200 OK in 301ms (Views: 220.0ms | ActiveRecord: 2.6ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 18:50:47 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (7ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 18:50:47 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (1ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 18:50:47 -0700 Served asset /flms/login.css - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 18:50:47 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (3ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 18:50:47 -0700 Served asset /flms/home.css - 304 Not Modified (2ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 18:50:47 -0700 Served asset /flms/layout.css - 304 Not Modified (1ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 18:50:47 -0700 Served asset /jquery-ui.css - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 18:50:47 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (1ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 18:50:47 -0700 Served asset /flms/flms.css - 304 Not Modified (7ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 18:50:47 -0700 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 18:50:47 -0700 Served asset /jquery-ui.js - 304 Not Modified (6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 18:50:47 -0700 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 18:50:47 -0700 Served asset /modularity/modularity.js - 304 Not Modified (9ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 18:50:47 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (51ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 18:50:47 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (3ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 18:50:47 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 18:50:47 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 18:50:47 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (2ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 18:50:47 -0700 Served asset /flms/layout.js - 304 Not Modified (3ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 18:50:47 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (3ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 18:50:47 -0700 Served asset /flms/flms.js - 304 Not Modified (13ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 18:51:09 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (6.0ms) Completed 200 OK in 16ms (Views: 13.8ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 18:51:09 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 18:51:09 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 18:51:09 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 18:51:09 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 18:51:09 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 18:51:09 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 18:51:09 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 18:51:09 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 18:51:09 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 18:51:09 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 18:51:09 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 18:51:09 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 18:51:09 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 18:51:09 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 18:51:09 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 18:51:09 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 18:51:09 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 18:51:09 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 18:51:09 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 18:51:09 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 18:51:09 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/uploads/flms/image_layer/image/3/300px-BabySinclair.jpg" for 127.0.0.1 at 2013-03-14 18:51:09 -0700 ActionController::RoutingError (No route matches [GET] "/uploads/flms/image_layer/image/3/300px-BabySinclair.jpg"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 18:51:14 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.2ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (44.0ms) Completed 200 OK in 55ms (Views: 52.5ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 18:51:14 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 18:51:14 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 18:51:14 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 18:51:14 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 18:51:14 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 18:51:14 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 18:51:14 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 18:51:14 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 18:51:14 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 18:51:14 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 18:51:14 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 18:51:14 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 18:51:14 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 18:51:14 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 18:51:14 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 18:51:14 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 18:51:14 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 18:51:14 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 18:51:14 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 18:51:14 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 18:51:14 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started DELETE "/flms/pages/home/blocks/1/layers/3" for 127.0.0.1 at 2013-03-14 18:53:23 -0700 Processing by Flms::LayersController#destroy as HTML Parameters: {"authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "page_id"=>"home", "block_id"=>"1", "id"=>"3"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."id" = ? LIMIT 1 [["id", "3"]]  (0.0ms) begin transaction SQL (0.3ms) DELETE FROM "flms_layers" WHERE "flms_layers"."type" IN ('Flms::ImageLayer') AND "flms_layers"."id" = ? [["id", 3]]  (1.9ms) commit transaction Redirected to http://localhost:3000/flms/pages/home/blocks/1 Completed 302 Found in 6ms (ActiveRecord: 2.7ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 18:53:23 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (1.5ms) Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 18:53:23 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 18:53:23 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 18:53:23 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 18:53:23 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 18:53:23 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 18:53:23 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 18:53:23 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 18:53:23 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 18:53:23 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:23 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:23 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:23 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:23 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:23 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:23 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:23 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:23 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:23 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:23 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:23 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:23 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1/image_layers/new" for 127.0.0.1 at 2013-03-14 18:53:25 -0700 Processing by Flms::ImageLayersController#new as HTML Parameters: {"page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/image_layers/_form.html.haml (12.8ms) Rendered /Users/kevin/flms/app/views/flms/image_layers/new.html.haml within layouts/flms/admin (16.2ms) Completed 200 OK in 27ms (Views: 24.7ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 18:53:25 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 18:53:25 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 18:53:25 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 18:53:25 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 18:53:25 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 18:53:25 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 18:53:25 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 18:53:25 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:25 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:25 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:25 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:25 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:25 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:25 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:25 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:25 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:25 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:25 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:25 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:25 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1/image_layers/new" for 127.0.0.1 at 2013-03-14 18:53:28 -0700 Processing by Flms::ImageLayersController#new as HTML Parameters: {"page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/image_layers/_form.html.haml (2.2ms) Rendered /Users/kevin/flms/app/views/flms/image_layers/new.html.haml within layouts/flms/admin (3.2ms) Completed 200 OK in 13ms (Views: 11.2ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 18:53:28 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 18:53:28 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 18:53:28 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 18:53:28 -0700 Served asset /flms/bootstrap.css - 200 OK (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 18:53:28 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 18:53:28 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 18:53:28 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 18:53:28 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:28 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 18:53:28 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:28 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:28 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:28 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:28 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:28 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:28 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:28 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:28 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:28 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:28 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:28 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/img/glyphicons-halflings.png" for 127.0.0.1 at 2013-03-14 18:53:28 -0700 Served asset /img/glyphicons-halflings.png - 304 Not Modified (4ms) Started POST "/flms/pages/home/blocks/1/image_layers" for 127.0.0.1 at 2013-03-14 18:53:38 -0700 Processing by Flms::ImageLayersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "image_layer"=>{"name"=>"il2", "image"=>#>}, "commit"=>"Create Image layer", "page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction SQL (1.1ms) INSERT INTO "flms_layers" ("block_id", "created_at", "image", "name", "ordering", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["block_id", 1], ["created_at", Fri, 15 Mar 2013 01:53:38 UTC +00:00], ["image", "300px-BabySinclair.jpg"], ["name", "il2"], ["ordering", nil], ["type", "Flms::ImageLayer"], ["updated_at", Fri, 15 Mar 2013 01:53:38 UTC +00:00]]  (0.9ms) commit transaction Redirected to http://localhost:3000/flms/pages/home/blocks/1 Completed 302 Found in 14ms (ActiveRecord: 2.3ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 18:53:38 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (3.0ms) Completed 200 OK in 13ms (Views: 11.0ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 18:53:38 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 18:53:38 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 18:53:38 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 18:53:38 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 18:53:38 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 18:53:38 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 18:53:38 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 18:53:38 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:38 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:38 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:38 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:38 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:38 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:38 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:38 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:38 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:38 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:38 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:38 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 18:53:38 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/img/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-03-14 18:53:38 -0700 Served asset /img/glyphicons-halflings-white.png - 304 Not Modified (3ms) Started DELETE "/flms/pages/home/blocks/1/layers/4" for 127.0.0.1 at 2013-03-14 18:58:51 -0700 Processing by Flms::LayersController#destroy as HTML Parameters: {"authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "page_id"=>"home", "block_id"=>"1", "id"=>"4"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."id" = ? LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "flms_layers" WHERE "flms_layers"."type" IN ('Flms::ImageLayer') AND "flms_layers"."id" = ? [["id", 4]]  (2.3ms) commit transaction Redirected to http://localhost:3000/flms/pages/home/blocks/1 Completed 302 Found in 115ms (ActiveRecord: 4.3ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 18:58:51 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.4ms) Completed 200 OK in 14ms (Views: 11.0ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 18:58:51 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 18:58:51 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 18:58:51 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 18:58:51 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 18:58:51 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 18:58:51 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 18:58:51 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 18:58:51 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 18:58:51 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 18:58:51 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 18:58:51 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 18:58:51 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 18:58:51 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 18:58:51 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 18:58:51 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 18:58:51 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 18:58:51 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 18:58:51 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 18:58:51 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 18:58:51 -0700 Served asset /flms/flms.js - 304 Not Modified (1ms) Started GET "/flms/pages/home/blocks/1/image_layers/new" for 127.0.0.1 at 2013-03-14 18:58:52 -0700 Processing by Flms::ImageLayersController#new as HTML Parameters: {"page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/image_layers/_form.html.haml (5.2ms) Rendered /Users/kevin/flms/app/views/flms/image_layers/new.html.haml within layouts/flms/admin (6.2ms) Completed 200 OK in 17ms (Views: 15.0ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 18:58:52 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 18:58:52 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 18:58:52 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 18:58:52 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 18:58:52 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 18:58:52 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 18:58:52 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 18:58:52 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 18:58:52 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 18:58:52 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 18:58:52 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 18:58:52 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 18:58:52 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 18:58:52 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 18:58:52 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 18:58:52 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 18:58:52 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 18:58:52 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 18:58:52 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 18:58:52 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started POST "/flms/pages/home/blocks/1/image_layers" for 127.0.0.1 at 2013-03-14 18:59:01 -0700 Processing by Flms::ImageLayersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "image_layer"=>{"name"=>"il3", "image"=>#>}, "commit"=>"Create Image layer", "page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flms_layers" ("block_id", "created_at", "image", "name", "ordering", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["block_id", 1], ["created_at", Fri, 15 Mar 2013 01:59:01 UTC +00:00], ["image", "300px-BabySinclair.jpg"], ["name", "il3"], ["ordering", nil], ["type", "Flms::ImageLayer"], ["updated_at", Fri, 15 Mar 2013 01:59:01 UTC +00:00]]  (0.6ms) commit transaction Redirected to http://localhost:3000/flms/pages/home/blocks/1 Completed 302 Found in 12ms (ActiveRecord: 1.5ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 18:59:01 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.9ms) Completed 200 OK in 13ms (Views: 10.9ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 18:59:01 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 18:59:01 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 18:59:01 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 18:59:01 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 18:59:01 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 18:59:01 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 18:59:01 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 18:59:01 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 18:59:01 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 18:59:01 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 18:59:01 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 18:59:01 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 18:59:01 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 18:59:01 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 18:59:01 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 18:59:01 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 18:59:01 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 18:59:01 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 18:59:01 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 18:59:01 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 18:59:16 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (5.9ms) Completed 200 OK in 16ms (Views: 14.1ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 18:59:16 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 18:59:16 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 18:59:16 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 18:59:16 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 18:59:16 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 18:59:16 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 18:59:16 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 18:59:16 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 18:59:16 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 18:59:16 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 18:59:16 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 18:59:16 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 18:59:16 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 18:59:16 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 18:59:16 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 18:59:16 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 18:59:16 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 18:59:16 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 18:59:16 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 18:59:16 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 18:59:16 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/public/uploads/flms/image_layer/image/5/300px-BabySinclair.jpg" for 127.0.0.1 at 2013-03-14 18:59:16 -0700 ActionController::RoutingError (No route matches [GET] "/public/uploads/flms/image_layer/image/5/300px-BabySinclair.jpg"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 18:59:40 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.2ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (6.4ms) Completed 200 OK in 17ms (Views: 14.8ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 18:59:40 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 18:59:40 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 18:59:40 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 18:59:40 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 18:59:40 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 18:59:40 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 18:59:40 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 18:59:40 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 18:59:40 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 18:59:40 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 18:59:40 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 18:59:40 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 18:59:40 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 18:59:40 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 18:59:40 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 18:59:40 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 18:59:40 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 18:59:40 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 18:59:40 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 18:59:40 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 18:59:40 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 19:02:19 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (124.0ms) Completed 200 OK in 296ms (Views: 215.7ms | ActiveRecord: 2.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 19:02:19 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (1ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 19:02:19 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (2ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 19:02:19 -0700 Served asset /flms/home.css - 304 Not Modified (2ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 19:02:19 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 19:02:19 -0700 Served asset /jquery-ui.css - 304 Not Modified (1ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 19:02:19 -0700 Served asset /flms/login.css - 304 Not Modified (2ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 19:02:19 -0700 Served asset /flms/layout.css - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 19:02:19 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (2ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 19:02:19 -0700 Served asset /flms/flms.css - 304 Not Modified (9ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:19 -0700 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:19 -0700 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:19 -0700 Served asset /modularity/modularity.js - 304 Not Modified (5ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:19 -0700 Served asset /jquery-ui.js - 304 Not Modified (2ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:19 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:19 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (3ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:19 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (42ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:19 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (3ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:19 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (2ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:19 -0700 Served asset /flms/layout.js - 304 Not Modified (3ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:19 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (2ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:19 -0700 Served asset /flms/flms.js - 304 Not Modified (13ms) Started DELETE "/flms/pages/home/blocks/1/layers/5" for 127.0.0.1 at 2013-03-14 19:02:22 -0700 Processing by Flms::LayersController#destroy as HTML Parameters: {"authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "page_id"=>"home", "block_id"=>"1", "id"=>"5"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."id" = ? LIMIT 1 [["id", "5"]]  (0.0ms) begin transaction SQL (0.3ms) DELETE FROM "flms_layers" WHERE "flms_layers"."type" IN ('Flms::ImageLayer') AND "flms_layers"."id" = ? [["id", 5]]  (1.9ms) commit transaction Redirected to http://localhost:3000/flms/pages/home/blocks/1 Completed 302 Found in 6ms (ActiveRecord: 2.7ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 19:02:22 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (1.3ms) Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 19:02:22 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 19:02:22 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 19:02:22 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 19:02:22 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 19:02:22 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 19:02:22 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 19:02:22 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 19:02:22 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 19:02:22 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:22 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:22 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:22 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:22 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:22 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:22 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:22 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:22 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:22 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:22 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:22 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:22 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1/image_layers/new" for 127.0.0.1 at 2013-03-14 19:02:23 -0700 Processing by Flms::ImageLayersController#new as HTML Parameters: {"page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/image_layers/_form.html.haml (12.8ms) Rendered /Users/kevin/flms/app/views/flms/image_layers/new.html.haml within layouts/flms/admin (16.2ms) Completed 200 OK in 26ms (Views: 24.3ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 19:02:23 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 19:02:23 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 19:02:23 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 19:02:23 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 19:02:23 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 19:02:23 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 19:02:23 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 19:02:23 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 19:02:23 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:23 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:23 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:23 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:23 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:23 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:23 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:23 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:23 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:23 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:23 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:23 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:24 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started POST "/flms/pages/home/blocks/1/image_layers" for 127.0.0.1 at 2013-03-14 19:02:29 -0700 Processing by Flms::ImageLayersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "image_layer"=>{"name"=>"il4", "image"=>#>}, "commit"=>"Create Image layer", "page_id"=>"home", "block_id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction SQL (2.3ms) INSERT INTO "flms_layers" ("block_id", "created_at", "image", "name", "ordering", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["block_id", 1], ["created_at", Fri, 15 Mar 2013 02:02:29 UTC +00:00], ["image", "300px-BabySinclair.jpg"], ["name", "il4"], ["ordering", nil], ["type", "Flms::ImageLayer"], ["updated_at", Fri, 15 Mar 2013 02:02:29 UTC +00:00]]  (0.6ms) commit transaction Redirected to http://localhost:3000/flms/pages/home/blocks/1 Completed 302 Found in 14ms (ActiveRecord: 3.2ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-14 19:02:29 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.3ms) Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-14 19:02:30 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-14 19:02:30 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-14 19:02:30 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-14 19:02:30 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-14 19:02:30 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-14 19:02:30 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-14 19:02:30 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-14 19:02:30 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/flms.css?body=1" for 127.0.0.1 at 2013-03-14 19:02:30 -0700 Served asset /flms/flms.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:30 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:30 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:30 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:30 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:30 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:30 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:30 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:30 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:30 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:30 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:30 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/flms.js?body=1" for 127.0.0.1 at 2013-03-14 19:02:30 -0700 Served asset /flms/flms.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-15 11:33:48 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (121.4ms) Compiled flms/blocks/index.css (144ms) (pid 15890) Compiled flms/blocks/show.css (1ms) (pid 15890) Compiled flms/home.css (2ms) (pid 15890) Compiled flms/layout.css (1ms) (pid 15890) Compiled flms/login.css (3ms) (pid 15890) Compiled jquery-ui.css (0ms) (pid 15890) Compiled bootstrapSwitch.css (0ms) (pid 15890) Compiled flms/admin.css (271ms) (pid 15890) Compiled jquery.js (1ms) (pid 15890) Compiled jquery_ujs.js (0ms) (pid 15890) Compiled jquery-ui.js (5ms) (pid 15890) Compiled modularity/tools/string_tools.js (110ms) (pid 15890) Compiled modularity/modularity.js (333ms) (pid 15890) Compiled flms/blocks/index/block.js (113ms) (pid 15890) Compiled flms/blocks/index/block_list.js (115ms) (pid 15890) Compiled flms/blocks/index/index.js (126ms) (pid 15890) Compiled flms/bootstrap.js (0ms) (pid 15890) Compiled flms/layout.js (111ms) (pid 15890) Compiled bootstrapSwitch.js (0ms) (pid 15890) Compiled flms/admin.js (980ms) (pid 15890) Completed 200 OK in 1646ms (Views: 1569.3ms | ActiveRecord: 2.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-15 11:33:49 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-15 11:33:49 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (2ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-15 11:33:49 -0700 Served asset /flms/login.css - 304 Not Modified (1ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-15 11:33:49 -0700 Served asset /jquery-ui.css - 304 Not Modified (2ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-15 11:33:49 -0700 Served asset /flms/home.css - 304 Not Modified (4ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-15 11:33:49 -0700 Served asset /flms/layout.css - 304 Not Modified (2ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-15 11:33:49 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (3ms) Started GET "/assets/flms/admin.css?body=1" for 127.0.0.1 at 2013-03-15 11:33:49 -0700 Served asset /flms/admin.css - 200 OK (11ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-15 11:33:49 -0700 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-15 11:33:49 -0700 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-15 11:33:50 -0700 Served asset /jquery-ui.js - 304 Not Modified (2ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-15 11:33:50 -0700 Served asset /modularity/modularity.js - 304 Not Modified (5ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-15 11:33:50 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-15 11:33:50 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (1ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-15 11:33:50 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-15 11:33:50 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-15 11:33:50 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (3ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-15 11:33:50 -0700 Served asset /flms/layout.js - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-15 11:33:50 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (3ms) Started GET "/assets/flms/admin.js?body=1" for 127.0.0.1 at 2013-03-15 11:33:50 -0700 Served asset /flms/admin.js - 200 OK (17ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-15 11:33:51 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.8ms) Completed 200 OK in 14ms (Views: 11.1ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-15 11:33:51 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-15 11:33:51 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-15 11:33:51 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-15 11:33:51 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-15 11:33:51 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-15 11:33:51 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-15 11:33:51 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin.css?body=1" for 127.0.0.1 at 2013-03-15 11:33:51 -0700 Served asset /flms/admin.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-15 11:33:51 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-15 11:33:51 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-15 11:33:52 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-15 11:33:52 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-15 11:33:52 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-15 11:33:52 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-15 11:33:52 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-15 11:33:52 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-15 11:33:52 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-15 11:33:52 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-15 11:33:52 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin.js?body=1" for 127.0.0.1 at 2013-03-15 11:33:52 -0700 Served asset /flms/admin.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-15 11:33:52 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.6ms) Completed 200 OK in 13ms (Views: 10.9ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-15 11:33:52 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-15 11:33:52 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-15 11:33:52 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-15 11:33:52 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-15 11:33:52 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-15 11:33:52 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-15 11:33:52 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin.css?body=1" for 127.0.0.1 at 2013-03-15 11:33:52 -0700 Served asset /flms/admin.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-15 11:33:52 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-15 11:33:52 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-15 11:33:52 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-15 11:33:52 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-15 11:33:52 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-15 11:33:52 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-15 11:33:53 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-15 11:33:53 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-15 11:33:53 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-15 11:33:53 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-15 11:33:53 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin.js?body=1" for 127.0.0.1 at 2013-03-15 11:33:53 -0700 Served asset /flms/admin.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-15 11:33:55 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-15 11:34:11 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.5ms) Compiled bootstrap.css (0ms) (pid 15890) Compiled flms/admin.css (11ms) (pid 15890) Completed 200 OK in 73ms (Views: 71.5ms | ActiveRecord: 0.4ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-15 11:34:12 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.3ms) Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-15 11:34:12 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-15 11:34:12 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-15 11:34:12 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-15 11:34:12 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-15 11:34:12 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-15 11:34:12 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-15 11:34:12 -0700 Served asset /bootstrap.css - 200 OK (2ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-15 11:34:12 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin.css?body=1" for 127.0.0.1 at 2013-03-15 11:34:12 -0700 Served asset /flms/admin.css - 200 OK (10ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-15 11:34:12 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-15 11:34:12 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-15 11:34:12 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-15 11:34:12 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-15 11:34:12 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-15 11:34:12 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-15 11:34:12 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-15 11:34:12 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-15 11:34:13 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-15 11:34:13 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-15 11:34:13 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin.js?body=1" for 127.0.0.1 at 2013-03-15 11:34:13 -0700 Served asset /flms/admin.js - 304 Not Modified (0ms) Started GET "/img/glyphicons-halflings.png" for 127.0.0.1 at 2013-03-15 11:34:13 -0700 ActionController::RoutingError (No route matches [GET] "/img/glyphicons-halflings.png"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/img/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-03-15 11:34:13 -0700 ActionController::RoutingError (No route matches [GET] "/img/glyphicons-halflings-white.png"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-15 11:34:23 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.3ms) Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-15 11:34:23 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-15 11:34:23 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-15 11:34:23 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-15 11:34:23 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-15 11:34:23 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-15 11:34:23 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-15 11:34:23 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-15 11:34:23 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin.css?body=1" for 127.0.0.1 at 2013-03-15 11:34:23 -0700 Served asset /flms/admin.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-15 11:34:23 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-15 11:34:23 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-15 11:34:23 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-15 11:34:23 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-15 11:34:23 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-15 11:34:23 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-15 11:34:23 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-15 11:34:23 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-15 11:34:23 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-15 11:34:23 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-15 11:34:23 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin.js?body=1" for 127.0.0.1 at 2013-03-15 11:34:23 -0700 Served asset /flms/admin.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-15 11:35:25 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.3ms) Compiled bootstrap.css (0ms) (pid 15890) Compiled flms/admin.css (4ms) (pid 15890) Completed 200 OK in 31ms (Views: 29.1ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-15 11:35:25 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-15 11:35:25 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-15 11:35:25 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-15 11:35:25 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-15 11:35:25 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-15 11:35:25 -0700 Served asset /bootstrap.css - 200 OK (4ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-15 11:35:25 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-15 11:35:25 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin.css?body=1" for 127.0.0.1 at 2013-03-15 11:35:25 -0700 Served asset /flms/admin.css - 304 Not Modified (12ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-15 11:35:25 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-15 11:35:25 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-15 11:35:25 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-15 11:35:25 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-15 11:35:25 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-15 11:35:25 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-15 11:35:25 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-15 11:35:25 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-15 11:35:25 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin.js?body=1" for 127.0.0.1 at 2013-03-15 11:35:25 -0700 Served asset /flms/admin.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-15 11:35:26 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/glyphicons-halflings.png" for 127.0.0.1 at 2013-03-15 11:35:26 -0700 ActionController::RoutingError (No route matches [GET] "/glyphicons-halflings.png"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started GET "/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-03-15 11:35:26 -0700 ActionController::RoutingError (No route matches [GET] "/glyphicons-halflings-white.png"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-15 11:35:27 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (3.0ms) Completed 200 OK in 15ms (Views: 12.3ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-15 11:35:27 -0700 Served asset /flms/login.css - 200 OK (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-15 11:35:27 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-15 11:35:27 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-15 11:35:27 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-15 11:35:27 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-15 11:35:27 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-15 11:35:27 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-15 11:35:27 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin.css?body=1" for 127.0.0.1 at 2013-03-15 11:35:27 -0700 Served asset /flms/admin.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-15 11:35:27 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-15 11:35:27 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-15 11:35:27 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-15 11:35:27 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-15 11:35:27 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-15 11:35:27 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-15 11:35:27 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-15 11:35:27 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-15 11:35:27 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-15 11:35:27 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-15 11:35:27 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin.js?body=1" for 127.0.0.1 at 2013-03-15 11:35:27 -0700 Served asset /flms/admin.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-15 11:35:41 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.4ms) Compiled bootstrap.css (0ms) (pid 15890) Compiled flms/admin.css (4ms) (pid 15890) Completed 200 OK in 31ms (Views: 29.4ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-15 11:35:41 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-15 11:35:41 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-15 11:35:41 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-15 11:35:41 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-15 11:35:41 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-15 11:35:41 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-15 11:35:41 -0700 Served asset /bootstrap.css - 200 OK (2ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-15 11:35:41 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin.css?body=1" for 127.0.0.1 at 2013-03-15 11:35:41 -0700 Served asset /flms/admin.css - 304 Not Modified (13ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-15 11:35:41 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-15 11:35:41 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-15 11:35:41 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-15 11:35:41 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-15 11:35:41 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-15 11:35:41 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-15 11:35:41 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-15 11:35:41 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-15 11:35:41 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-15 11:35:41 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-15 11:35:41 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2013-03-15 11:35:41 -0700 Served asset /glyphicons-halflings.png - 200 OK (5ms) Started GET "/assets/flms/admin.js?body=1" for 127.0.0.1 at 2013-03-15 11:35:41 -0700 Served asset /flms/admin.js - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-03-15 11:35:41 -0700 Served asset /glyphicons-halflings-white.png - 200 OK (3ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-15 11:45:47 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (125.9ms) Compiled flms/blocks/index.css (145ms) (pid 17463) Compiled flms/blocks/show.css (0ms) (pid 17463) Compiled flms/home.css (2ms) (pid 17463) Compiled flms/layout.css (1ms) (pid 17463) Compiled flms/login.css (4ms) (pid 17463) Compiled jquery-ui.css (0ms) (pid 17463) Compiled bootstrap.css (0ms) (pid 17463) Compiled bootstrapSwitch.css (0ms) (pid 17463) Compiled flms/admin.css (273ms) (pid 17463) Compiled jquery.js (1ms) (pid 17463) Compiled jquery_ujs.js (0ms) (pid 17463) Compiled jquery-ui.js (37ms) (pid 17463) Compiled modularity/tools/string_tools.js (109ms) (pid 17463) Compiled modularity/modularity.js (331ms) (pid 17463) Compiled flms/blocks/index/block.js (114ms) (pid 17463) Compiled flms/blocks/index/block_list.js (115ms) (pid 17463) Compiled flms/blocks/index/index.js (126ms) (pid 17463) Compiled flms/bootstrap.js (0ms) (pid 17463) Compiled flms/layout.js (109ms) (pid 17463) Compiled bootstrapSwitch.js (0ms) (pid 17463) Compiled flms/admin.js (974ms) (pid 17463) Completed 200 OK in 1651ms (Views: 1573.7ms | ActiveRecord: 2.4ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-15 11:45:49 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-15 11:45:49 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (2ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-15 11:45:49 -0700 Served asset /jquery-ui.css - 304 Not Modified (2ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-15 11:45:49 -0700 Served asset /flms/layout.css - 304 Not Modified (3ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-15 11:45:49 -0700 Served asset /flms/home.css - 304 Not Modified (34ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-15 11:45:49 -0700 Served asset /flms/login.css - 304 Not Modified (1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-15 11:45:49 -0700 Served asset /bootstrap.css - 304 Not Modified (3ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-15 11:45:49 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-15 11:45:49 -0700 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/flms/admin.css?body=1" for 127.0.0.1 at 2013-03-15 11:45:49 -0700 Served asset /flms/admin.css - 304 Not Modified (10ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-15 11:45:49 -0700 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-15 11:45:49 -0700 Served asset /jquery-ui.js - 304 Not Modified (7ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-15 11:45:49 -0700 Served asset /modularity/modularity.js - 200 OK (4ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-15 11:45:49 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (3ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-15 11:45:49 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-15 11:45:49 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-15 11:45:49 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-15 11:45:49 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (4ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-15 11:45:49 -0700 Served asset /flms/layout.js - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-15 11:45:49 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (2ms) Started GET "/assets/flms/admin.js?body=1" for 127.0.0.1 at 2013-03-15 11:45:49 -0700 Served asset /flms/admin.js - 304 Not Modified (46ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-15 11:48:18 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.6ms) Completed 200 OK in 13ms (Views: 10.8ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-15 11:48:19 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-15 11:48:19 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-15 11:48:19 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-15 11:48:19 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-15 11:48:19 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-15 11:48:19 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-15 11:48:19 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-15 11:48:19 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin.css?body=1" for 127.0.0.1 at 2013-03-15 11:48:19 -0700 Served asset /flms/admin.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-15 11:48:19 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-15 11:48:19 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-15 11:48:19 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-15 11:48:19 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-15 11:48:19 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-15 11:48:19 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-15 11:48:19 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-15 11:48:19 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-15 11:48:19 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-15 11:48:19 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-15 11:48:19 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin.js?body=1" for 127.0.0.1 at 2013-03-15 11:48:19 -0700 Served asset /flms/admin.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-15 11:48:22 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-03-15 16:57:04 -0700 Processing by HomeController#index as HTML Rendered home/index.html.haml (2.3ms) Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms) Started GET "/flms/login" for 127.0.0.1 at 2013-03-15 16:58:08 -0700 Processing by Flms::SessionsController#new as HTML Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Redirected to http://localhost:3000/flms/pages Filter chain halted as :require_no_authentication rendered or redirected Completed 302 Found in 50ms (ActiveRecord: 2.2ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-03-15 16:58:08 -0700 Processing by Flms::PagesController#index as HTML Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (4.3ms) Completed 200 OK in 36ms (Views: 27.6ms | ActiveRecord: 0.6ms) Started GET "/assets/flms/admin.css" for 127.0.0.1 at 2013-03-15 16:58:09 -0700 Served asset /flms/admin.css - 404 Not Found (5ms) ActionController::RoutingError (No route matches [GET] "/assets/flms/admin.css"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/assets/flms/admin.js" for 127.0.0.1 at 2013-03-15 16:58:09 -0700 Served asset /flms/admin.js - 404 Not Found (4ms) ActionController::RoutingError (No route matches [GET] "/assets/flms/admin.js"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/assets/flms/admin.css" for 127.0.0.1 at 2013-03-15 16:58:17 -0700 Served asset /flms/admin.css - 404 Not Found (4ms) ActionController::RoutingError (No route matches [GET] "/assets/flms/admin.css"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/admin.css" for 127.0.0.1 at 2013-03-15 16:58:34 -0700 ActionController::RoutingError (No route matches [GET] "/flms/admin.css"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/assets/flms/admin.css" for 127.0.0.1 at 2013-03-15 16:59:45 -0700 Served asset /flms/admin.css - 404 Not Found (3ms) ActionController::RoutingError (No route matches [GET] "/assets/flms/admin.css"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started GET "/assets/flms/admin.css" for 127.0.0.1 at 2013-03-15 16:59:56 -0700 Served asset /flms/admin.css - 404 Not Found (33ms) ActionController::RoutingError (No route matches [GET] "/assets/flms/admin.css"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/assets/flms/admin.css" for 127.0.0.1 at 2013-03-15 17:00:31 -0700 Compiled flms/blocks/index.css (143ms) (pid 25559) Compiled flms/blocks/show.css (0ms) (pid 25559) Compiled flms/bootstrap.css (0ms) (pid 25559) Compiled flms/home.css (2ms) (pid 25559) Compiled flms/layout.css (1ms) (pid 25559) Compiled flms/login.css (4ms) (pid 25559) Compiled jquery-ui.css (0ms) (pid 25559) Compiled bootstrapSwitch.css (0ms) (pid 25559) Compiled flms/admin.css (179ms) (pid 25559) Served asset /flms/admin.css - 200 OK (190ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-03-15 17:00:34 -0700 Processing by Flms::PagesController#index as HTML Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.9ms) Compiled jquery.js (1ms) (pid 25559) Compiled jquery_ujs.js (0ms) (pid 25559) Compiled jquery-ui.js (5ms) (pid 25559) Compiled modularity/modularity.js (221ms) (pid 25559) Compiled flms/blocks/index/block.js (132ms) (pid 25559) Compiled flms/blocks/index/block_list.js (117ms) (pid 25559) Compiled flms/blocks/index/index.js (137ms) (pid 25559) Compiled flms/bootstrap.js (0ms) (pid 25559) Compiled flms/layout.js (116ms) (pid 25559) Compiled bootstrapSwitch.js (0ms) (pid 25559) Compiled flms/admin.js (816ms) (pid 25559) Completed 200 OK in 978ms (Views: 976.2ms | ActiveRecord: 0.3ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-15 17:00:35 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (2ms) Started GET "/assets/flms/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-15 17:00:35 -0700 Served asset /flms/bootstrap.css - 304 Not Modified (6ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-15 17:00:35 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (2ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-15 17:00:35 -0700 Served asset /flms/home.css - 304 Not Modified (3ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-15 17:00:35 -0700 Served asset /flms/login.css - 304 Not Modified (2ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-15 17:00:35 -0700 Served asset /flms/layout.css - 304 Not Modified (5ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-15 17:00:35 -0700 Served asset /jquery-ui.css - 304 Not Modified (3ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-15 17:00:35 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (2ms) Started GET "/assets/flms/admin.css?body=1" for 127.0.0.1 at 2013-03-15 17:00:35 -0700 Served asset /flms/admin.css - 200 OK (10ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-15 17:00:35 -0700 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-15 17:00:35 -0700 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-15 17:00:35 -0700 Served asset /jquery-ui.js - 304 Not Modified (49ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-15 17:00:35 -0700 Served asset /modularity/modularity.js - 200 OK (3ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-15 17:00:35 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (3ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-15 17:00:35 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-15 17:00:35 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-15 17:00:35 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (4ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-15 17:00:35 -0700 Served asset /flms/layout.js - 304 Not Modified (2ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-15 17:00:35 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (1ms) Started GET "/assets/flms/admin.js?body=1" for 127.0.0.1 at 2013-03-15 17:00:35 -0700 Served asset /flms/admin.js - 304 Not Modified (12ms) Started GET "/assets/img/glyphicons-halflings.png" for 127.0.0.1 at 2013-03-15 17:00:35 -0700 Served asset /img/glyphicons-halflings.png - 304 Not Modified (4ms) Started GET "/assets/img/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-03-15 17:00:35 -0700 Served asset /img/glyphicons-halflings-white.png - 304 Not Modified (7ms) Connecting to database specified by database.yml  (1.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to FlmsDeviseCreateUsers (20130208224914) Migrating to FlmsCreatePages (20130216032241) Migrating to CreateFlmsBlocks (20130302011705) Migrating to CreateFlmsBlocksPages (20130302015459) Migrating to CreateFlmsLayers (20130312220011) Migrating to AddImageToLayers (20130313002421)  (0.1ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (2.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml Started GET "/flms/" for 127.0.0.1 at 2013-03-15 17:33:15 -0700 Processing by Flms::DashboardController#index as HTML Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/dashboard/index.html.haml within layouts/flms/admin (1.7ms) Compiled flms/blocks/index.css (176ms) (pid 29252) Compiled flms/blocks/show.css (0ms) (pid 29252) Compiled flms/home.css (1ms) (pid 29252) Compiled flms/layout.css (1ms) (pid 29252) Compiled flms/login.css (3ms) (pid 29252) Compiled jquery-ui.css (0ms) (pid 29252) Compiled bootstrap.css (0ms) (pid 29252) Compiled bootstrapSwitch.css (0ms) (pid 29252) Compiled flms/admin.css (209ms) (pid 29252) Compiled jquery.js (1ms) (pid 29252) Compiled jquery_ujs.js (0ms) (pid 29252) Compiled jquery-ui.js (33ms) (pid 29252) Compiled modularity/tools/string_tools.js (112ms) (pid 29252) Compiled modularity/modularity.js (303ms) (pid 29252) Compiled flms/blocks/index/block.js (116ms) (pid 29252) Compiled flms/blocks/index/block_list.js (151ms) (pid 29252) Compiled flms/blocks/index/index.js (130ms) (pid 29252) Compiled flms/bootstrap.js (0ms) (pid 29252) Compiled flms/layout.js (112ms) (pid 29252) Compiled bootstrapSwitch.js (0ms) (pid 29252) Compiled flms/admin.js (926ms) (pid 29252) Completed 200 OK in 1316ms (Views: 1241.5ms | ActiveRecord: 1.6ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-15 17:33:16 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-15 17:33:16 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (2ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-15 17:33:16 -0700 Served asset /flms/home.css - 304 Not Modified (1ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-15 17:33:16 -0700 Served asset /jquery-ui.css - 304 Not Modified (2ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-15 17:33:16 -0700 Served asset /flms/login.css - 304 Not Modified (2ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-15 17:33:16 -0700 Served asset /flms/layout.css - 304 Not Modified (4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-15 17:33:16 -0700 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-15 17:33:16 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (2ms) Started GET "/assets/flms/admin.css?body=1" for 127.0.0.1 at 2013-03-15 17:33:16 -0700 Served asset /flms/admin.css - 200 OK (11ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:16 -0700 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:16 -0700 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:16 -0700 Served asset /jquery-ui.js - 304 Not Modified (3ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:16 -0700 Served asset /modularity/modularity.js - 200 OK (9ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:16 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (1ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:16 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:16 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (37ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:16 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (3ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:16 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (2ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:16 -0700 Served asset /flms/layout.js - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:16 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (1ms) Started GET "/assets/flms/admin.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:16 -0700 Served asset /flms/admin.js - 304 Not Modified (13ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-03-15 17:33:16 -0700 Served asset /glyphicons-halflings-white.png - 304 Not Modified (3ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2013-03-15 17:33:16 -0700 Served asset /glyphicons-halflings.png - 304 Not Modified (4ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-03-15 17:33:23 -0700 Processing by Flms::PagesController#index as HTML Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (3.2ms) Completed 200 OK in 14ms (Views: 12.3ms | ActiveRecord: 0.2ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-15 17:33:23 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-15 17:33:23 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-15 17:33:23 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-15 17:33:23 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-15 17:33:23 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-15 17:33:23 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-15 17:33:23 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-15 17:33:23 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:23 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:23 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:23 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:23 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:23 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:23 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:23 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:23 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:23 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:23 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:23 -0700 Served asset /flms/admin.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks" for 127.0.0.1 at 2013-03-15 17:33:25 -0700 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"home"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::BlocksPage Load (0.1ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 2 ORDER BY ordering Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2, 3) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (35.1ms) Completed 200 OK in 45ms (Views: 43.0ms | ActiveRecord: 0.9ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-15 17:33:25 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-15 17:33:25 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-15 17:33:25 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-15 17:33:25 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-15 17:33:25 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-15 17:33:25 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-15 17:33:25 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-15 17:33:25 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:25 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:25 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:25 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:25 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:25 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:25 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:25 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:25 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:25 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:25 -0700 Served asset /flms/admin.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:25 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-15 17:33:27 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (82.3ms) Completed 200 OK in 93ms (Views: 90.4ms | ActiveRecord: 0.7ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-15 17:33:27 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-15 17:33:27 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-15 17:33:27 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-15 17:33:27 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-15 17:33:27 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-15 17:33:27 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-15 17:33:27 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-15 17:33:27 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:27 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:27 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:27 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:27 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:27 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:27 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:27 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:27 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:27 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:27 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin.js?body=1" for 127.0.0.1 at 2013-03-15 17:33:27 -0700 Served asset /flms/admin.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-03-18 10:31:16 -0700 Processing by HomeController#index as HTML Rendered home/index.html.haml (3.0ms) Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.0ms) Started GET "/flms/login" for 127.0.0.1 at 2013-03-18 10:31:20 -0700 Processing by Flms::SessionsController#new as HTML Flms::User Load (0.4ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Redirected to http://localhost:3000/flms/pages Filter chain halted as :require_no_authentication rendered or redirected Completed 302 Found in 73ms (ActiveRecord: 2.4ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-03-18 10:31:20 -0700 Processing by Flms::PagesController#index as HTML Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.4ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (3.1ms) Compiled flms/blocks/index.css (223ms) (pid 723) Compiled flms/blocks/show.css (1ms) (pid 723) Compiled flms/home.css (2ms) (pid 723) Compiled flms/layout.css (1ms) (pid 723) Compiled flms/login.css (3ms) (pid 723) Compiled jquery-ui.css (0ms) (pid 723) Compiled bootstrap.css (0ms) (pid 723) Compiled bootstrapSwitch.css (0ms) (pid 723) Compiled flms/admin.css (304ms) (pid 723) Compiled jquery.js (1ms) (pid 723) Compiled jquery_ujs.js (0ms) (pid 723) Compiled jquery-ui.js (5ms) (pid 723) Compiled modularity/tools/string_tools.js (107ms) (pid 723) Compiled modularity/modularity.js (400ms) (pid 723) Compiled flms/blocks/index/block.js (112ms) (pid 723) Compiled flms/blocks/index/block_list.js (113ms) (pid 723) Compiled flms/blocks/index/index.js (123ms) (pid 723) Compiled flms/bootstrap.js (0ms) (pid 723) Compiled flms/layout.js (108ms) (pid 723) Compiled bootstrapSwitch.js (0ms) (pid 723) Compiled flms/admin.js (959ms) (pid 723) Completed 200 OK in 1390ms (Views: 1384.3ms | ActiveRecord: 0.8ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-18 10:31:21 -0700 Served asset /flms/blocks/index.css - 200 OK (3ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-18 10:31:21 -0700 Served asset /flms/blocks/show.css - 200 OK (4ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-18 10:31:21 -0700 Served asset /flms/home.css - 200 OK (2ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-18 10:31:22 -0700 Served asset /flms/login.css - 200 OK (2ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-18 10:31:22 -0700 Served asset /flms/layout.css - 200 OK (1ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-18 10:31:22 -0700 Served asset /jquery-ui.css - 200 OK (2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-18 10:31:22 -0700 Served asset /bootstrap.css - 200 OK (3ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-18 10:31:22 -0700 Served asset /bootstrapSwitch.css - 200 OK (1ms) Started GET "/assets/flms/admin.css?body=1" for 127.0.0.1 at 2013-03-18 10:31:22 -0700 Served asset /flms/admin.css - 200 OK (9ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 10:31:22 -0700 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 10:31:22 -0700 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-18 10:31:22 -0700 Served asset /jquery-ui.js - 200 OK (5ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-18 10:31:22 -0700 Served asset /modularity/modularity.js - 304 Not Modified (4ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-18 10:31:22 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (1ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-18 10:31:22 -0700 Served asset /flms/blocks/index/block.js - 200 OK (2ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-18 10:31:22 -0700 Served asset /flms/blocks/index/block_list.js - 200 OK (4ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-18 10:31:22 -0700 Served asset /flms/blocks/index/index.js - 200 OK (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-18 10:31:22 -0700 Served asset /flms/bootstrap.js - 200 OK (1ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-18 10:31:22 -0700 Served asset /flms/layout.js - 200 OK (2ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-18 10:31:22 -0700 Served asset /bootstrapSwitch.js - 200 OK (1ms) Started GET "/assets/flms/admin.js?body=1" for 127.0.0.1 at 2013-03-18 10:31:22 -0700 Served asset /flms/admin.js - 200 OK (47ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2013-03-18 10:31:22 -0700 Served asset /glyphicons-halflings.png - 304 Not Modified (4ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-03-18 10:31:22 -0700 Served asset /glyphicons-halflings-white.png - 304 Not Modified (4ms) Started GET "/flms/pages/home/blocks" for 127.0.0.1 at 2013-03-18 10:31:31 -0700 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"home"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.5ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::BlocksPage Load (0.9ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 2 ORDER BY ordering Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2, 3) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (43.6ms) Completed 200 OK in 55ms (Views: 51.6ms | ActiveRecord: 2.1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 10:31:31 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 10:31:31 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-18 10:31:31 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-18 10:31:31 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1/edit" for 127.0.0.1 at 2013-03-18 10:31:37 -0700 Processing by Flms::BlocksController#edit as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (5.9ms) Rendered /Users/kevin/flms/app/views/flms/blocks/edit.html.haml within layouts/flms/admin (10.7ms) Completed 200 OK in 23ms (Views: 20.6ms | ActiveRecord: 0.4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 10:31:38 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 10:31:38 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-18 10:31:38 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-18 10:31:38 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-18 10:31:42 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.8ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (98.0ms) Completed 200 OK in 149ms (Views: 145.7ms | ActiveRecord: 1.4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 10:31:42 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 10:31:42 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-18 10:31:42 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-18 10:31:42 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-18 10:31:42 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1/image_layers/6/edit" for 127.0.0.1 at 2013-03-18 10:31:47 -0700 Processing by Flms::ImageLayersController#edit as HTML Parameters: {"page_id"=>"home", "block_id"=>"1", "id"=>"6"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::ImageLayer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."type" IN ('Flms::ImageLayer') AND "flms_layers"."id" = ? LIMIT 1 [["id", "6"]] Rendered /Users/kevin/flms/app/views/flms/image_layers/_form.html.haml (6.8ms) Rendered /Users/kevin/flms/app/views/flms/image_layers/edit.html.haml within layouts/flms/admin (9.1ms) Completed 200 OK in 20ms (Views: 17.8ms | ActiveRecord: 0.5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 10:31:47 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-18 10:31:47 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 10:31:47 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-18 10:31:47 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/flms/users" for 127.0.0.1 at 2013-03-18 10:31:51 -0700 Processing by Flms::UsersController#index as HTML Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" Rendered /Users/kevin/flms/app/views/flms/users/index.html.haml within layouts/flms/admin (2.8ms) Completed 200 OK in 13ms (Views: 11.7ms | ActiveRecord: 0.3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 10:31:51 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-18 10:31:51 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 10:31:51 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-18 10:31:51 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-18 10:31:51 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/flms/login" for 127.0.0.1 at 2013-03-18 10:57:16 -0700 Processing by Flms::SessionsController#new as HTML Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Redirected to http://localhost:3000/flms/pages Filter chain halted as :require_no_authentication rendered or redirected Completed 302 Found in 30ms (ActiveRecord: 1.2ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-03-18 10:57:16 -0700 Processing by Flms::PagesController#index as HTML Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (3.6ms) Completed 200 OK in 91ms (Views: 85.3ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-18 10:57:16 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-18 10:57:16 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (3ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-18 10:57:16 -0700 Served asset /flms/layout.css - 304 Not Modified (2ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-18 10:57:16 -0700 Served asset /flms/home.css - 304 Not Modified (3ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-18 10:57:16 -0700 Served asset /flms/login.css - 304 Not Modified (4ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-18 10:57:16 -0700 Served asset /jquery-ui.css - 304 Not Modified (2ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-18 10:57:16 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-18 10:57:16 -0700 Served asset /bootstrap.css - 304 Not Modified (2ms) Started GET "/assets/flms/admin.css?body=1" for 127.0.0.1 at 2013-03-18 10:57:16 -0700 Served asset /flms/admin.css - 304 Not Modified (10ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 10:57:16 -0700 Served asset /jquery.js - 304 Not Modified (35ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 10:57:17 -0700 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-18 10:57:17 -0700 Served asset /jquery-ui.js - 304 Not Modified (3ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-18 10:57:17 -0700 Served asset /modularity/modularity.js - 304 Not Modified (6ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-18 10:57:17 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (1ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-18 10:57:17 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (1ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-18 10:57:17 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-18 10:57:17 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (1ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-18 10:57:17 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (2ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-18 10:57:17 -0700 Served asset /flms/layout.js - 304 Not Modified (1ms) Started GET "/assets/flms/admin.js?body=1" for 127.0.0.1 at 2013-03-18 10:57:17 -0700 Served asset /flms/admin.js - 304 Not Modified (10ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-18 10:57:17 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (1ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2013-03-18 10:57:17 -0700 Served asset /glyphicons-halflings.png - 304 Not Modified (2ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-03-18 10:57:17 -0700 Served asset /glyphicons-halflings-white.png - 304 Not Modified (2ms) Started GET "/flms/pages/home/blocks" for 127.0.0.1 at 2013-03-18 10:57:22 -0700 Processing by Flms::BlocksController#index as HTML Parameters: {"page_id"=>"home"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::BlocksPage Load (0.1ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 2 ORDER BY ordering Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2, 3) Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (34.1ms) Completed 200 OK in 44ms (Views: 42.1ms | ActiveRecord: 0.9ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-18 10:57:22 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-18 10:57:22 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-18 10:57:22 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-18 10:57:22 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-18 10:57:22 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-18 10:57:22 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-18 10:57:22 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-18 10:57:22 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin.css?body=1" for 127.0.0.1 at 2013-03-18 10:57:22 -0700 Served asset /flms/admin.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 10:57:22 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 10:57:22 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-18 10:57:22 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-18 10:57:22 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-18 10:57:22 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-18 10:57:22 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-18 10:57:22 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-18 10:57:22 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-18 10:57:22 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-18 10:57:22 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-18 10:57:22 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin.js?body=1" for 127.0.0.1 at 2013-03-18 10:57:22 -0700 Served asset /flms/admin.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-18 10:57:36 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (81.9ms) Completed 200 OK in 129ms (Views: 126.5ms | ActiveRecord: 0.7ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-18 10:57:37 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-18 10:57:37 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-18 10:57:37 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-18 10:57:37 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-18 10:57:37 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-18 10:57:37 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-18 10:57:37 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-18 10:57:37 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin.css?body=1" for 127.0.0.1 at 2013-03-18 10:57:37 -0700 Served asset /flms/admin.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-18 10:57:37 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-18 10:57:37 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-18 10:57:37 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-18 10:57:37 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-18 10:57:37 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-18 10:57:37 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-18 10:57:37 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-18 10:57:37 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-18 10:57:37 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-18 10:57:37 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-18 10:57:37 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin.js?body=1" for 127.0.0.1 at 2013-03-18 10:57:37 -0700 Served asset /flms/admin.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-19 11:43:00 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.6ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.6ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.5ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.6ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (161.9ms) Compiled flms/blocks/index.css (318ms) (pid 1100) Compiled flms/blocks/show.css (1ms) (pid 1100) Compiled flms/home.css (3ms) (pid 1100) Compiled flms/layout.css (3ms) (pid 1100) Compiled flms/login.css (5ms) (pid 1100) Compiled jquery-ui.css (0ms) (pid 1100) Compiled bootstrap.css (0ms) (pid 1100) Compiled bootstrapSwitch.css (0ms) (pid 1100) Compiled flms/admin.css (384ms) (pid 1100) Compiled jquery.js (2ms) (pid 1100) Compiled jquery_ujs.js (0ms) (pid 1100) Compiled jquery-ui.js (44ms) (pid 1100) Compiled modularity/tools/string_tools.js (156ms) (pid 1100) Compiled modularity/modularity.js (491ms) (pid 1100) Compiled flms/blocks/index/block.js (214ms) (pid 1100) Compiled flms/blocks/index/block_list.js (125ms) (pid 1100) Compiled flms/blocks/index/index.js (198ms) (pid 1100) Compiled flms/bootstrap.js (0ms) (pid 1100) Compiled flms/layout.js (145ms) (pid 1100) Compiled bootstrapSwitch.js (0ms) (pid 1100) Compiled flms/admin.js (1300ms) (pid 1100) Completed 200 OK in 2274ms (Views: 2156.3ms | ActiveRecord: 5.4ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-19 11:43:02 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.2ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (3.0ms) Completed 200 OK in 124ms (Views: 120.0ms | ActiveRecord: 0.7ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-19 11:43:03 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (4ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-19 11:43:03 -0700 Served asset /flms/home.css - 304 Not Modified (49ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-19 11:43:03 -0700 Served asset /flms/layout.css - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-19 11:43:03 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (4ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-19 11:43:03 -0700 Served asset /flms/login.css - 304 Not Modified (2ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-19 11:43:03 -0700 Served asset /jquery-ui.css - 304 Not Modified (1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:43:03 -0700 Served asset /bootstrap.css - 200 OK (3ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-19 11:43:03 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (4ms) Started GET "/assets/flms/admin.css?body=1" for 127.0.0.1 at 2013-03-19 11:43:03 -0700 Served asset /flms/admin.css - 304 Not Modified (10ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:03 -0700 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:03 -0700 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:03 -0700 Served asset /jquery-ui.js - 304 Not Modified (4ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:03 -0700 Served asset /modularity/modularity.js - 304 Not Modified (4ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:03 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:03 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:03 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (2ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:03 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:03 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (1ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:03 -0700 Served asset /flms/layout.js - 304 Not Modified (1ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:03 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (38ms) Started GET "/assets/flms/admin.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:03 -0700 Served asset /flms/admin.js - 304 Not Modified (11ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-19 11:43:40 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.1ms) Compiled bootstrap.css (1146ms) (pid 1100) Compiled flms/admin.css (1156ms) (pid 1100) Completed 200 OK in 1324ms (Views: 1322.2ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-19 11:43:41 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-19 11:43:41 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-19 11:43:41 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-19 11:43:41 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-19 11:43:41 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-19 11:43:41 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:43:41 -0700 Served asset /bootstrap.css - 200 OK (3ms) Started GET "/assets/flms/admin.css?body=1" for 127.0.0.1 at 2013-03-19 11:43:41 -0700 Served asset /flms/admin.css - 304 Not Modified (13ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-19 11:43:41 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:41 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:41 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:41 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:41 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:41 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:41 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:41 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:41 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:41 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:41 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:41 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:41 -0700 Served asset /flms/admin.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-19 11:43:43 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.1ms) Completed 200 OK in 104ms (Views: 101.8ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-19 11:43:43 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-19 11:43:43 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-19 11:43:43 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-19 11:43:43 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-19 11:43:43 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-19 11:43:43 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:43:43 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-19 11:43:43 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin.css?body=1" for 127.0.0.1 at 2013-03-19 11:43:43 -0700 Served asset /flms/admin.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:43 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:43 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:43 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:43 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:43 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:43 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:43 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:43 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:43 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:43 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:43 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:43 -0700 Served asset /flms/admin.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-19 11:43:48 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.1ms) Completed 200 OK in 104ms (Views: 102.5ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-19 11:43:48 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-19 11:43:48 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-19 11:43:48 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-19 11:43:48 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-19 11:43:48 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-19 11:43:48 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-19 11:43:48 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:43:48 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin.css?body=1" for 127.0.0.1 at 2013-03-19 11:43:48 -0700 Served asset /flms/admin.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:48 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:48 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:48 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:48 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:48 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:48 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:48 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:48 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:48 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:48 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:48 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin.js?body=1" for 127.0.0.1 at 2013-03-19 11:43:48 -0700 Served asset /flms/admin.js - 304 Not Modified (0ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-19 11:44:27 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.2ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (3.3ms) Compiled bootstrap.css (1136ms) (pid 1100) Compiled flms/admin.css (4ms) (pid 1100) Completed 200 OK in 1313ms (Views: 1310.6ms | ActiveRecord: 0.5ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-19 11:44:28 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-19 11:44:28 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-19 11:44:28 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-19 11:44:28 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-19 11:44:28 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-19 11:44:28 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:44:28 -0700 Served asset /bootstrap.css - 200 OK (4ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-19 11:44:28 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin.css?body=1" for 127.0.0.1 at 2013-03-19 11:44:28 -0700 Served asset /flms/admin.css - 304 Not Modified (12ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-19 11:44:28 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-19 11:44:28 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-19 11:44:28 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-19 11:44:28 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-19 11:44:28 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-19 11:44:28 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-19 11:44:28 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-19 11:44:28 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-19 11:44:28 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-19 11:44:28 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-19 11:44:28 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin.js?body=1" for 127.0.0.1 at 2013-03-19 11:44:28 -0700 Served asset /flms/admin.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:44:43 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:44:51 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:44:52 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:45:03 -0700 Served asset /bootstrap.css - 200 OK (3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:45:04 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:45:05 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:45:06 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:45:07 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:45:59 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:46:00 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:46:01 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:46:01 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:46:01 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:46:01 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:46:01 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:46:01 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:46:02 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:46:02 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:46:02 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:46:02 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:46:02 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:47:49 -0700 Served asset /bootstrap.css - 304 Not Modified (1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:47:50 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:47:51 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:49:32 -0700 Compiled bootstrap.css (1309ms) (pid 1202) Served asset /bootstrap.css - 200 OK (1317ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:49:33 -0700 Served asset /bootstrap.css - 200 OK (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:49:33 -0700 Served asset /bootstrap.css - 200 OK (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:49:33 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:49:33 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:49:33 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:49:34 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:49:34 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:49:35 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:49:37 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:49:39 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:50:30 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:50:48 -0700 Compiled bootstrap.css (1147ms) (pid 1202) Served asset /bootstrap.css - 200 OK (1152ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:50:51 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:50:54 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:51:09 -0700 Compiled bootstrap.css (1234ms) (pid 1202) Served asset /bootstrap.css - 304 Not Modified (1239ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:51:11 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:51:12 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:51:13 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:51:13 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:51:43 -0700 Compiled bootstrap.css (1097ms) (pid 1202) Served asset /bootstrap.css - 200 OK (1103ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:51:44 -0700 Served asset /bootstrap.css - 200 OK (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:51:45 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:51:46 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:51:46 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:51:51 -0700 Compiled bootstrap.css (1090ms) (pid 1202) Served asset /bootstrap.css - 200 OK (1095ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:51:53 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:51:54 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:51:55 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:52:20 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:52:22 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:52:23 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:52:23 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:53:14 -0700 Compiled bootstrap.css (1130ms) (pid 1202) Served asset /bootstrap.css - 200 OK (1134ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:53:39 -0700 Compiled bootstrap.css (1111ms) (pid 1202) Served asset /bootstrap.css - 200 OK (1115ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:53:53 -0700 Compiled bootstrap.css (1102ms) (pid 1202) Served asset /bootstrap.css - 200 OK (1106ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:53:58 -0700 Compiled bootstrap.css (1095ms) (pid 1202) Served asset /bootstrap.css - 200 OK (1100ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:54:51 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:54:52 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 11:54:56 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 12:00:43 -0700 Compiled bootstrap.css (1240ms) (pid 1202) Served asset /bootstrap.css - 200 OK (1245ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 12:00:46 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 12:00:47 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 12:00:48 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 12:01:35 -0700 Compiled bootstrap.css (1156ms) (pid 1202) Served asset /bootstrap.css - 200 OK (1160ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 12:01:38 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 12:06:30 -0700 Error compiling asset bootstrap.css: Sass::SyntaxError: Invalid CSS after "...icons-halflings": expected ";", was ".png;" (in /Users/kevin/flms/vendor/assets/stylesheets/bootstrap.scss.erb) Served asset /bootstrap.css - 500 Internal Server Error Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-19 12:06:33 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (136.1ms) Completed 500 Internal Server Error in 601ms ActionView::Template::Error (Invalid CSS after "...icons-halflings": expected ";", was ".png;" (in /Users/kevin/flms/vendor/assets/stylesheets/bootstrap.scss.erb)): 3: %head 4: %title #{Flms.application_name} administration 5: %meta{name:"viewport", content:"width=device-width, initial-scale=1.0"} 6: = stylesheet_link_tag 'flms/admin', media: 'all' 7: = csrf_meta_tags 8: 9: %body{class: "#{params[:controller].sub('/', ' ')} #{params[:action]}"} /Users/kevin/flms/vendor/assets/stylesheets/bootstrap.scss.erb:2288 sass (3.2.7) lib/sass/scss/parser.rb:1148:in `expected' sass (3.2.7) lib/sass/scss/parser.rb:1084:in `expected' sass (3.2.7) lib/sass/scss/parser.rb:1079:in `tok!' sass (3.2.7) lib/sass/scss/parser.rb:586:in `block in declaration_or_ruleset' sass (3.2.7) lib/sass/scss/parser.rb:1122:in `call' sass (3.2.7) lib/sass/scss/parser.rb:1122:in `rethrow' sass (3.2.7) lib/sass/scss/parser.rb:592:in `declaration_or_ruleset' sass (3.2.7) lib/sass/scss/parser.rb:554:in `block_child' sass (3.2.7) lib/sass/scss/parser.rb:546:in `block_contents' sass (3.2.7) lib/sass/scss/parser.rb:535:in `block' sass (3.2.7) lib/sass/scss/parser.rb:529:in `ruleset' sass (3.2.7) lib/sass/scss/parser.rb:553:in `block_child' sass (3.2.7) lib/sass/scss/parser.rb:546:in `block_contents' sass (3.2.7) lib/sass/scss/parser.rb:82:in `stylesheet' sass (3.2.7) lib/sass/scss/parser.rb:27:in `parse' sass (3.2.7) lib/sass/engine.rb:342:in `_to_tree' sass (3.2.7) lib/sass/engine.rb:315:in `_render' sass (3.2.7) lib/sass/engine.rb:262:in `render' tilt (1.3.6) lib/tilt/css.rb:24:in `evaluate' tilt (1.3.6) lib/tilt/template.rb:77:in `render' sprockets (2.2.2) lib/sprockets/context.rb:193:in `block in evaluate' sprockets (2.2.2) lib/sprockets/context.rb:190:in `each' sprockets (2.2.2) lib/sprockets/context.rb:190:in `evaluate' sprockets (2.2.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/processed_asset.rb:111:in `block in resolve_dependencies' sprockets (2.2.2) lib/sprockets/processed_asset.rb:105:in `each' sprockets (2.2.2) lib/sprockets/processed_asset.rb:105:in `resolve_dependencies' sprockets (2.2.2) lib/sprockets/processed_asset.rb:97:in `build_required_assets' sprockets (2.2.2) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.2.2) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.2.2) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/environment.rb:78:in `find_asset' sprockets (2.2.2) lib/sprockets/base.rb:177:in `[]' actionpack (3.2.13) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.13) lib/sprockets/helpers/rails_helper.rb:44:in `block in stylesheet_link_tag' actionpack (3.2.13) lib/sprockets/helpers/rails_helper.rb:43:in `collect' actionpack (3.2.13) lib/sprockets/helpers/rails_helper.rb:43:in `stylesheet_link_tag' /Users/kevin/flms/app/views/layouts/flms/admin.html.haml:6:in `___sers_kevin_flms_app_views_layouts_flms_admin_html_haml___511405204905627849_70246932893120' actionpack (3.2.13) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.13) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.13) lib/action_view/template.rb:143:in `render' actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.13) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.13) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.13) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.13) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.13) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.13) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.13) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.13) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.13) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.13) lib/active_support/callbacks.rb:436:in `_run__2229620767807028384__process_action__4105642151654813033__callbacks' activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call' railties (3.2.13) lib/rails/engine.rb:479:in `call' railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__2731571581320401520__call__2379152223963507546__callbacks' activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.13) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.13) lib/rails/engine.rb:479:in `call' railties (3.2.13) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.0ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-19 12:06:35 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.2ms) Completed 500 Internal Server Error in 322ms ActionView::Template::Error (Invalid CSS after "...icons-halflings": expected ";", was ".png;" (in /Users/kevin/flms/vendor/assets/stylesheets/bootstrap.scss.erb)): 3: %head 4: %title #{Flms.application_name} administration 5: %meta{name:"viewport", content:"width=device-width, initial-scale=1.0"} 6: = stylesheet_link_tag 'flms/admin', media: 'all' 7: = csrf_meta_tags 8: 9: %body{class: "#{params[:controller].sub('/', ' ')} #{params[:action]}"} /Users/kevin/flms/vendor/assets/stylesheets/bootstrap.scss.erb:2288 sass (3.2.7) lib/sass/scss/parser.rb:1148:in `expected' sass (3.2.7) lib/sass/scss/parser.rb:1084:in `expected' sass (3.2.7) lib/sass/scss/parser.rb:1079:in `tok!' sass (3.2.7) lib/sass/scss/parser.rb:586:in `block in declaration_or_ruleset' sass (3.2.7) lib/sass/scss/parser.rb:1122:in `call' sass (3.2.7) lib/sass/scss/parser.rb:1122:in `rethrow' sass (3.2.7) lib/sass/scss/parser.rb:592:in `declaration_or_ruleset' sass (3.2.7) lib/sass/scss/parser.rb:554:in `block_child' sass (3.2.7) lib/sass/scss/parser.rb:546:in `block_contents' sass (3.2.7) lib/sass/scss/parser.rb:535:in `block' sass (3.2.7) lib/sass/scss/parser.rb:529:in `ruleset' sass (3.2.7) lib/sass/scss/parser.rb:553:in `block_child' sass (3.2.7) lib/sass/scss/parser.rb:546:in `block_contents' sass (3.2.7) lib/sass/scss/parser.rb:82:in `stylesheet' sass (3.2.7) lib/sass/scss/parser.rb:27:in `parse' sass (3.2.7) lib/sass/engine.rb:342:in `_to_tree' sass (3.2.7) lib/sass/engine.rb:315:in `_render' sass (3.2.7) lib/sass/engine.rb:262:in `render' tilt (1.3.6) lib/tilt/css.rb:24:in `evaluate' tilt (1.3.6) lib/tilt/template.rb:77:in `render' sprockets (2.2.2) lib/sprockets/context.rb:193:in `block in evaluate' sprockets (2.2.2) lib/sprockets/context.rb:190:in `each' sprockets (2.2.2) lib/sprockets/context.rb:190:in `evaluate' sprockets (2.2.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/processed_asset.rb:111:in `block in resolve_dependencies' sprockets (2.2.2) lib/sprockets/processed_asset.rb:105:in `each' sprockets (2.2.2) lib/sprockets/processed_asset.rb:105:in `resolve_dependencies' sprockets (2.2.2) lib/sprockets/processed_asset.rb:97:in `build_required_assets' sprockets (2.2.2) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.2.2) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.2.2) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/environment.rb:78:in `find_asset' sprockets (2.2.2) lib/sprockets/base.rb:177:in `[]' actionpack (3.2.13) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.13) lib/sprockets/helpers/rails_helper.rb:44:in `block in stylesheet_link_tag' actionpack (3.2.13) lib/sprockets/helpers/rails_helper.rb:43:in `collect' actionpack (3.2.13) lib/sprockets/helpers/rails_helper.rb:43:in `stylesheet_link_tag' /Users/kevin/flms/app/views/layouts/flms/admin.html.haml:6:in `___sers_kevin_flms_app_views_layouts_flms_admin_html_haml___511405204905627849_70246932893120' actionpack (3.2.13) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.13) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.13) lib/action_view/template.rb:143:in `render' actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.13) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.13) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.13) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.13) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.13) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.13) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.13) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.13) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.13) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.13) lib/active_support/callbacks.rb:436:in `_run__2229620767807028384__process_action__4105642151654813033__callbacks' activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call' railties (3.2.13) lib/rails/engine.rb:479:in `call' railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__2731571581320401520__call__2379152223963507546__callbacks' activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.13) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.13) lib/rails/engine.rb:479:in `call' railties (3.2.13) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.5ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-19 12:07:06 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.6ms) Compiled bootstrap.css (1215ms) (pid 1202) Compiled flms/admin.css (1223ms) (pid 1202) Completed 200 OK in 1413ms (Views: 1410.6ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-19 12:07:07 -0700 Served asset /flms/blocks/index.css - 200 OK (3ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-19 12:07:07 -0700 Served asset /flms/blocks/show.css - 200 OK (4ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-19 12:07:07 -0700 Served asset /flms/layout.css - 200 OK (1ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-19 12:07:07 -0700 Served asset /jquery-ui.css - 200 OK (1ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-19 12:07:07 -0700 Served asset /flms/home.css - 200 OK (38ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-19 12:07:07 -0700 Served asset /flms/login.css - 200 OK (2ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-19 12:07:07 -0700 Served asset /bootstrapSwitch.css - 200 OK (3ms) Started GET "/assets/flms/admin.css?body=1" for 127.0.0.1 at 2013-03-19 12:07:07 -0700 Served asset /flms/admin.css - 200 OK (9ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:07 -0700 Served asset /jquery.js - 200 OK (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:07 -0700 Served asset /jquery_ujs.js - 200 OK (1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 12:07:07 -0700 Served asset /bootstrap.css - 200 OK (5ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:07 -0700 Served asset /jquery-ui.js - 200 OK (5ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:07 -0700 Served asset /modularity/modularity.js - 200 OK (4ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:07 -0700 Served asset /modularity/tools/string_tools.js - 200 OK (2ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:07 -0700 Served asset /flms/blocks/index/block.js - 200 OK (2ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:07 -0700 Served asset /flms/blocks/index/block_list.js - 200 OK (2ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:08 -0700 Served asset /flms/blocks/index/index.js - 200 OK (2ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:08 -0700 Served asset /flms/bootstrap.js - 200 OK (1ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:08 -0700 Served asset /flms/layout.js - 200 OK (1ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:08 -0700 Served asset /bootstrapSwitch.js - 200 OK (2ms) Started GET "/assets/flms/admin.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:08 -0700 Served asset /flms/admin.js - 200 OK (52ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 12:07:10 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 12:07:24 -0700 Compiled bootstrap.css (1228ms) (pid 1202) Served asset /bootstrap.css - 200 OK (1232ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-19 12:07:27 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.1ms) Compiled flms/admin.css (4ms) (pid 1202) Completed 200 OK in 167ms (Views: 165.0ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-19 12:07:28 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-19 12:07:28 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-19 12:07:28 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-19 12:07:28 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-19 12:07:28 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-19 12:07:28 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 12:07:28 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-19 12:07:28 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin.css?body=1" for 127.0.0.1 at 2013-03-19 12:07:28 -0700 Served asset /flms/admin.css - 304 Not Modified (16ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:28 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:28 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:28 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:28 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:28 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:28 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:28 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:28 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:28 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:28 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:28 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:28 -0700 Served asset /flms/admin.js - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings" for 127.0.0.1 at 2013-03-19 12:07:28 -0700 Served asset /glyphicons-halflings - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/glyphicons-halflings"): actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.13) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.13) lib/rails/engine.rb:479:in `call' railties (3.2.13) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-19 12:07:29 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.1ms) Completed 200 OK in 111ms (Views: 108.7ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-19 12:07:29 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-19 12:07:29 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-19 12:07:29 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-19 12:07:29 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-19 12:07:29 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-19 12:07:29 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 12:07:29 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-19 12:07:29 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin.css?body=1" for 127.0.0.1 at 2013-03-19 12:07:29 -0700 Served asset /flms/admin.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:29 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:29 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:29 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:30 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:30 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:30 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:30 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:30 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:30 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:30 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:30 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:30 -0700 Served asset /flms/admin.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 12:07:32 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 12:07:54 -0700 Compiled bootstrap.css (1192ms) (pid 1202) Served asset /bootstrap.css - 200 OK (1196ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-19 12:07:57 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.1ms) Compiled flms/admin.css (4ms) (pid 1202) Completed 200 OK in 167ms (Views: 165.4ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-19 12:07:58 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-19 12:07:58 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-19 12:07:58 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-19 12:07:58 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-19 12:07:58 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-19 12:07:58 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 12:07:58 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-19 12:07:58 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin.css?body=1" for 127.0.0.1 at 2013-03-19 12:07:58 -0700 Served asset /flms/admin.css - 304 Not Modified (13ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:58 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:58 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:58 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:58 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:58 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:58 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:58 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:58 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:58 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:58 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:58 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin.js?body=1" for 127.0.0.1 at 2013-03-19 12:07:58 -0700 Served asset /flms/admin.js - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2013-03-19 12:07:58 -0700 Served asset /glyphicons-halflings.png - 200 OK (6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 12:08:38 -0700 Error compiling asset bootstrap.css: Sass::SyntaxError: Invalid CSS after "...halflings-white": expected ";", was ".png;" (in /Users/kevin/flms/vendor/assets/stylesheets/bootstrap.scss.erb) Served asset /bootstrap.css - 500 Internal Server Error Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-19 12:08:42 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.2ms) Completed 500 Internal Server Error in 371ms ActionView::Template::Error (Invalid CSS after "...halflings-white": expected ";", was ".png;" (in /Users/kevin/flms/vendor/assets/stylesheets/bootstrap.scss.erb)): 3: %head 4: %title #{Flms.application_name} administration 5: %meta{name:"viewport", content:"width=device-width, initial-scale=1.0"} 6: = stylesheet_link_tag 'flms/admin', media: 'all' 7: = csrf_meta_tags 8: 9: %body{class: "#{params[:controller].sub('/', ' ')} #{params[:action]}"} /Users/kevin/flms/vendor/assets/stylesheets/bootstrap.scss.erb:2310 sass (3.2.7) lib/sass/scss/parser.rb:1148:in `expected' sass (3.2.7) lib/sass/scss/parser.rb:1084:in `expected' sass (3.2.7) lib/sass/scss/parser.rb:1079:in `tok!' sass (3.2.7) lib/sass/scss/parser.rb:586:in `block in declaration_or_ruleset' sass (3.2.7) lib/sass/scss/parser.rb:1122:in `call' sass (3.2.7) lib/sass/scss/parser.rb:1122:in `rethrow' sass (3.2.7) lib/sass/scss/parser.rb:592:in `declaration_or_ruleset' sass (3.2.7) lib/sass/scss/parser.rb:554:in `block_child' sass (3.2.7) lib/sass/scss/parser.rb:543:in `block_contents' sass (3.2.7) lib/sass/scss/parser.rb:535:in `block' sass (3.2.7) lib/sass/scss/parser.rb:529:in `ruleset' sass (3.2.7) lib/sass/scss/parser.rb:553:in `block_child' sass (3.2.7) lib/sass/scss/parser.rb:546:in `block_contents' sass (3.2.7) lib/sass/scss/parser.rb:82:in `stylesheet' sass (3.2.7) lib/sass/scss/parser.rb:27:in `parse' sass (3.2.7) lib/sass/engine.rb:342:in `_to_tree' sass (3.2.7) lib/sass/engine.rb:315:in `_render' sass (3.2.7) lib/sass/engine.rb:262:in `render' tilt (1.3.6) lib/tilt/css.rb:24:in `evaluate' tilt (1.3.6) lib/tilt/template.rb:77:in `render' sprockets (2.2.2) lib/sprockets/context.rb:193:in `block in evaluate' sprockets (2.2.2) lib/sprockets/context.rb:190:in `each' sprockets (2.2.2) lib/sprockets/context.rb:190:in `evaluate' sprockets (2.2.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.2.2) lib/sprockets/processed_asset.rb:37:in `map' sprockets (2.2.2) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.2.2) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.2.2) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.2.2) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.2.2) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/environment.rb:78:in `find_asset' sprockets (2.2.2) lib/sprockets/base.rb:177:in `[]' actionpack (3.2.13) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.13) lib/sprockets/helpers/rails_helper.rb:44:in `block in stylesheet_link_tag' actionpack (3.2.13) lib/sprockets/helpers/rails_helper.rb:43:in `collect' actionpack (3.2.13) lib/sprockets/helpers/rails_helper.rb:43:in `stylesheet_link_tag' /Users/kevin/flms/app/views/layouts/flms/admin.html.haml:6:in `___sers_kevin_flms_app_views_layouts_flms_admin_html_haml___511405204905627849_70246932893120' actionpack (3.2.13) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.13) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.13) lib/action_view/template.rb:143:in `render' actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.13) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.13) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.13) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.13) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.13) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.13) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.13) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.13) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.13) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.13) lib/active_support/callbacks.rb:436:in `_run__2229620767807028384__process_action__4105642151654813033__callbacks' activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call' railties (3.2.13) lib/rails/engine.rb:479:in `call' railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.5) lib/rack/etag.rb:23:in `call' rack (1.4.5) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context' rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__2731571581320401520__call__2379152223963507546__callbacks' activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.13) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.13) lib/rails/engine.rb:479:in `call' railties (3.2.13) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.6ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-19 12:08:56 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.1ms) Compiled bootstrap.css (1189ms) (pid 1202) Compiled flms/admin.css (4ms) (pid 1202) Completed 200 OK in 1361ms (Views: 1358.6ms | ActiveRecord: 0.4ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-19 12:08:57 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.1ms) Completed 200 OK in 106ms (Views: 104.2ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-19 12:08:57 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-19 12:08:57 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-19 12:08:57 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-19 12:08:57 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-19 12:08:57 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-19 12:08:57 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 12:08:57 -0700 Served asset /bootstrap.css - 200 OK (4ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-19 12:08:57 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin.css?body=1" for 127.0.0.1 at 2013-03-19 12:08:57 -0700 Served asset /flms/admin.css - 304 Not Modified (49ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-19 12:08:58 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-19 12:08:58 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-19 12:08:58 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-19 12:08:58 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-19 12:08:58 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-19 12:08:58 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-19 12:08:58 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-19 12:08:58 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-19 12:08:58 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-19 12:08:58 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-19 12:08:58 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin.js?body=1" for 127.0.0.1 at 2013-03-19 12:08:58 -0700 Served asset /flms/admin.js - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2013-03-19 12:08:58 -0700 Served asset /glyphicons-halflings.png - 304 Not Modified (2ms) Started GET "/flms/pages/home/blocks/1" for 127.0.0.1 at 2013-03-19 12:08:59 -0700 Processing by Flms::BlocksController#show as HTML Parameters: {"page_id"=>"home", "id"=>"1"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'home' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = ? LIMIT 1 [["id", "1"]] Flms::Layer Load (0.1ms) SELECT "flms_layers".* FROM "flms_layers" WHERE "flms_layers"."block_id" = 1 Rendered /Users/kevin/flms/app/views/flms/blocks/show.html.haml within layouts/flms/admin (2.1ms) Completed 200 OK in 108ms (Views: 106.1ms | ActiveRecord: 0.4ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-03-19 12:09:00 -0700 Served asset /flms/blocks/index.css - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-03-19 12:09:00 -0700 Served asset /flms/blocks/show.css - 304 Not Modified (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-03-19 12:09:00 -0700 Served asset /flms/home.css - 304 Not Modified (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-03-19 12:09:00 -0700 Served asset /flms/layout.css - 304 Not Modified (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-03-19 12:09:00 -0700 Served asset /flms/login.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-03-19 12:09:00 -0700 Served asset /jquery-ui.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 12:09:00 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-03-19 12:09:00 -0700 Served asset /bootstrapSwitch.css - 304 Not Modified (0ms) Started GET "/assets/flms/admin.css?body=1" for 127.0.0.1 at 2013-03-19 12:09:00 -0700 Served asset /flms/admin.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-19 12:09:00 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-19 12:09:00 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-19 12:09:00 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-03-19 12:09:00 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-03-19 12:09:00 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-03-19 12:09:00 -0700 Served asset /flms/blocks/index/block.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-03-19 12:09:00 -0700 Served asset /flms/blocks/index/block_list.js - 304 Not Modified (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-03-19 12:09:00 -0700 Served asset /flms/blocks/index/index.js - 304 Not Modified (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-03-19 12:09:00 -0700 Served asset /flms/bootstrap.js - 304 Not Modified (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-03-19 12:09:00 -0700 Served asset /flms/layout.js - 304 Not Modified (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-03-19 12:09:00 -0700 Served asset /bootstrapSwitch.js - 304 Not Modified (0ms) Started GET "/assets/flms/admin.js?body=1" for 127.0.0.1 at 2013-03-19 12:09:00 -0700 Served asset /flms/admin.js - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 12:09:01 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 12:09:33 -0700 Compiled bootstrap.css (1208ms) (pid 1202) Served asset /bootstrap.css - 200 OK (1258ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 12:09:48 -0700 Compiled bootstrap.css (1222ms) (pid 1202) Served asset /bootstrap.css - 200 OK (1227ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 12:11:50 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-03-19 15:16:28 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml  (1.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to FlmsDeviseCreateUsers (20130208224914) Migrating to FlmsCreatePages (20130216032241) Migrating to CreateFlmsBlocks (20130302011705) Migrating to CreateFlmsBlocksPages (20130302015459) Migrating to CreateFlmsLayers (20130312220011) Migrating to AddImageToLayers (20130313002421) Migrating to CreateFlmsKeyframes (20130327183815)  (0.1ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "flms_keyframes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "layer_id" integer, "type" varchar(255), "scroll_start" integer, "scroll_duration" integer, "width" float, "height" float, "position_x" float, "position_y" float, "opacity" float, "scale" float, "blur" float)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130327183815')  (0.8ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (1.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to FlmsDeviseCreateUsers (20130208224914) Migrating to FlmsCreatePages (20130216032241) Migrating to CreateFlmsBlocks (20130302011705) Migrating to CreateFlmsBlocksPages (20130302015459) Migrating to CreateFlmsLayers (20130312220011) Migrating to AddImageToLayers (20130313002421) Migrating to CreateFlmsKeyframes (20130327183815)  (0.0ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (1.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to FlmsDeviseCreateUsers (20130208224914) Migrating to FlmsCreatePages (20130216032241) Migrating to CreateFlmsBlocks (20130302011705) Migrating to CreateFlmsBlocksPages (20130302015459) Migrating to CreateFlmsLayers (20130312220011) Migrating to AddImageToLayers (20130313002421) Migrating to CreateFlmsKeyframes (20130327183815)  (0.0ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (1.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to FlmsDeviseCreateUsers (20130208224914)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "flms_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE UNIQUE INDEX "index_flms_users_on_email" ON "flms_users" ("email")  (0.1ms) CREATE UNIQUE INDEX "index_flms_users_on_reset_password_token" ON "flms_users" ("reset_password_token")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130208224914')  (0.7ms) commit transaction Migrating to FlmsCreatePages (20130216032241)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "flms_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "url" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_flms_pages_on_url" ON "flms_pages" ("url")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130216032241')  (0.9ms) commit transaction Migrating to CreateFlmsBlocks (20130302011705)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "flms_blocks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130302011705')  (0.4ms) commit transaction Migrating to CreateFlmsBlocksPages (20130302015459)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "flms_blocks_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "block_id" integer, "page_id" integer, "ordering" integer, "active" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE INDEX "index_flms_blocks_pages_on_block_id" ON "flms_blocks_pages" ("block_id")  (0.1ms) CREATE INDEX "index_flms_blocks_pages_on_page_id" ON "flms_blocks_pages" ("page_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130302015459')  (0.5ms) commit transaction Migrating to CreateFlmsLayers (20130312220011)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "flms_layers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "block_id" integer, "ordering" integer, "type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) CREATE INDEX "index_flms_layers_on_block_id" ON "flms_layers" ("block_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130312220011')  (0.6ms) commit transaction Migrating to AddImageToLayers (20130313002421)  (0.0ms) begin transaction  (0.3ms) ALTER TABLE "flms_layers" ADD "image" varchar(255)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130313002421')  (0.5ms) commit transaction Migrating to CreateFlmsKeyframes (20130327183815)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "flms_keyframes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "layer_id" integer, "type" varchar(255), "scroll_start" integer, "scroll_duration" integer, "width" float, "height" float, "position_x" float, "position_y" float, "opacity" float, "scale" float, "blur" float)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130327183815')  (1.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (1.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (1.0ms) CREATE TABLE "flms_blocks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.9ms) CREATE TABLE "flms_blocks_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "block_id" integer, "page_id" integer, "ordering" integer, "active" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE INDEX "index_flms_blocks_pages_on_block_id" ON "flms_blocks_pages" ("block_id")  (1.0ms) CREATE INDEX "index_flms_blocks_pages_on_page_id" ON "flms_blocks_pages" ("page_id")  (0.7ms) CREATE TABLE "flms_keyframes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "layer_id" integer, "type" varchar(255), "scroll_start" integer, "scroll_duration" integer, "width" float, "height" float, "position_x" float, "position_y" float, "opacity" float, "scale" float, "blur" float)   (1.0ms) CREATE TABLE "flms_layers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "block_id" integer, "ordering" integer, "type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "image" varchar(255))  (0.8ms) CREATE INDEX "index_flms_layers_on_block_id" ON "flms_layers" ("block_id")  (0.6ms) CREATE TABLE "flms_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "url" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE INDEX "index_flms_pages_on_url" ON "flms_pages" ("url")  (1.2ms) CREATE TABLE "flms_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "index_flms_users_on_email" ON "flms_users" ("email")  (0.8ms) CREATE UNIQUE INDEX "index_flms_users_on_reset_password_token" ON "flms_users" ("reset_password_token")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130327183815')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20130208224914')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130216032241')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130302011705')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130302015459')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130312220011')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130313002421') Connecting to database specified by database.yml Started GET "/?q=cof" for 127.0.0.1 at 2013-04-09 10:10:36 -0700 Processing by HomeController#index as HTML Parameters: {"q"=>"cof"} Rendered home/index.html.haml (3.8ms) Completed 200 OK in 55ms (Views: 54.7ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2013-04-09 10:10:53 -0700 Processing by HomeController#index as HTML Rendered home/index.html.haml (0.1ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/admin" for 127.0.0.1 at 2013-04-09 10:11:01 -0700 ActionController::RoutingError (No route matches [GET] "/admin"): actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.12) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.12) lib/rails/engine.rb:479:in `call' railties (3.2.12) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/flms/login" for 127.0.0.1 at 2013-04-09 10:11:06 -0700 Processing by Flms::SessionsController#new as HTML Flms::User Load (0.6ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (2.6ms) Compiled flms/blocks/index.css (164ms) (pid 29208) Compiled flms/blocks/show.css (1ms) (pid 29208) Compiled flms/home.css (3ms) (pid 29208) Compiled flms/layout.css (2ms) (pid 29208) Compiled flms/login.css (3ms) (pid 29208) Compiled jquery-ui.css (0ms) (pid 29208) Compiled bootstrap.css (0ms) (pid 29208) Compiled bootstrapSwitch.css (0ms) (pid 29208) Compiled flms/admin.css (245ms) (pid 29208) Compiled jquery.js (40ms) (pid 29208) Compiled jquery_ujs.js (0ms) (pid 29208) Compiled jquery-ui.js (5ms) (pid 29208) Compiled modularity/modularity.js (189ms) (pid 29208) Compiled flms/blocks/index/block.js (118ms) (pid 29208) Compiled flms/blocks/index/block_list.js (120ms) (pid 29208) Compiled flms/blocks/index/index.js (130ms) (pid 29208) Compiled flms/bootstrap.js (0ms) (pid 29208) Compiled flms/layout.js (113ms) (pid 29208) Compiled bootstrapSwitch.js (0ms) (pid 29208) Compiled flms/admin.js (806ms) (pid 29208) Completed 200 OK in 1181ms (Views: 1166.2ms | ActiveRecord: 2.7ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-04-09 10:11:07 -0700 Served asset /flms/blocks/index.css - 200 OK (2ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-04-09 10:11:07 -0700 Served asset /flms/blocks/show.css - 200 OK (2ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-04-09 10:11:07 -0700 Served asset /flms/layout.css - 200 OK (5ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-04-09 10:11:07 -0700 Served asset /flms/home.css - 200 OK (1ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-04-09 10:11:07 -0700 Served asset /flms/login.css - 200 OK (1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-04-09 10:11:07 -0700 Served asset /bootstrap.css - 200 OK (2ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-04-09 10:11:07 -0700 Served asset /jquery-ui.css - 200 OK (2ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-04-09 10:11:07 -0700 Served asset /bootstrapSwitch.css - 200 OK (2ms) Started GET "/assets/flms/admin.css?body=1" for 127.0.0.1 at 2013-04-09 10:11:07 -0700 Served asset /flms/admin.css - 200 OK (8ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-09 10:11:07 -0700 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-09 10:11:07 -0700 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-04-09 10:11:07 -0700 Served asset /jquery-ui.js - 304 Not Modified (4ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-04-09 10:11:07 -0700 Served asset /modularity/modularity.js - 200 OK (3ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-04-09 10:11:07 -0700 Served asset /flms/blocks/index/block.js - 200 OK (3ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-04-09 10:11:07 -0700 Served asset /flms/blocks/index/block_list.js - 200 OK (3ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-04-09 10:11:07 -0700 Served asset /flms/blocks/index/index.js - 200 OK (3ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-04-09 10:11:07 -0700 Served asset /flms/bootstrap.js - 200 OK (1ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-04-09 10:11:07 -0700 Served asset /flms/layout.js - 200 OK (1ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-04-09 10:11:07 -0700 Served asset /bootstrapSwitch.js - 200 OK (1ms) Started GET "/assets/flms/admin.js?body=1" for 127.0.0.1 at 2013-04-09 10:11:07 -0700 Served asset /flms/admin.js - 200 OK (56ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-04-09 10:11:12 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-04-09 10:11:27 -0700 Compiled bootstrap.css (0ms) (pid 29208) Served asset /bootstrap.css - 200 OK (6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-04-09 10:11:44 -0700 Compiled bootstrap.css (1121ms) (pid 29208) Served asset /bootstrap.css - 200 OK (1129ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-04-09 10:13:03 -0700 Error compiling asset bootstrap.css: Sass::SyntaxError: Invalid CSS after "...kground-image: ": expected expression (e.g. 1px, bold), was "<%= image_url "..." (in /Users/kevin/flms/vendor/assets/stylesheets/bootstrap.scss) Served asset /bootstrap.css - 500 Internal Server Error Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-04-09 10:13:16 -0700 Error compiling asset bootstrap.css: NoMethodError: undefined method `image_url' for #<#:0x007fadad768c68> (in /Users/kevin/flms/vendor/assets/stylesheets/bootstrap.css.erb) Served asset /bootstrap.css - 500 Internal Server Error Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-04-09 10:14:16 -0700 Error compiling asset bootstrap.css: NoMethodError: undefined method `image_url' for #<#:0x007fadae048d38> (in /Users/kevin/flms/vendor/assets/stylesheets/bootstrap.css.erb) Served asset /bootstrap.css - 500 Internal Server Error Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-04-09 10:14:17 -0700 Error compiling asset bootstrap.css: NoMethodError: undefined method `image_url' for #<#:0x007fadae5838c0> (in /Users/kevin/flms/vendor/assets/stylesheets/bootstrap.css.erb) Served asset /bootstrap.css - 500 Internal Server Error Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-04-09 10:14:46 -0700 Error compiling asset bootstrap.css: NoMethodError: undefined method `image_url' for #<#:0x007fadae512c88> (in /Users/kevin/flms/vendor/assets/stylesheets/bootstrap.css.erb) Served asset /bootstrap.css - 500 Internal Server Error Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-04-09 10:14:47 -0700 Error compiling asset bootstrap.css: NoMethodError: undefined method `image_url' for #<#:0x007fadaba35f10> (in /Users/kevin/flms/vendor/assets/stylesheets/bootstrap.css.erb) Served asset /bootstrap.css - 500 Internal Server Error Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-04-09 11:18:42 -0700 Error compiling asset bootstrap.css: SyntaxError: /Users/kevin/flms/vendor/assets/stylesheets/bootstrap.css.erb:2286: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '(' ..."; _erbout.concat(( image-url "/glyphicons-halflings.png" ).... ... ^ (in /Users/kevin/flms/vendor/assets/stylesheets/bootstrap.css.erb) Served asset /bootstrap.css - 500 Internal Server Error Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-04-09 11:18:55 -0700 Error compiling asset bootstrap.css: SyntaxError: /Users/kevin/flms/vendor/assets/stylesheets/bootstrap.css.erb:2286: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '(' ..."; _erbout.concat(( asset-url "/glyphicons-halflings.png" ).... ... ^ (in /Users/kevin/flms/vendor/assets/stylesheets/bootstrap.css.erb) Served asset /bootstrap.css - 500 Internal Server Error Started GET "/?q=cof" for 127.0.0.1 at 2013-04-09 11:19:42 -0700 Processing by HomeController#index as HTML Parameters: {"q"=>"cof"} Rendered home/index.html.haml (0.2ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-04-09 11:23:15 -0700 Error compiling asset bootstrap.css: SyntaxError: /Users/kevin/flms/vendor/assets/stylesheets/bootstrap.css.erb:2286: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '(' ..."; _erbout.concat(( asset-url "/glyphicons-halflings.png", i... ... ^ /Users/kevin/flms/vendor/assets/stylesheets/bootstrap.css.erb:2286: syntax error, unexpected ',', expecting ')' ...rl "/glyphicons-halflings.png", image ).to_s); _erbout.conca... ... ^ (in /Users/kevin/flms/vendor/assets/stylesheets/bootstrap.css.erb) Served asset /bootstrap.css - 500 Internal Server Error Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-04-09 11:30:38 -0700 Error compiling asset bootstrap.css: SyntaxError: /Users/kevin/flms/vendor/assets/stylesheets/bootstrap.css.erb:2286: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '(' ..."; _erbout.concat(( asset-url "/glyphicons-halflings.png", i... ... ^ /Users/kevin/flms/vendor/assets/stylesheets/bootstrap.css.erb:2286: syntax error, unexpected ',', expecting ')' ...rl "/glyphicons-halflings.png", image ).to_s); _erbout.conca... ... ^ (in /Users/kevin/flms/vendor/assets/stylesheets/bootstrap.css.erb) Served asset /bootstrap.css - 500 Internal Server Error Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-04-09 11:30:38 -0700 Error compiling asset bootstrap.css: SyntaxError: /Users/kevin/flms/vendor/assets/stylesheets/bootstrap.css.erb:2286: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '(' ..."; _erbout.concat(( asset-url "/glyphicons-halflings.png", i... ... ^ /Users/kevin/flms/vendor/assets/stylesheets/bootstrap.css.erb:2286: syntax error, unexpected ',', expecting ')' ...rl "/glyphicons-halflings.png", image ).to_s); _erbout.conca... ... ^ (in /Users/kevin/flms/vendor/assets/stylesheets/bootstrap.css.erb) Served asset /bootstrap.css - 500 Internal Server Error Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-04-09 13:04:16 -0700 Error compiling asset bootstrap.css: NameError: undefined local variable or method `image' for #<#:0x007fadb283dfa8> (in /Users/kevin/flms/vendor/assets/stylesheets/bootstrap.css.erb) Served asset /bootstrap.css - 500 Internal Server Error Started GET "/?q=cof" for 127.0.0.1 at 2013-04-09 13:04:24 -0700 Processing by HomeController#index as HTML Parameters: {"q"=>"cof"} Rendered home/index.html.haml (0.1ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-04-09 13:04:30 -0700 Compiled bootstrap.css (105ms) (pid 29208) Served asset /bootstrap.css - 200 OK (111ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-04-09 13:05:18 -0700 Compiled bootstrap.css (105ms) (pid 29208) Served asset /bootstrap.css - 200 OK (147ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-04-09 13:05:22 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-04-09 13:05:27 -0700 Compiled bootstrap.css (104ms) (pid 29208) Served asset /bootstrap.css - 200 OK (109ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-04-09 13:05:36 -0700 Compiled bootstrap.css (106ms) (pid 29208) Served asset /bootstrap.css - 200 OK (111ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-04-09 13:05:47 -0700 Compiled bootstrap.css (103ms) (pid 29208) Served asset /bootstrap.css - 200 OK (108ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-04-09 13:05:51 -0700 Compiled bootstrap.css (105ms) (pid 29208) Served asset /bootstrap.css - 200 OK (110ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-04-09 13:06:13 -0700 Compiled bootstrap.css (107ms) (pid 29208) Served asset /bootstrap.css - 200 OK (113ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-04-09 13:06:23 -0700 Compiled bootstrap.css (105ms) (pid 29208) Served asset /bootstrap.css - 304 Not Modified (110ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-04-09 13:06:28 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-04-09 13:06:29 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-04-09 13:06:30 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/?q=cof" for 127.0.0.1 at 2013-04-09 14:30:03 -0700 Processing by HomeController#index as HTML Parameters: {"q"=>"cof"} Rendered home/index.html.haml (0.1ms) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml Started GET "/?q=cof" for 127.0.0.1 at 2013-04-10 13:00:13 -0700 Processing by HomeController#index as HTML Parameters: {"q"=>"cof"} Rendered home/index.html.haml (15.2ms) Completed 200 OK in 97ms (Views: 76.5ms | ActiveRecord: 0.0ms) Started GET "/?q=cof" for 127.0.0.1 at 2013-04-11 10:35:58 -0700 Processing by HomeController#index as HTML Parameters: {"q"=>"cof"} Rendered home/index.html.haml (0.1ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/?q=cof" for 127.0.0.1 at 2013-04-11 11:42:25 -0700 Processing by HomeController#index as HTML Parameters: {"q"=>"cof"} Rendered home/index.html.haml (0.1ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/?q=cof" for 127.0.0.1 at 2013-04-11 13:02:18 -0700 Processing by HomeController#index as HTML Parameters: {"q"=>"cof"} Rendered home/index.html.haml (0.1ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/?q=cof" for 127.0.0.1 at 2013-04-11 14:45:14 -0700 Processing by HomeController#index as HTML Parameters: {"q"=>"cof"} Rendered home/index.html.haml (0.1ms) Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/?q=cof" for 127.0.0.1 at 2013-04-11 16:33:16 -0700 Processing by HomeController#index as HTML Parameters: {"q"=>"cof"} Rendered home/index.html.haml (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/?q=cof" for 127.0.0.1 at 2013-04-11 20:12:13 -0700 Processing by HomeController#index as HTML Parameters: {"q"=>"cof"} Rendered home/index.html.haml (0.2ms) Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/?q=cof" for 127.0.0.1 at 2013-04-12 11:48:57 -0700 Processing by HomeController#index as HTML Parameters: {"q"=>"cof"} Rendered home/index.html.haml (15.2ms) Completed 200 OK in 86ms (Views: 68.3ms | ActiveRecord: 0.0ms) Started GET "/?q=cof" for 127.0.0.1 at 2013-04-12 13:02:43 -0700 Processing by HomeController#index as HTML Parameters: {"q"=>"cof"} Rendered home/index.html.haml (0.3ms) Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms) Started GET "/flms/login" for 127.0.0.1 at 2013-04-12 16:42:30 -0700 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (15.9ms) Compiled flms/admin.css (157ms) (pid 29208) Completed 200 OK in 479ms (Views: 468.2ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/blocks/index.css?body=1" for 127.0.0.1 at 2013-04-12 16:42:31 -0700 Served asset /flms/blocks/index.css - 200 OK (0ms) Started GET "/assets/flms/blocks/show.css?body=1" for 127.0.0.1 at 2013-04-12 16:42:31 -0700 Served asset /flms/blocks/show.css - 200 OK (0ms) Started GET "/assets/flms/home.css?body=1" for 127.0.0.1 at 2013-04-12 16:42:31 -0700 Served asset /flms/home.css - 200 OK (0ms) Started GET "/assets/flms/login.css?body=1" for 127.0.0.1 at 2013-04-12 16:42:31 -0700 Served asset /flms/login.css - 200 OK (0ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-04-12 16:42:31 -0700 Served asset /jquery-ui.css - 200 OK (0ms) Started GET "/assets/flms/layout.css?body=1" for 127.0.0.1 at 2013-04-12 16:42:31 -0700 Served asset /flms/layout.css - 200 OK (0ms) Started GET "/assets/flms/admin.css?body=1" for 127.0.0.1 at 2013-04-12 16:42:31 -0700 Served asset /flms/admin.css - 200 OK (114ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-04-12 16:42:31 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-12 16:42:31 -0700 Served asset /jquery_ujs.js - 200 OK (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-04-12 16:42:31 -0700 Served asset /jquery-ui.js - 200 OK (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-12 16:42:31 -0700 Served asset /jquery.js - 200 OK (0ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-04-12 16:42:31 -0700 Served asset /bootstrapSwitch.css - 200 OK (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-04-12 16:42:31 -0700 Served asset /modularity/modularity.js - 200 OK (0ms) Started GET "/assets/flms/blocks/index/block.js?body=1" for 127.0.0.1 at 2013-04-12 16:42:31 -0700 Served asset /flms/blocks/index/block.js - 200 OK (0ms) Started GET "/assets/flms/blocks/index/block_list.js?body=1" for 127.0.0.1 at 2013-04-12 16:42:31 -0700 Served asset /flms/blocks/index/block_list.js - 200 OK (0ms) Started GET "/assets/flms/bootstrap.js?body=1" for 127.0.0.1 at 2013-04-12 16:42:31 -0700 Served asset /flms/bootstrap.js - 200 OK (0ms) Started GET "/assets/flms/blocks/index/index.js?body=1" for 127.0.0.1 at 2013-04-12 16:42:31 -0700 Served asset /flms/blocks/index/index.js - 200 OK (0ms) Started GET "/assets/flms/admin.js?body=1" for 127.0.0.1 at 2013-04-12 16:42:31 -0700 Served asset /flms/admin.js - 200 OK (0ms) Started GET "/assets/flms/layout.js?body=1" for 127.0.0.1 at 2013-04-12 16:42:31 -0700 Served asset /flms/layout.js - 200 OK (0ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-04-12 16:42:31 -0700 Served asset /bootstrapSwitch.js - 200 OK (0ms) Connecting to database specified by database.yml  (3.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to FlmsDeviseCreateUsers (20130208224914) Migrating to FlmsCreatePages (20130216032241) Migrating to CreateFlmsBlocks (20130302011705) Migrating to CreateFlmsBlocksPages (20130302015459) Migrating to CreateFlmsLayers (20130312220011) Migrating to AddImageToLayers (20130313002421) Migrating to CreateFlmsKeyframes (20130327183815) Migrating to RemoveOrderingFromLayers (20130404201756)  (0.4ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.5ms) CREATE TEMPORARY TABLE "altered_flms_layers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "block_id" integer, "ordering" integer, "type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "image" varchar(255))  (0.1ms) CREATE INDEX "temp_index_altered_flms_layers_on_block_id" ON "altered_flms_layers" ("block_id")  (0.4ms) SELECT * FROM "flms_layers"  (1.6ms) DROP TABLE "flms_layers"  (0.1ms) CREATE TABLE "flms_layers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "block_id" integer, "type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "image" varchar(255))  (0.1ms) CREATE INDEX "index_flms_layers_on_block_id" ON "flms_layers" ("block_id")  (0.0ms) SELECT * FROM "altered_flms_layers"  (0.3ms) DROP TABLE "altered_flms_layers"  (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130404201756')  (0.9ms) commit transaction Migrating to AddTextLayers (20130415185500)  (0.0ms) begin transaction  (0.7ms) ALTER TABLE "flms_layers" ADD "text" varchar(255)  (0.1ms) ALTER TABLE "flms_layers" ADD "font_size" float  (0.1ms) ALTER TABLE "flms_layers" ADD "color" varchar(255)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130415185500')  (0.7ms) commit transaction Migrating to StoreSizeInLayers (20130417210408)  (0.0ms) begin transaction  (0.3ms) ALTER TABLE "flms_layers" ADD "width" float  (0.1ms) ALTER TABLE "flms_layers" ADD "height" float  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130417210408')  (0.6ms) commit transaction Migrating to StoreMarginInKeyframes (20130418191643)  (0.0ms) begin transaction  (0.3ms) ALTER TABLE "flms_keyframes" ADD "margin_left" float DEFAULT 0  (0.1ms) ALTER TABLE "flms_keyframes" ADD "margin_top" float DEFAULT 0  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130418191643')  (0.8ms) commit transaction Migrating to LayersRemoveFromDom (20130418222016)  (0.0ms) begin transaction  (0.3ms) ALTER TABLE "flms_layers" ADD "dom_remove" boolean DEFAULT 't'  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130418222016')  (0.8ms) commit transaction Migrating to AddParagraphLayers (20130422193150)  (0.0ms) begin transaction  (0.3ms) ALTER TABLE "flms_layers" ADD "header" varchar(255)  (0.1ms) ALTER TABLE "flms_layers" ADD "body" varchar(255)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130422193150')  (0.6ms) commit transaction Migrating to LayersHaveZValue (20130426171058)  (0.0ms) begin transaction  (0.3ms) ALTER TABLE "flms_layers" ADD "z_index" varchar(255) DEFAULT '0' NOT NULL  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130426171058')  (0.9ms) commit transaction Migrating to AddEmbedCodeToLayers (20130430224538)  (0.0ms) begin transaction  (0.3ms) ALTER TABLE "flms_layers" ADD "embed_code" varchar(255)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130430224538')  (0.5ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (1.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to FlmsDeviseCreateUsers (20130208224914) Migrating to FlmsCreatePages (20130216032241) Migrating to CreateFlmsBlocks (20130302011705) Migrating to CreateFlmsBlocksPages (20130302015459) Migrating to CreateFlmsLayers (20130312220011) Migrating to AddImageToLayers (20130313002421) Migrating to CreateFlmsKeyframes (20130327183815) Migrating to RemoveOrderingFromLayers (20130404201756) Migrating to AddTextLayers (20130415185500) Migrating to StoreSizeInLayers (20130417210408) Migrating to StoreMarginInKeyframes (20130418191643) Migrating to LayersRemoveFromDom (20130418222016) Migrating to AddParagraphLayers (20130422193150) Migrating to LayersHaveZValue (20130426171058) Migrating to AddEmbedCodeToLayers (20130430224538)  (0.1ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (1.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.4ms) select sqlite_version(*)  (0.9ms) DROP TABLE "flms_blocks"  (0.7ms) CREATE TABLE "flms_blocks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) DROP TABLE "flms_blocks_pages"  (0.8ms) CREATE TABLE "flms_blocks_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "block_id" integer, "page_id" integer, "ordering" integer, "active" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE INDEX "index_flms_blocks_pages_on_block_id" ON "flms_blocks_pages" ("block_id")  (1.1ms) CREATE INDEX "index_flms_blocks_pages_on_page_id" ON "flms_blocks_pages" ("page_id")  (1.0ms) DROP TABLE "flms_keyframes"  (0.8ms) CREATE TABLE "flms_keyframes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "layer_id" integer, "type" varchar(255), "scroll_start" integer, "scroll_duration" integer, "width" float, "height" float, "position_x" float, "position_y" float, "opacity" float, "scale" float, "blur" float, "margin_left" float DEFAULT 0.0, "margin_top" float DEFAULT 0.0)  (0.9ms) DROP TABLE "flms_layers"  (0.8ms) CREATE TABLE "flms_layers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "block_id" integer, "type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "image" varchar(255), "text" varchar(255), "font_size" float, "color" varchar(255), "width" float, "height" float, "dom_remove" boolean DEFAULT 't', "header" varchar(255), "body" varchar(255), "z_index" varchar(255) DEFAULT '0' NOT NULL, "embed_code" varchar(255))  (0.7ms) CREATE INDEX "index_flms_layers_on_block_id" ON "flms_layers" ("block_id")  (0.6ms) DROP TABLE "flms_pages"  (0.6ms) CREATE TABLE "flms_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "url" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.8ms) CREATE INDEX "index_flms_pages_on_url" ON "flms_pages" ("url")  (1.0ms) DROP TABLE "flms_users"  (0.8ms) CREATE TABLE "flms_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.6ms) CREATE UNIQUE INDEX "index_flms_users_on_email" ON "flms_users" ("email")  (0.7ms) CREATE UNIQUE INDEX "index_flms_users_on_reset_password_token" ON "flms_users" ("reset_password_token")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130430224538')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130404201756')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130415185500')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130417210408')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130418191643')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130418222016')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130422193150')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130426171058') Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-05-06 10:34:35 -0700 Processing by HomeController#index as HTML Rendered home/index.html.haml (2.3ms) Completed 200 OK in 47ms (Views: 47.2ms | ActiveRecord: 0.0ms) Started GET "/admin" for 127.0.0.1 at 2013-05-06 10:34:46 -0700 ActionController::RoutingError (No route matches [GET] "/admin"): actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.13) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.13) lib/rails/engine.rb:479:in `call' railties (3.2.13) lib/rails/application.rb:223:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/kevin/.rbenv/versions/1.9.3-p327-perf/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/flms/login" for 127.0.0.1 at 2013-05-06 10:34:49 -0700 Processing by Flms::SessionsController#new as HTML Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (2.7ms) Compiled flms/admin/blocks/show.css (195ms) (pid 5810) Compiled flms/admin/home.css (5ms) (pid 5810) Compiled flms/admin/layers/form.css (1ms) (pid 5810) Compiled flms/admin/layout.css (4ms) (pid 5810) Compiled flms/admin/login.css (10ms) (pid 5810) Compiled flms/admin/pages/edit.css (5ms) (pid 5810) Compiled jquery-ui.css (0ms) (pid 5810) Compiled bootstrap.css (0ms) (pid 5810) Compiled bootstrapSwitch.css (0ms) (pid 5810) Compiled flms/admin.css (248ms) (pid 5810) Compiled jquery.js (1ms) (pid 5810) Compiled jquery_ujs.js (0ms) (pid 5810) Compiled jquery-ui.js (5ms) (pid 5810) Compiled modularity/tools/string_tools.js (136ms) (pid 5810) Compiled modularity/modularity.js (409ms) (pid 5810) Compiled flms/admin/bootstrap.js (0ms) (pid 5810) Compiled flms/admin/layout.js (137ms) (pid 5810) Compiled flms/admin/pages/edit/block.js (188ms) (pid 5810) Compiled flms/admin/pages/edit/block_list.js (141ms) (pid 5810) Compiled flms/admin/pages/edit/edit.js (151ms) (pid 5810) Compiled bootstrapSwitch.js (0ms) (pid 5810) Compiled flms/admin.js (1153ms) (pid 5810) Completed 200 OK in 1602ms (Views: 1600.9ms | ActiveRecord: 0.0ms) Started GET "/assets/flms/admin/blocks/show.css?body=1" for 127.0.0.1 at 2013-05-06 10:34:50 -0700 Served asset /flms/admin/blocks/show.css - 200 OK (4ms) Started GET "/assets/flms/admin/home.css?body=1" for 127.0.0.1 at 2013-05-06 10:34:50 -0700 Served asset /flms/admin/home.css - 200 OK (2ms) Started GET "/assets/flms/admin/layers/form.css?body=1" for 127.0.0.1 at 2013-05-06 10:34:50 -0700 Served asset /flms/admin/layers/form.css - 200 OK (2ms) Started GET "/assets/flms/admin/login.css?body=1" for 127.0.0.1 at 2013-05-06 10:34:50 -0700 Served asset /flms/admin/login.css - 200 OK (2ms) Started GET "/assets/flms/admin/layout.css?body=1" for 127.0.0.1 at 2013-05-06 10:34:50 -0700 Served asset /flms/admin/layout.css - 200 OK (2ms) Started GET "/assets/flms/admin/pages/edit.css?body=1" for 127.0.0.1 at 2013-05-06 10:34:50 -0700 Served asset /flms/admin/pages/edit.css - 200 OK (2ms) Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2013-05-06 10:34:50 -0700 Served asset /jquery-ui.css - 200 OK (3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-05-06 10:34:50 -0700 Served asset /bootstrap.css - 200 OK (4ms) Started GET "/assets/bootstrapSwitch.css?body=1" for 127.0.0.1 at 2013-05-06 10:34:50 -0700 Served asset /bootstrapSwitch.css - 200 OK (2ms) Started GET "/assets/flms/admin.css?body=1" for 127.0.0.1 at 2013-05-06 10:34:50 -0700 Served asset /flms/admin.css - 200 OK (10ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-06 10:34:50 -0700 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-06 10:34:50 -0700 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-05-06 10:34:50 -0700 Served asset /jquery-ui.js - 304 Not Modified (5ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-05-06 10:34:50 -0700 Served asset /modularity/modularity.js - 304 Not Modified (6ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-05-06 10:34:50 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (1ms) Started GET "/assets/flms/admin/bootstrap.js?body=1" for 127.0.0.1 at 2013-05-06 10:34:50 -0700 Served asset /flms/admin/bootstrap.js - 200 OK (2ms) Started GET "/assets/flms/admin/layout.js?body=1" for 127.0.0.1 at 2013-05-06 10:34:50 -0700 Served asset /flms/admin/layout.js - 200 OK (3ms) Started GET "/assets/flms/admin/pages/edit/block.js?body=1" for 127.0.0.1 at 2013-05-06 10:34:50 -0700 Served asset /flms/admin/pages/edit/block.js - 200 OK (1ms) Started GET "/assets/flms/admin/pages/edit/block_list.js?body=1" for 127.0.0.1 at 2013-05-06 10:34:50 -0700 Served asset /flms/admin/pages/edit/block_list.js - 200 OK (2ms) Started GET "/assets/flms/admin/pages/edit/edit.js?body=1" for 127.0.0.1 at 2013-05-06 10:34:50 -0700 Served asset /flms/admin/pages/edit/edit.js - 200 OK (2ms) Started GET "/assets/bootstrapSwitch.js?body=1" for 127.0.0.1 at 2013-05-06 10:34:50 -0700 Served asset /bootstrapSwitch.js - 200 OK (2ms) Started GET "/assets/flms/admin.js?body=1" for 127.0.0.1 at 2013-05-06 10:34:51 -0700 Served asset /flms/admin.js - 200 OK (14ms) Started POST "/flms/login" for 127.0.0.1 at 2013-05-06 10:35:36 -0700 Processing by Flms::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"kevin.goslar@originate.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Flms::User Load (0.5ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."email" = 'kevin.goslar@originate.com' LIMIT 1 Completed 401 Unauthorized in 11ms Processing by Flms::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"kevin.goslar@originate.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (1.3ms) Completed 200 OK in 166ms (Views: 165.3ms | ActiveRecord: 0.0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-06 10:35:36 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-05-06 10:35:36 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-06 10:35:36 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-05-06 10:35:36 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-05-06 10:35:36 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started POST "/flms/login" for 127.0.0.1 at 2013-05-06 10:35:39 -0700 Processing by Flms::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"kevin.goslar@originate.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."email" = 'kevin.goslar@originate.com' LIMIT 1 Completed 401 Unauthorized in 1ms Processing by Flms::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"kevin.goslar@originate.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (1.1ms) Completed 200 OK in 165ms (Views: 165.1ms | ActiveRecord: 0.0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-06 10:35:40 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-05-06 10:35:40 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-05-06 10:35:40 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-06 10:35:40 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-05-06 10:35:40 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started POST "/flms/login" for 127.0.0.1 at 2013-05-06 10:35:43 -0700 Processing by Flms::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"kevin.goslar@originate.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."email" = 'kevin.goslar@originate.com' LIMIT 1 Completed 401 Unauthorized in 1ms Processing by Flms::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"kevin.goslar@originate.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (0.9ms) Completed 200 OK in 154ms (Views: 153.5ms | ActiveRecord: 0.0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-06 10:35:43 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-06 10:35:43 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-05-06 10:35:43 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-05-06 10:35:43 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-05-06 10:35:43 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.0ms) begin transaction Flms::User Exists (1.6ms) SELECT 1 AS one FROM "flms_users" WHERE "flms_users"."email" = 'kevin.goslar@originate.com' LIMIT 1  (0.0ms) rollback transaction Started POST "/flms/login" for 127.0.0.1 at 2013-05-06 10:36:51 -0700 Processing by Flms::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"kevin.goslar@originate.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."email" = 'kevin.goslar@originate.com' LIMIT 1 Completed 401 Unauthorized in 1ms Processing by Flms::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"kevin.goslar@originate.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Rendered /Users/kevin/flms/app/views/flms/sessions/new.html.haml within layouts/flms/admin_login (1.1ms) Completed 200 OK in 158ms (Views: 157.4ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-05-06 10:36:51 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-06 10:36:51 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-06 10:36:51 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-05-06 10:36:51 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-05-06 10:36:51 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-05-06 10:36:51 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Connecting to database specified by database.yml  (0.1ms) begin transaction Flms::User Exists (1.7ms) SELECT 1 AS one FROM "flms_users" WHERE "flms_users"."email" = 'kevin.goslar@originate.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (4.3ms) INSERT INTO "flms_users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 06 May 2013 17:37:01 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "kevin.goslar@originate.com"], ["encrypted_password", "$2a$10$GmHvWm4YPL/M6qYyEbzSuuwtPjvn9mQcyPH/0vGkMlrm1U/kBcikG"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Mon, 06 May 2013 17:37:01 UTC +00:00]]  (1.0ms) commit transaction Started POST "/flms/login" for 127.0.0.1 at 2013-05-06 10:37:06 -0700 Processing by Flms::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "user"=>{"email"=>"kevin.goslar@originate.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."email" = 'kevin.goslar@originate.com' LIMIT 1  (0.1ms) begin transaction  (0.4ms) UPDATE "flms_users" SET "last_sign_in_at" = '2013-05-06 17:37:06.799179', "current_sign_in_at" = '2013-05-06 17:37:06.799179', "last_sign_in_ip" = '127.0.0.1', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2013-05-06 17:37:06.800200' WHERE "flms_users"."id" = 1  (1.3ms) commit transaction Redirected to http://localhost:3000/flms/pages Completed 302 Found in 89ms (ActiveRecord: 0.0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-05-06 10:37:06 -0700 Processing by Flms::PagesController#index as HTML Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (2.6ms) Completed 200 OK in 164ms (Views: 161.7ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-05-06 10:37:07 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:07 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:07 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:07 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:07 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:07 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2013-05-06 10:37:07 -0700 Served asset /glyphicons-halflings.png - 200 OK (3ms) Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-05-06 10:37:07 -0700 Served asset /glyphicons-halflings-white.png - 200 OK (3ms) Started GET "/flms/pages/new" for 127.0.0.1 at 2013-05-06 10:37:09 -0700 Processing by Flms::PagesController#new as HTML Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/pages/_form.html.haml (6.2ms) Rendered /Users/kevin/flms/app/views/flms/pages/new.html.haml within layouts/flms/admin (10.1ms) Completed 200 OK in 174ms (Views: 125.7ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-05-06 10:37:09 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:09 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:09 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:09 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:09 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:09 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started POST "/flms/pages" for 127.0.0.1 at 2013-05-06 10:37:16 -0700 Processing by Flms::PagesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "page"=>{"title"=>"page1", "url"=>"oeu"}, "commit"=>"Create Page"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flms_pages" ("created_at", "title", "updated_at", "url") VALUES (?, ?, ?, ?) [["created_at", Mon, 06 May 2013 17:37:16 UTC +00:00], ["title", "page1"], ["updated_at", Mon, 06 May 2013 17:37:16 UTC +00:00], ["url", "oeu"]]  (0.6ms) commit transaction Redirected to http://localhost:3000/flms/pages Completed 302 Found in 5ms (ActiveRecord: 1.3ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-05-06 10:37:16 -0700 Processing by Flms::PagesController#index as HTML Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages"  Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (1.0ms) Completed 200 OK in 118ms (Views: 116.3ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-05-06 10:37:16 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:16 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:16 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:16 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:16 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:16 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/flms/blocks" for 127.0.0.1 at 2013-05-06 10:37:19 -0700 Processing by Flms::BlocksController#index as HTML Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks"  Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (4.7ms) Completed 200 OK in 166ms (Views: 162.8ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-05-06 10:37:19 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:19 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:19 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:19 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:19 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:19 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/flms/blocks/new" for 127.0.0.1 at 2013-05-06 10:37:20 -0700 Processing by Flms::BlocksController#new as HTML Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (5.1ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (7.0ms) Completed 200 OK in 168ms (Views: 163.8ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-05-06 10:37:20 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:21 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:21 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:21 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:21 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:21 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started POST "/flms/blocks" for 127.0.0.1 at 2013-05-06 10:37:24 -0700 Processing by Flms::BlocksController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "block"=>{"name"=>"block 1"}, "commit"=>"Create Block"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1  (0.0ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (2.3ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (3.1ms) Completed 200 OK in 169ms (Views: 166.4ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-05-06 10:37:24 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:24 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:24 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:24 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:24 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:24 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started POST "/flms/blocks" for 127.0.0.1 at 2013-05-06 10:37:28 -0700 Processing by Flms::BlocksController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "block"=>{"name"=>"block1"}, "commit"=>"Create Block"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flms_blocks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 06 May 2013 17:37:28 UTC +00:00], ["name", "block1"], ["updated_at", Mon, 06 May 2013 17:37:28 UTC +00:00]]  (0.6ms) commit transaction Redirected to http://localhost:3000/flms/blocks Completed 302 Found in 4ms (ActiveRecord: 1.1ms) Started GET "/flms/blocks" for 127.0.0.1 at 2013-05-06 10:37:28 -0700 Processing by Flms::BlocksController#index as HTML Flms::User Load (0.3ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks"  Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (1.4ms) Completed 200 OK in 162ms (Views: 160.2ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-05-06 10:37:28 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:28 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:28 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:28 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:28 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:28 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/flms/blocks/new" for 127.0.0.1 at 2013-05-06 10:37:30 -0700 Processing by Flms::BlocksController#new as HTML Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Rendered /Users/kevin/flms/app/views/flms/blocks/_form.html.haml (2.1ms) Rendered /Users/kevin/flms/app/views/flms/blocks/new.html.haml within layouts/flms/admin (3.1ms) Completed 200 OK in 167ms (Views: 166.1ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-05-06 10:37:30 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:30 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:30 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:30 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:30 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:30 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started POST "/flms/blocks" for 127.0.0.1 at 2013-05-06 10:37:33 -0700 Processing by Flms::BlocksController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "block"=>{"name"=>"block2"}, "commit"=>"Create Block"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flms_blocks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 06 May 2013 17:37:33 UTC +00:00], ["name", "block2"], ["updated_at", Mon, 06 May 2013 17:37:33 UTC +00:00]]  (2.2ms) commit transaction Redirected to http://localhost:3000/flms/blocks Completed 302 Found in 5ms (ActiveRecord: 2.7ms) Started GET "/flms/blocks" for 127.0.0.1 at 2013-05-06 10:37:33 -0700 Processing by Flms::BlocksController#index as HTML Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" Rendered /Users/kevin/flms/app/views/flms/blocks/index.html.haml within layouts/flms/admin (2.0ms) Completed 200 OK in 164ms (Views: 162.8ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-05-06 10:37:34 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:34 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:34 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:34 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:34 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:34 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/flms/pages" for 127.0.0.1 at 2013-05-06 10:37:58 -0700 Processing by Flms::PagesController#index as HTML Flms::User Load (0.1ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" Rendered /Users/kevin/flms/app/views/flms/pages/index.html.haml within layouts/flms/admin (0.9ms) Completed 200 OK in 114ms (Views: 112.4ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-05-06 10:37:58 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:58 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:58 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:58 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:58 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-05-06 10:37:58 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/flms/pages/oeu/edit" for 127.0.0.1 at 2013-05-06 10:38:00 -0700 Processing by Flms::PagesController#edit as HTML Parameters: {"id"=>"oeu"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'oeu' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks"  Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/pages/_form.html.haml (1.9ms) Flms::BlocksPage Load (0.1ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Rendered /Users/kevin/flms/app/views/flms/pages/_block_list.html.haml (6.6ms) Rendered /Users/kevin/flms/app/views/flms/pages/_add_block.html.haml (2.6ms) Rendered /Users/kevin/flms/app/views/flms/pages/edit.html.haml within layouts/flms/admin (14.4ms) Completed 200 OK in 192ms (Views: 166.7ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-05-06 10:38:00 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-06 10:38:00 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-06 10:38:00 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-05-06 10:38:00 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-05-06 10:38:00 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-05-06 10:38:00 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started PUT "/flms/pages/oeu/add_block" for 127.0.0.1 at 2013-05-06 10:38:03 -0700 Processing by Flms::PagesController#add_block as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "block"=>{"id"=>"1"}, "commit"=>"Add", "page_id"=>"oeu"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" IS NULL LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'oeu' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = 1 LIMIT 1  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flms_blocks_pages" ("active", "block_id", "created_at", "ordering", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["active", nil], ["block_id", 1], ["created_at", Mon, 06 May 2013 17:38:03 UTC +00:00], ["ordering", nil], ["page_id", 1], ["updated_at", Mon, 06 May 2013 17:38:03 UTC +00:00]]  (2.0ms) commit transaction Redirected to http://localhost:3000/flms/pages/oeu/edit Completed 302 Found in 17ms (ActiveRecord: 2.9ms) Started GET "/flms/pages/oeu/edit" for 127.0.0.1 at 2013-05-06 10:38:03 -0700 Processing by Flms::PagesController#edit as HTML Parameters: {"id"=>"oeu"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'oeu' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks"  Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/pages/_form.html.haml (2.3ms) Flms::BlocksPage Load (0.2ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1) Rendered /Users/kevin/flms/app/views/flms/pages/_block_list.html.haml (6.1ms) Rendered /Users/kevin/flms/app/views/flms/pages/_add_block.html.haml (1.4ms) Rendered /Users/kevin/flms/app/views/flms/pages/edit.html.haml within layouts/flms/admin (12.2ms) Completed 200 OK in 175ms (Views: 170.7ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-05-06 10:38:03 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-06 10:38:03 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-06 10:38:03 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-05-06 10:38:03 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-05-06 10:38:03 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-05-06 10:38:03 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started PUT "/flms/pages/oeu/add_block" for 127.0.0.1 at 2013-05-06 10:38:05 -0700 Processing by Flms::PagesController#add_block as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"s4DMvE93KVaHsKXVv9Ji7tDWjTZryjFh4xPHfInwZ30=", "block"=>{"id"=>"2"}, "commit"=>"Add", "page_id"=>"oeu"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" IS NULL LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'oeu' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" = 2 LIMIT 1  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flms_blocks_pages" ("active", "block_id", "created_at", "ordering", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["active", nil], ["block_id", 2], ["created_at", Mon, 06 May 2013 17:38:05 UTC +00:00], ["ordering", nil], ["page_id", 1], ["updated_at", Mon, 06 May 2013 17:38:05 UTC +00:00]]  (2.3ms) commit transaction Redirected to http://localhost:3000/flms/pages/oeu/edit Completed 302 Found in 7ms (ActiveRecord: 3.2ms) Started GET "/flms/pages/oeu/edit" for 127.0.0.1 at 2013-05-06 10:38:05 -0700 Processing by Flms::PagesController#edit as HTML Parameters: {"id"=>"oeu"} Flms::User Load (0.2ms) SELECT "flms_users".* FROM "flms_users" WHERE "flms_users"."id" = 1 LIMIT 1 Flms::Page Load (0.1ms) SELECT "flms_pages".* FROM "flms_pages" WHERE "flms_pages"."url" = 'oeu' LIMIT 1 Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" Flms::Block Load (0.1ms) SELECT "flms_blocks".* FROM "flms_blocks" INNER JOIN "flms_blocks_pages" ON "flms_blocks"."id" = "flms_blocks_pages"."block_id" WHERE "flms_blocks_pages"."page_id" = 1 Rendered /Users/kevin/flms/app/views/flms/pages/_form.html.haml (2.1ms) Flms::BlocksPage Load (0.1ms) SELECT "flms_blocks_pages".* FROM "flms_blocks_pages" WHERE "flms_blocks_pages"."page_id" = 1 ORDER BY ordering Flms::Block Load (0.2ms) SELECT "flms_blocks".* FROM "flms_blocks" WHERE "flms_blocks"."id" IN (1, 2) Rendered /Users/kevin/flms/app/views/flms/pages/_block_list.html.haml (4.2ms) Rendered /Users/kevin/flms/app/views/flms/pages/_add_block.html.haml (1.4ms) Rendered /Users/kevin/flms/app/views/flms/pages/edit.html.haml within layouts/flms/admin (10.1ms) Completed 200 OK in 176ms (Views: 173.4ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-05-06 10:38:05 -0700 Served asset /bootstrap.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-06 10:38:05 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/modularity/tools/string_tools.js?body=1" for 127.0.0.1 at 2013-05-06 10:38:05 -0700 Served asset /modularity/tools/string_tools.js - 304 Not Modified (0ms) Started GET "/assets/modularity/modularity.js?body=1" for 127.0.0.1 at 2013-05-06 10:38:05 -0700 Served asset /modularity/modularity.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-05-06 10:38:05 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-06 10:38:05 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml  (4.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to FlmsDeviseCreateUsers (20130208224914) Migrating to FlmsCreatePages (20130216032241) Migrating to CreateFlmsBlocks (20130302011705) Migrating to CreateFlmsBlocksPages (20130302015459) Migrating to CreateFlmsLayers (20130312220011) Migrating to AddImageToLayers (20130313002421) Migrating to CreateFlmsKeyframes (20130327183815) Migrating to RemoveOrderingFromLayers (20130404201756) Migrating to AddTextLayers (20130415185500) Migrating to StoreSizeInLayers (20130417210408) Migrating to StoreMarginInKeyframes (20130418191643) Migrating to LayersRemoveFromDom (20130418222016) Migrating to AddParagraphLayers (20130422193150) Migrating to LayersHaveZValue (20130426171058) Migrating to AddEmbedCodeToLayers (20130430224538) Migrating to MakeParagraphLayerBodyText (20130506204547)  (0.1ms) select sqlite_version(*)  (0.0ms) begin transaction  (1.0ms) CREATE TEMPORARY TABLE "altered_flms_layers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "block_id" integer, "type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "image" varchar(255), "text" varchar(255), "font_size" float, "color" varchar(255), "width" float, "height" float, "dom_remove" boolean DEFAULT 't', "header" varchar(255), "body" varchar(255), "z_index" varchar(255) DEFAULT '0' NOT NULL, "embed_code" varchar(255))  (0.1ms) CREATE INDEX "temp_index_altered_flms_layers_on_block_id" ON "altered_flms_layers" ("block_id")  (3.1ms) SELECT * FROM "flms_layers"  (8.3ms) DROP TABLE "flms_layers"  (0.2ms) CREATE TABLE "flms_layers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "block_id" integer, "type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "image" varchar(255), "text" varchar(255), "font_size" float, "color" varchar(255), "width" float, "height" float, "dom_remove" boolean DEFAULT 't', "header" varchar(255), "body" text, "z_index" varchar(255) DEFAULT '0' NOT NULL, "embed_code" varchar(255))  (0.1ms) CREATE INDEX "index_flms_layers_on_block_id" ON "flms_layers" ("block_id")  (0.1ms) SELECT * FROM "altered_flms_layers"  (0.6ms) DROP TABLE "altered_flms_layers"  (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130506204547')  (1.2ms) commit transaction Migrating to AddActiveToFlmsLayers (20130506232533)  (0.0ms) begin transaction  (0.9ms) ALTER TABLE "flms_layers" ADD "active" boolean DEFAULT 't'  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130506232533')  (0.8ms) commit transaction Migrating to RemoveSizeLimitForEmbedCode (20130507222721)  (0.0ms) begin transaction  (0.2ms) CREATE TEMPORARY TABLE "altered_flms_layers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "block_id" integer, "type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "image" varchar(255), "text" varchar(255), "font_size" float, "color" varchar(255), "width" float, "height" float, "dom_remove" boolean DEFAULT 't', "header" varchar(255), "body" text, "z_index" varchar(255) DEFAULT '0' NOT NULL, "embed_code" varchar(255), "active" boolean DEFAULT 't')   (0.1ms) CREATE INDEX "temp_index_altered_flms_layers_on_block_id" ON "altered_flms_layers" ("block_id")  (0.1ms) SELECT * FROM "flms_layers"  (0.3ms) DROP TABLE "flms_layers"  (0.1ms) CREATE TABLE "flms_layers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "block_id" integer, "type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "image" varchar(255), "text" varchar(255), "font_size" float, "color" varchar(255), "width" float, "height" float, "dom_remove" boolean DEFAULT 't', "header" varchar(255), "body" text, "z_index" varchar(255) DEFAULT '0' NOT NULL, "embed_code" text, "active" boolean DEFAULT 't')   (0.1ms) CREATE INDEX "index_flms_layers_on_block_id" ON "flms_layers" ("block_id")  (0.0ms) SELECT * FROM "altered_flms_layers"  (0.1ms) DROP TABLE "altered_flms_layers"  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130507222721')  (0.8ms) commit transaction Migrating to AddImageDisplayModeToImageLayer (20130508002138)  (0.0ms) begin transaction  (0.3ms) ALTER TABLE "flms_layers" ADD "image_display_mode" varchar(255) DEFAULT 'cover'  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130508002138')  (0.8ms) commit transaction Migrating to AddAnimationAttributes (20130508174355)  (0.0ms) begin transaction  (0.3ms) ALTER TABLE "flms_layers" ADD "frame_rate" integer  (0.1ms) ALTER TABLE "flms_layers" ADD "frame_count" integer  (0.1ms) ALTER TABLE "flms_layers" ADD "image_width" integer  (0.1ms) ALTER TABLE "flms_layers" ADD "image_height" integer  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130508174355')  (0.7ms) commit transaction Migrating to AddThumbnailToBlock (20130508234709)  (0.0ms) begin transaction  (0.2ms) ALTER TABLE "flms_blocks" ADD "thumbnail" varchar(255)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130508234709')  (0.7ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (1.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml  (1.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (1.1ms) CREATE TABLE "flms_blocks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "thumbnail" varchar(255))   (0.8ms) CREATE TABLE "flms_blocks_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "block_id" integer, "page_id" integer, "ordering" integer, "active" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE INDEX "index_flms_blocks_pages_on_block_id" ON "flms_blocks_pages" ("block_id")  (0.8ms) CREATE INDEX "index_flms_blocks_pages_on_page_id" ON "flms_blocks_pages" ("page_id")  (0.9ms) CREATE TABLE "flms_keyframes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "layer_id" integer, "type" varchar(255), "scroll_start" integer, "scroll_duration" integer, "width" float, "height" float, "position_x" float, "position_y" float, "opacity" float, "scale" float, "blur" float, "margin_left" float DEFAULT 0.0, "margin_top" float DEFAULT 0.0)   (1.1ms) CREATE TABLE "flms_layers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "block_id" integer, "type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "image" varchar(255), "text" varchar(255), "font_size" float, "color" varchar(255), "width" float, "height" float, "dom_remove" boolean DEFAULT 't', "header" varchar(255), "body" text, "z_index" varchar(255) DEFAULT '0' NOT NULL, "embed_code" text, "active" boolean DEFAULT 't', "image_display_mode" varchar(255) DEFAULT 'cover', "frame_rate" integer, "frame_count" integer, "image_width" integer, "image_height" integer)  (0.8ms) CREATE INDEX "index_flms_layers_on_block_id" ON "flms_layers" ("block_id")  (0.6ms) CREATE TABLE "flms_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "url" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.6ms) CREATE INDEX "index_flms_pages_on_url" ON "flms_pages" ("url")  (0.7ms) CREATE TABLE "flms_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.6ms) CREATE UNIQUE INDEX "index_flms_users_on_email" ON "flms_users" ("email")  (0.6ms) CREATE UNIQUE INDEX "index_flms_users_on_reset_password_token" ON "flms_users" ("reset_password_token")  (0.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130508234709') Connecting to database specified by database.yml  (1.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (2.6ms) CREATE TABLE "flms_blocks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "thumbnail" varchar(255))   (0.8ms) CREATE TABLE "flms_blocks_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "block_id" integer, "page_id" integer, "ordering" integer, "active" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.0ms) CREATE INDEX "index_flms_blocks_pages_on_block_id" ON "flms_blocks_pages" ("block_id")  (0.8ms) CREATE INDEX "index_flms_blocks_pages_on_page_id" ON "flms_blocks_pages" ("page_id")  (1.2ms) CREATE TABLE "flms_keyframes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "layer_id" integer, "type" varchar(255), "scroll_start" integer, "scroll_duration" integer, "width" float, "height" float, "position_x" float, "position_y" float, "opacity" float, "scale" float, "blur" float, "margin_left" float DEFAULT 0.0, "margin_top" float DEFAULT 0.0)   (1.1ms) CREATE TABLE "flms_layers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "block_id" integer, "type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "image" varchar(255), "text" varchar(255), "font_size" float, "color" varchar(255), "width" float, "height" float, "dom_remove" boolean DEFAULT 't', "header" varchar(255), "body" text, "z_index" varchar(255) DEFAULT '0' NOT NULL, "embed_code" text, "active" boolean DEFAULT 't', "image_display_mode" varchar(255) DEFAULT 'cover', "frame_rate" integer, "frame_count" integer, "image_width" integer, "image_height" integer)  (1.0ms) CREATE INDEX "index_flms_layers_on_block_id" ON "flms_layers" ("block_id")  (0.7ms) CREATE TABLE "flms_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "url" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.6ms) CREATE INDEX "index_flms_pages_on_url" ON "flms_pages" ("url")  (0.9ms) CREATE TABLE "flms_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "index_flms_users_on_email" ON "flms_users" ("email")  (0.6ms) CREATE UNIQUE INDEX "index_flms_users_on_reset_password_token" ON "flms_users" ("reset_password_token")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20130508234709') Connecting to database specified by database.yml  (1.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (2.9ms) CREATE TABLE "flms_blocks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "thumbnail" varchar(255))   (0.8ms) CREATE TABLE "flms_blocks_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "block_id" integer, "page_id" integer, "ordering" integer, "active" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE INDEX "index_flms_blocks_pages_on_block_id" ON "flms_blocks_pages" ("block_id")  (0.6ms) CREATE INDEX "index_flms_blocks_pages_on_page_id" ON "flms_blocks_pages" ("page_id")  (0.8ms) CREATE TABLE "flms_keyframes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "layer_id" integer, "type" varchar(255), "scroll_start" integer, "scroll_duration" integer, "width" float, "height" float, "position_x" float, "position_y" float, "opacity" float, "scale" float, "blur" float, "margin_left" float DEFAULT 0.0, "margin_top" float DEFAULT 0.0)   (0.7ms) CREATE TABLE "flms_layers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "block_id" integer, "type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "image" varchar(255), "text" varchar(255), "font_size" float, "color" varchar(255), "width" float, "height" float, "dom_remove" boolean DEFAULT 't', "header" varchar(255), "body" text, "z_index" varchar(255) DEFAULT '0' NOT NULL, "embed_code" text, "active" boolean DEFAULT 't', "image_display_mode" varchar(255) DEFAULT 'cover', "frame_rate" integer, "frame_count" integer, "image_width" integer, "image_height" integer)  (0.6ms) CREATE INDEX "index_flms_layers_on_block_id" ON "flms_layers" ("block_id")  (0.7ms) CREATE TABLE "flms_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "url" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.6ms) CREATE INDEX "index_flms_pages_on_url" ON "flms_pages" ("url")  (0.8ms) CREATE TABLE "flms_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.6ms) CREATE UNIQUE INDEX "index_flms_users_on_email" ON "flms_users" ("email")  (0.7ms) CREATE UNIQUE INDEX "index_flms_users_on_reset_password_token" ON "flms_users" ("reset_password_token")  (0.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130508234709') Connecting to database specified by database.yml  (4.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to FlmsDeviseCreateUsers (20130208224914) Migrating to FlmsCreatePages (20130216032241) Migrating to CreateFlmsBlocks (20130302011705) Migrating to CreateFlmsBlocksPages (20130302015459) Migrating to CreateFlmsLayers (20130312220011) Migrating to AddImageToLayers (20130313002421) Migrating to CreateFlmsKeyframes (20130327183815) Migrating to RemoveOrderingFromLayers (20130404201756) Migrating to AddTextLayers (20130415185500) Migrating to StoreSizeInLayers (20130417210408) Migrating to StoreMarginInKeyframes (20130418191643) Migrating to LayersRemoveFromDom (20130418222016) Migrating to AddParagraphLayers (20130422193150) Migrating to LayersHaveZValue (20130426171058) Migrating to AddEmbedCodeToLayers (20130430224538) Migrating to MakeParagraphLayerBodyText (20130506204547) Migrating to AddActiveToFlmsLayers (20130506232533) Migrating to RemoveSizeLimitForEmbedCode (20130507222721) Migrating to AddImageDisplayModeToImageLayer (20130508002138) Migrating to AddAnimationAttributes (20130508174355) Migrating to AddThumbnailToBlock (20130508234709) Migrating to TitleForBlocks (20130514202128)  (0.1ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.5ms) ALTER TABLE "flms_blocks" ADD "title" varchar(255)  (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130514202128')  (0.6ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (4.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (1.0ms) CREATE TABLE "flms_blocks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "thumbnail" varchar(255), "title" varchar(255))   (1.1ms) CREATE TABLE "flms_blocks_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "block_id" integer, "page_id" integer, "ordering" integer, "active" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE INDEX "index_flms_blocks_pages_on_block_id" ON "flms_blocks_pages" ("block_id")  (0.7ms) CREATE INDEX "index_flms_blocks_pages_on_page_id" ON "flms_blocks_pages" ("page_id")  (1.2ms) CREATE TABLE "flms_keyframes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "layer_id" integer, "type" varchar(255), "scroll_start" integer, "scroll_duration" integer, "width" float, "height" float, "position_x" float, "position_y" float, "opacity" float, "scale" float, "blur" float, "margin_left" float DEFAULT 0.0, "margin_top" float DEFAULT 0.0)   (0.8ms) CREATE TABLE "flms_layers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "block_id" integer, "type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "image" varchar(255), "text" varchar(255), "font_size" float, "color" varchar(255), "width" float, "height" float, "dom_remove" boolean DEFAULT 't', "header" varchar(255), "body" text, "z_index" varchar(255) DEFAULT '0' NOT NULL, "embed_code" text, "active" boolean DEFAULT 't', "image_display_mode" varchar(255) DEFAULT 'cover', "frame_rate" integer, "frame_count" integer, "image_width" integer, "image_height" integer)  (0.9ms) CREATE INDEX "index_flms_layers_on_block_id" ON "flms_layers" ("block_id")  (0.9ms) CREATE TABLE "flms_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "url" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.9ms) CREATE INDEX "index_flms_pages_on_url" ON "flms_pages" ("url")  (1.1ms) CREATE TABLE "flms_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "index_flms_users_on_email" ON "flms_users" ("email")  (0.9ms) CREATE UNIQUE INDEX "index_flms_users_on_reset_password_token" ON "flms_users" ("reset_password_token")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20130514202128') Connecting to database specified by database.yml  (4.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to FlmsDeviseCreateUsers (20130208224914) Migrating to FlmsCreatePages (20130216032241) Migrating to CreateFlmsBlocks (20130302011705) Migrating to CreateFlmsBlocksPages (20130302015459) Migrating to CreateFlmsLayers (20130312220011) Migrating to AddImageToLayers (20130313002421) Migrating to CreateFlmsKeyframes (20130327183815) Migrating to RemoveOrderingFromLayers (20130404201756) Migrating to AddTextLayers (20130415185500) Migrating to StoreSizeInLayers (20130417210408) Migrating to StoreMarginInKeyframes (20130418191643) Migrating to LayersRemoveFromDom (20130418222016) Migrating to AddParagraphLayers (20130422193150) Migrating to LayersHaveZValue (20130426171058) Migrating to AddEmbedCodeToLayers (20130430224538) Migrating to MakeParagraphLayerBodyText (20130506204547) Migrating to AddActiveToFlmsLayers (20130506232533) Migrating to RemoveSizeLimitForEmbedCode (20130507222721) Migrating to AddImageDisplayModeToImageLayer (20130508002138) Migrating to AddAnimationAttributes (20130508174355) Migrating to AddThumbnailToBlock (20130508234709) Migrating to TitleForBlocks (20130514202128)  (0.1ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"