Started GET "/" for 127.0.0.1 at 2014-05-01 12:17:46 -0500 Processing by Rails::WelcomeController#index as HTML Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/railties-4.1.0/lib/rails/templates/rails/welcome/index.html.erb (2.4ms) Completed 200 OK in 20ms (Views: 19.2ms | ActiveRecord: 0.0ms)  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) select sqlite_version(*)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateStorytimeUsers (20140501171949)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "storytime_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 NOT NULL, "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, "updated_at" datetime)  (1.0ms) CREATE UNIQUE INDEX "index_storytime_users_on_email" ON "storytime_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_storytime_users_on_reset_password_token" ON "storytime_users" ("reset_password_token") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140501171949"]]  (0.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_email' AND type='index' Started GET "/" for 127.0.0.1 at 2014-05-01 12:27:31 -0500 NoMethodError (undefined method `devise_for' for #): /Users/ben/Documents/projects/benroesch.com/storytime/config/routes.rb:2:in `block in ' actionpack (4.1.0) lib/action_dispatch/routing/mapper.rb:526:in `instance_exec' actionpack (4.1.0) lib/action_dispatch/routing/mapper.rb:526:in `block in with_default_scope' actionpack (4.1.0) lib/action_dispatch/routing/mapper.rb:740:in `scope' actionpack (4.1.0) lib/action_dispatch/routing/mapper.rb:525:in `with_default_scope' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:333:in `eval_block' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:313:in `draw' /Users/ben/Documents/projects/benroesch.com/storytime/config/routes.rb:1:in `' activesupport (4.1.0) lib/active_support/dependencies.rb:241:in `load' activesupport (4.1.0) lib/active_support/dependencies.rb:241:in `block in load' activesupport (4.1.0) lib/active_support/dependencies.rb:232:in `load_dependency' activesupport (4.1.0) lib/active_support/dependencies.rb:241:in `load' railties (4.1.0) lib/rails/application/routes_reloader.rb:40:in `block in load_paths' railties (4.1.0) lib/rails/application/routes_reloader.rb:40:in `each' railties (4.1.0) lib/rails/application/routes_reloader.rb:40:in `load_paths' railties (4.1.0) lib/rails/application/routes_reloader.rb:16:in `reload!' railties (4.1.0) lib/rails/application/routes_reloader.rb:26:in `block in updater' activesupport (4.1.0) lib/active_support/file_update_checker.rb:75:in `call' activesupport (4.1.0) lib/active_support/file_update_checker.rb:75:in `execute' railties (4.1.0) lib/rails/application/routes_reloader.rb:7:in `execute' railties (4.1.0) lib/rails/application/finisher.rb:83:in `block (2 levels) in ' activesupport (4.1.0) lib/active_support/callbacks.rb:438:in `instance_exec' activesupport (4.1.0) lib/active_support/callbacks.rb:438:in `block in make_lambda' activesupport (4.1.0) lib/active_support/callbacks.rb:184:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:184:in `block in simple' activesupport (4.1.0) lib/active_support/callbacks.rb:185:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:185:in `block in simple' activesupport (4.1.0) lib/active_support/callbacks.rb:185:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:185:in `block in simple' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:83:in `prepare!' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:71:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (19.6ms) Started GET "/users/sign_in" for 127.0.0.1 at 2014-05-01 12:38:14 -0500 NoMethodError (undefined method `devise_for' for #): /Users/ben/Documents/projects/benroesch.com/storytime/config/routes.rb:2:in `block in ' actionpack (4.1.0) lib/action_dispatch/routing/mapper.rb:526:in `instance_exec' actionpack (4.1.0) lib/action_dispatch/routing/mapper.rb:526:in `block in with_default_scope' actionpack (4.1.0) lib/action_dispatch/routing/mapper.rb:740:in `scope' actionpack (4.1.0) lib/action_dispatch/routing/mapper.rb:525:in `with_default_scope' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:333:in `eval_block' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:313:in `draw' /Users/ben/Documents/projects/benroesch.com/storytime/config/routes.rb:1:in `' activesupport (4.1.0) lib/active_support/dependencies.rb:241:in `load' activesupport (4.1.0) lib/active_support/dependencies.rb:241:in `block in load' activesupport (4.1.0) lib/active_support/dependencies.rb:232:in `load_dependency' activesupport (4.1.0) lib/active_support/dependencies.rb:241:in `load' railties (4.1.0) lib/rails/application/routes_reloader.rb:40:in `block in load_paths' railties (4.1.0) lib/rails/application/routes_reloader.rb:40:in `each' railties (4.1.0) lib/rails/application/routes_reloader.rb:40:in `load_paths' railties (4.1.0) lib/rails/application/routes_reloader.rb:16:in `reload!' railties (4.1.0) lib/rails/application/routes_reloader.rb:26:in `block in updater' activesupport (4.1.0) lib/active_support/file_update_checker.rb:75:in `call' activesupport (4.1.0) lib/active_support/file_update_checker.rb:75:in `execute' railties (4.1.0) lib/rails/application/routes_reloader.rb:7:in `execute' railties (4.1.0) lib/rails/application/finisher.rb:83:in `block (2 levels) in ' activesupport (4.1.0) lib/active_support/callbacks.rb:438:in `instance_exec' activesupport (4.1.0) lib/active_support/callbacks.rb:438:in `block in make_lambda' activesupport (4.1.0) lib/active_support/callbacks.rb:184:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:184:in `block in simple' activesupport (4.1.0) lib/active_support/callbacks.rb:185:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:185:in `block in simple' activesupport (4.1.0) lib/active_support/callbacks.rb:185:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:185:in `block in simple' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:83:in `prepare!' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:71:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (19.0ms) Started GET "/users/sign_in" for 127.0.0.1 at 2014-05-01 12:38:41 -0500 Processing by Devise::SessionsController#new as HTML Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/devise-3.2.4/app/views/devise/shared/_links.erb (1.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/devise-3.2.4/app/views/devise/sessions/new.html.erb within layouts/storytime/application (39.1ms) Completed 200 OK in 97ms (Views: 67.4ms | ActiveRecord: 3.3ms) Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-01 12:38:41 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-01 12:38:41 -0500 Started GET "/users/sign_up" for 127.0.0.1 at 2014-05-01 12:41:22 -0500 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/devise-3.2.4/app/views/devise/shared/_links.erb (0.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/devise-3.2.4/app/views/devise/registrations/new.html.erb within layouts/storytime/application (6.1ms) Completed 200 OK in 15ms (Views: 12.1ms | ActiveRecord: 0.0ms) Started POST "/users" for 127.0.0.1 at 2014-05-01 12:41:30 -0500 Processing by Devise::RegistrationsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "user"=>{"email"=>"ben@federisgroup.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}  (0.1ms) begin transaction Storytime::User Exists (0.9ms) SELECT 1 AS one FROM "storytime_users" WHERE "storytime_users"."email" = 'ben@federisgroup.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (1.4ms) INSERT INTO "storytime_users" ("created_at", "email", "encrypted_password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-05-01 17:41:30.548893"], ["email", "ben@federisgroup.com"], ["encrypted_password", "$2a$10$kB.uHtgUvGDrzfqpYj/94ur0I5tNnn7EIj.dxZE15bAs02S0SudCi"], ["updated_at", "2014-05-01 17:41:30.548893"]]  (0.7ms) commit transaction  (0.1ms) begin transaction Binary data inserted for `string` type on column `current_sign_in_ip` Binary data inserted for `string` type on column `last_sign_in_ip` SQL (0.4ms) UPDATE "storytime_users" SET "current_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_at" = ?, "last_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "storytime_users"."id" = 1 [["current_sign_in_at", "2014-05-01 17:41:30.556532"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_at", "2014-05-01 17:41:30.556532"], ["last_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2014-05-01 17:41:30.557470"]]  (0.6ms) commit transaction Redirected to http://0.0.0.0:3000/ Completed 302 Found in 106ms (ActiveRecord: 4.2ms) Started GET "/" for 127.0.0.1 at 2014-05-01 12:41:30 -0500 Processing by Rails::WelcomeController#index as HTML Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/railties-4.1.0/lib/rails/templates/rails/welcome/index.html.erb (0.9ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2014-05-01 12:43:58 -0500 Processing by Storytime::PostsController#index as HTML Storytime::Post Load (0.6ms) SELECT "storytime_posts".* FROM "storytime_posts" SQLite3::SQLException: no such table: storytime_posts: SELECT "storytime_posts".* FROM "storytime_posts" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/index.html.erb within layouts/storytime/application (3.0ms) Completed 500 Internal Server Error in 14ms ActionView::Template::Error (SQLite3::SQLException: no such table: storytime_posts: SELECT "storytime_posts".* FROM "storytime_posts"): 14: 15: 16: 17: <% @posts.each do |post| %> 18: 19: <%= post.user %> 20: <%= post.title %> sqlite3 (1.3.9) lib/sqlite3/database.rb:91:in `initialize' sqlite3 (1.3.9) lib/sqlite3/database.rb:91:in `new' sqlite3 (1.3.9) lib/sqlite3/database.rb:91:in `prepare' activerecord (4.1.0) lib/active_record/connection_adapters/sqlite3_adapter.rb:301:in `block in exec_query' activerecord (4.1.0) lib/active_record/connection_adapters/abstract_adapter.rb:373:in `block in log' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.1.0) lib/active_record/connection_adapters/abstract_adapter.rb:367:in `log' activerecord (4.1.0) lib/active_record/connection_adapters/sqlite3_adapter.rb:298:in `exec_query' activerecord (4.1.0) lib/active_record/connection_adapters/sqlite3_adapter.rb:507:in `select' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/database_statements.rb:31:in `select_all' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/query_cache.rb:67:in `block in select_all' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/query_cache.rb:82:in `cache_sql' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/query_cache.rb:67:in `select_all' activerecord (4.1.0) lib/active_record/querying.rb:39:in `find_by_sql' activerecord (4.1.0) lib/active_record/relation.rb:603:in `exec_queries' activerecord (4.1.0) lib/active_record/relation.rb:487:in `load' activerecord (4.1.0) lib/active_record/relation.rb:231:in `to_a' activerecord (4.1.0) lib/active_record/relation/delegation.rb:46:in `each' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/index.html.erb:17:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_posts_index_html_erb__3856075922045014133_2165501980' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (15.2ms) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateStorytimePosts (20140501174341)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "storytime_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "title" varchar(255), "content" text, "excerpt" text, "published" boolean, "post_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.0ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_storytime_posts_on_user_id" ON "storytime_posts" ("user_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140501174341"]]  (2.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_posts_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_posts_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_email' AND type='index'  Started GET "/" for 127.0.0.1 at 2014-05-01 12:44:40 -0500 Processing by Storytime::PostsController#index as HTML Storytime::Post Load (0.5ms) SELECT "storytime_posts".* FROM "storytime_posts" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/index.html.erb within layouts/storytime/application (4.3ms) Completed 200 OK in 40ms (Views: 36.6ms | ActiveRecord: 0.5ms) Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-01 12:44:40 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-01 12:44:40 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-01 12:44:40 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-01 12:44:40 -0500 Started GET "/posts/new" for 127.0.0.1 at 2014-05-01 12:46:45 -0500 Processing by Storytime::PostsController#new as HTML Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/_form.html.erb (16.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/new.html.erb within layouts/storytime/application (19.0ms) Completed 200 OK in 27ms (Views: 24.5ms | ActiveRecord: 0.7ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-01 12:46:46 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-01 12:46:46 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-01 12:46:46 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-01 12:46:46 -0500 Started GET "/" for 127.0.0.1 at 2014-05-01 12:47:07 -0500 Processing by Storytime::PostsController#index as HTML Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/index.html.erb within layouts/storytime/application (0.9ms) Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.1ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-01 12:47:07 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-01 12:47:07 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-01 12:47:07 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-01 12:47:07 -0500 Started GET "/" for 127.0.0.1 at 2014-05-01 13:11:11 -0500 Processing by Storytime::PostsController#index as HTML Storytime::Post Load (0.3ms) SELECT "storytime_posts".* FROM "storytime_posts" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/index.html.erb within layouts/storytime/application (1.1ms) Completed 500 Internal Server Error in 16ms ActionView::Template::Error (couldn't find file 'bootstrap' (in /Users/ben/Documents/projects/benroesch.com/storytime/app/assets/stylesheets/storytime/application.css:14)): 2: 3: 4: Storytime 5: <%= stylesheet_link_tag "storytime/application", media: "all" %> 6: <%= javascript_include_tag "storytime/application" %> 7: <%= csrf_meta_tags %> 8: sprockets (2.11.0) lib/sprockets/context.rb:106:in `resolve' sprockets (2.11.0) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.11.0) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.11.0) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.11.0) lib/sprockets/directive_processor.rb:165:in `each' sprockets (2.11.0) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.11.0) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.11.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.11.0) lib/sprockets/context.rb:194:in `each' sprockets (2.11.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.11.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.11.0) lib/sprockets/base.rb:374:in `new' sprockets (2.11.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.11.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.11.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.11.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.11.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.11.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:214:in `lookup_asset_for_path' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:182:in `check_errors_for' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:156:in `block in stylesheet_link_tag' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:155:in `map' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:155:in `stylesheet_link_tag' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/layouts/storytime/application.html.erb:5:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_layouts_storytime_application_html_erb___4203620341318814086_2174418640' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (14.0ms) Started GET "/" for 127.0.0.1 at 2014-05-01 13:13:19 -0500 Processing by Storytime::PostsController#index as HTML Storytime::Post Load (2.3ms) SELECT "storytime_posts".* FROM "storytime_posts" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/index.html.erb within layouts/storytime/application (10.0ms) Completed 200 OK in 2282ms (Views: 2274.2ms | ActiveRecord: 2.3ms) Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-01 13:13:22 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-01 13:13:22 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-01 13:13:22 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-01 13:13:22 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-01 13:13:22 -0500 Started GET "/posts/new" for 127.0.0.1 at 2014-05-01 13:24:05 -0500 Processing by Storytime::PostsController#new as HTML Completed 500 Internal Server Error in 17ms ActionView::MissingTemplate (Missing template layouts/dashboard with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/ben/Documents/projects/benroesch.com/storytime/spec/dummy/app/views" * "/Users/ben/Documents/projects/benroesch.com/storytime/app/views" * "/Users/ben/.rvm/gems/ruby-2.1.1/gems/devise-3.2.4/app/views" ): actionview (4.1.0) lib/action_view/path_set.rb:46:in `find' actionview (4.1.0) lib/action_view/lookup_context.rb:124:in `find' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:87:in `resolve_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:94:in `resolve_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:77:in `block in find_layout' actionview (4.1.0) lib/action_view/lookup_context.rb:244:in `with_layout_format' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:18:in `with_layout_format' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:77:in `find_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (0.5ms) Started GET "/posts/new" for 127.0.0.1 at 2014-05-01 13:25:21 -0500 Processing by Storytime::PostsController#new as HTML Completed 500 Internal Server Error in 8ms ActionView::MissingTemplate (Missing template layouts/dashboard with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/ben/Documents/projects/benroesch.com/storytime/spec/dummy/app/views" * "/Users/ben/Documents/projects/benroesch.com/storytime/app/views" * "/Users/ben/.rvm/gems/ruby-2.1.1/gems/devise-3.2.4/app/views" ): actionview (4.1.0) lib/action_view/path_set.rb:46:in `find' actionview (4.1.0) lib/action_view/lookup_context.rb:124:in `find' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:87:in `resolve_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:94:in `resolve_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:77:in `block in find_layout' actionview (4.1.0) lib/action_view/lookup_context.rb:244:in `with_layout_format' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:18:in `with_layout_format' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:77:in `find_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (0.4ms) Started GET "/posts/new" for 127.0.0.1 at 2014-05-01 13:25:34 -0500 Processing by Storytime::PostsController#new as HTML Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/_form.html.erb (43.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/new.html.erb within layouts/storytime/dashboard (50.6ms) Completed 200 OK in 229ms (Views: 225.4ms | ActiveRecord: 0.6ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-01 13:25:34 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-01 13:25:34 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-01 13:25:34 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-01 13:25:34 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-01 13:25:34 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-01 13:25:34 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-01 13:25:34 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-01 13:25:34 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-01 13:25:34 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-01 13:25:34 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-01 13:25:34 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-01 13:25:34 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-01 13:25:34 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-01 13:25:34 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-01 13:25:34 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-01 13:25:34 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-01 13:25:34 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-01 13:25:34 -0500 Started GET "/posts/new" for 127.0.0.1 at 2014-05-01 13:27:09 -0500 Processing by Storytime::PostsController#new as HTML Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/_form.html.erb (6.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/new.html.erb within layouts/storytime/dashboard (7.9ms) Completed 200 OK in 21ms (Views: 20.4ms | ActiveRecord: 0.0ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-01 13:27:09 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-01 13:27:10 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-01 13:27:10 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-01 13:27:10 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-01 13:27:10 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-01 13:27:10 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-01 13:27:10 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-01 13:27:10 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-01 13:27:10 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-01 13:27:10 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-01 13:27:10 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-01 13:27:10 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-01 13:27:10 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-01 13:27:10 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-01 13:27:10 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-01 13:27:10 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-01 13:27:10 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-01 13:27:10 -0500 Started GET "/posts/new" for 127.0.0.1 at 2014-05-01 13:37:31 -0500 Processing by Storytime::PostsController#show as HTML Parameters: {"id"=>"new"} Storytime::Post Load (0.3ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 0]] Completed 404 Not Found in 8ms ActiveRecord::RecordNotFound (Couldn't find Storytime::Post with 'id'=new): activerecord (4.1.0) lib/active_record/relation/finder_methods.rb:320:in `raise_record_not_found_exception!' activerecord (4.1.0) lib/active_record/relation/finder_methods.rb:420:in `find_one' activerecord (4.1.0) lib/active_record/relation/finder_methods.rb:404:in `find_with_ids' activerecord (4.1.0) lib/active_record/relation/finder_methods.rb:68:in `find' activerecord (4.1.0) lib/active_record/querying.rb:3:in `find' /Users/ben/Documents/projects/benroesch.com/storytime/app/controllers/storytime/posts_controller.rb:20:in `set_post' activesupport (4.1.0) lib/active_support/callbacks.rb:424:in `block in make_lambda' activesupport (4.1.0) lib/active_support/callbacks.rb:143:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:143:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (24.8ms) Started GET "/dashboard/posts/new" for 127.0.0.1 at 2014-05-01 13:37:35 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/new"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (33.1ms) Started GET "/dashboard/posts/new" for 127.0.0.1 at 2014-05-01 13:38:51 -0500 Processing by Storytime::Dashboard::PostsController#new as HTML Completed 500 Internal Server Error in 6ms ActionView::MissingTemplate (Missing template storytime/dashboard/posts/new, storytime/application/new with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/ben/Documents/projects/benroesch.com/storytime/spec/dummy/app/views" * "/Users/ben/Documents/projects/benroesch.com/storytime/app/views" * "/Users/ben/.rvm/gems/ruby-2.1.1/gems/devise-3.2.4/app/views" ): actionview (4.1.0) lib/action_view/path_set.rb:46:in `find' actionview (4.1.0) lib/action_view/lookup_context.rb:124:in `find' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:41:in `determine_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (1.1ms) Started GET "/dashboard/posts/new" for 127.0.0.1 at 2014-05-01 13:39:34 -0500 Processing by Storytime::Dashboard::PostsController#new as HTML Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (12.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/new.html.erb within layouts/storytime/dashboard (14.8ms) Completed 500 Internal Server Error in 19ms SyntaxError (/Users/ben/Documents/projects/benroesch.com/storytime/app/views/layouts/storytime/dashboard.html.erb:31: syntax error, unexpected ')' ...fer.append=( link_to "Posts", );@output_buffer.safe_append='... ... ^ /Users/ben/Documents/projects/benroesch.com/storytime/app/views/layouts/storytime/dashboard.html.erb:59: syntax error, unexpected keyword_do_block, expecting ')' '.freeze; flash.each do |name, msg| ^ /Users/ben/Documents/projects/benroesch.com/storytime/app/views/layouts/storytime/dashboard.html.erb:59: syntax error, unexpected '|', expecting '=' '.freeze; flash.each do |name, msg| ^ /Users/ben/Documents/projects/benroesch.com/storytime/app/views/layouts/storytime/dashboard.html.erb:63: syntax error, unexpected keyword_end, expecting ')' '.freeze; end ^ /Users/ben/Documents/projects/benroesch.com/storytime/app/views/layouts/storytime/dashboard.html.erb:72: syntax error, unexpected keyword_ensure, expecting ')' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/layouts/storytime/dashboard.html.erb:74: syntax error, unexpected keyword_end, expecting ')'): actionview (4.1.0) lib/action_view/template.rb:297:in `module_eval' actionview (4.1.0) lib/action_view/template.rb:297:in `compile' actionview (4.1.0) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:244:in `block in compile!' actionview (4.1.0) lib/action_view/template.rb:232:in `synchronize' actionview (4.1.0) lib/action_view/template.rb:232:in `compile!' actionview (4.1.0) lib/action_view/template.rb:144:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (16.3ms) Started GET "/dashboard/posts/new" for 127.0.0.1 at 2014-05-01 13:40:09 -0500 Processing by Storytime::Dashboard::PostsController#new as HTML Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (8.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/new.html.erb within layouts/storytime/dashboard (10.1ms) Completed 200 OK in 30ms (Views: 29.4ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-01 13:40:09 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-01 13:40:09 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-01 13:40:09 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-01 13:40:09 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-01 13:40:09 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-01 13:40:09 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-01 13:40:09 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-01 13:40:09 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-01 13:40:09 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-01 13:40:09 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-01 13:40:09 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-01 13:40:09 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-01 13:40:09 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-01 13:40:09 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-01 13:40:09 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-01 13:40:09 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-01 13:40:09 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-01 13:40:09 -0500 Started GET "/dashboard/posts/new" for 127.0.0.1 at 2014-05-01 13:49:32 -0500 Processing by Storytime::Dashboard::PostsController#new as HTML Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (8.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/new.html.erb within layouts/storytime/dashboard (10.0ms) Completed 500 Internal Server Error in 33ms ActionView::Template::Error (undefined method `full_path' for #): 28: 29: 19: /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb:16:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard__navigation_html_erb___1212461750348297419_2220828060' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/layouts/storytime/dashboard.html.erb:17:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_layouts_storytime_dashboard_html_erb__1235029296672177175_2161724900' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (17.5ms) Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-11 16:03:29 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (5.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (8.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 58ms (Views: 32.8ms | ActiveRecord: 1.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-11 16:03:30 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-11 16:03:30 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-11 16:03:30 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-11 16:03:30 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-11 16:03:30 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-11 16:03:30 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 16:03:30 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-11 16:03:30 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-11 16:03:30 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-11 16:03:30 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-11 16:03:30 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-11 16:03:30 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-11 16:03:30 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-11 16:03:30 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-11 16:03:30 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-11 16:03:30 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-11 16:03:30 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-11 16:03:30 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-11 16:03:30 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-11 16:03:30 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-11 16:03:30 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 16:03:30 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-11 16:03:30 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-11 16:03:30 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-11 16:03:30 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-11 16:03:30 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-11 16:03:30 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (7.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (6.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (71.0ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-11 16:03:30 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-11 16:03:32 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" SQLite3::SQLException: no such table: storytime_media: SELECT "storytime_media".* FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (2.6ms) Completed 500 Internal Server Error in 11ms ActionView::Template::Error (SQLite3::SQLException: no such table: storytime_media: SELECT "storytime_media".* FROM "storytime_media"): 10: 11: 12: 13: <% @media.each do |medium| %> 14: 15: <%= medium.file %> 16: <%= medium.user %> sqlite3 (1.3.9) lib/sqlite3/database.rb:91:in `initialize' sqlite3 (1.3.9) lib/sqlite3/database.rb:91:in `new' sqlite3 (1.3.9) lib/sqlite3/database.rb:91:in `prepare' activerecord (4.1.0) lib/active_record/connection_adapters/sqlite3_adapter.rb:301:in `block in exec_query' activerecord (4.1.0) lib/active_record/connection_adapters/abstract_adapter.rb:373:in `block in log' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.1.0) lib/active_record/connection_adapters/abstract_adapter.rb:367:in `log' activerecord (4.1.0) lib/active_record/connection_adapters/sqlite3_adapter.rb:298:in `exec_query' activerecord (4.1.0) lib/active_record/connection_adapters/sqlite3_adapter.rb:507:in `select' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/database_statements.rb:31:in `select_all' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/query_cache.rb:67:in `block in select_all' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/query_cache.rb:82:in `cache_sql' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/query_cache.rb:67:in `select_all' activerecord (4.1.0) lib/active_record/querying.rb:39:in `find_by_sql' activerecord (4.1.0) lib/active_record/relation.rb:603:in `exec_queries' activerecord (4.1.0) lib/active_record/relation.rb:487:in `load' activerecord (4.1.0) lib/active_record/relation.rb:231:in `to_a' activerecord (4.1.0) lib/active_record/relation/delegation.rb:46:in `each' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb:13:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media_index_html_erb___299367779649421384_2173515760' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.5ms) ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateStorytimeMedia (20140511200849)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "storytime_media" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "user_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.2ms) CREATE INDEX "index_storytime_media_on_user_id" ON "storytime_media" ("user_id") SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140511200849"]]  (17.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_media_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_media_on_user_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_pages_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_pages_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_posts_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_posts_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_email' AND type='index'  Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-11 16:04:15 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (20.1ms) Completed 500 Internal Server Error in 35ms ActionView::Template::Error (undefined local variable or method `new_medium_path' for #<#:0x00000106e150a8>): 24: 25:
26: 27: <%= link_to 'New Media', new_medium_path %> /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb:27:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media_index_html_erb___299367779649421384_2173515760' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (20.1ms) Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-11 16:04:38 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Media Load (0.1ms) SELECT "storytime_media".* FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (1.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 500 Internal Server Error in 22ms Pundit::AuthorizationNotPerformedError (Pundit::AuthorizationNotPerformedError): pundit (0.2.3) lib/pundit.rb:55:in `verify_authorized' activesupport (4.1.0) lib/active_support/callbacks.rb:424:in `block in make_lambda' activesupport (4.1.0) lib/active_support/callbacks.rb:231:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:231:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.4ms) Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-11 16:05:36 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Media Load (0.1ms) SELECT "storytime_media".* FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (1.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 500 Internal Server Error in 36ms Pundit::AuthorizationNotPerformedError (Pundit::AuthorizationNotPerformedError): pundit (0.2.3) lib/pundit.rb:55:in `verify_authorized' activesupport (4.1.0) lib/active_support/callbacks.rb:424:in `block in make_lambda' activesupport (4.1.0) lib/active_support/callbacks.rb:231:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:231:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.8ms) Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-11 16:05:54 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 16ms LoadError (Unable to autoload constant Storytime::MediaPolicy, expected /Users/ben/Documents/projects/benroesch.com/storytime/app/policies/storytime/media_policy.rb to define it): activesupport (4.1.0) lib/active_support/dependencies.rb:481:in `load_missing_constant' activesupport (4.1.0) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.0) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.0) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.0) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.0) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.0) lib/active_support/inflector/methods.rb:236:in `constantize' activesupport (4.1.0) lib/active_support/core_ext/string/inflections.rb:66:in `constantize' pundit (0.2.3) lib/pundit/policy_finder.rb:17:in `policy' pundit (0.2.3) lib/pundit/policy_finder.rb:28:in `policy!' pundit (0.2.3) lib/pundit.rb:32:in `policy!' pundit (0.2.3) lib/pundit.rb:84:in `policy' pundit (0.2.3) lib/pundit.rb:66:in `authorize' /Users/ben/Documents/projects/benroesch.com/storytime/app/controllers/storytime/dashboard/media_controller.rb:11:in `index' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.3ms) Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-11 16:06:11 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 16ms LoadError (Unable to autoload constant Storytime::MediaPolicy, expected /Users/ben/Documents/projects/benroesch.com/storytime/app/policies/storytime/media_policy.rb to define it): activesupport (4.1.0) lib/active_support/dependencies.rb:481:in `load_missing_constant' activesupport (4.1.0) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.0) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.0) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.0) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.0) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.0) lib/active_support/inflector/methods.rb:236:in `constantize' activesupport (4.1.0) lib/active_support/core_ext/string/inflections.rb:66:in `constantize' pundit (0.2.3) lib/pundit/policy_finder.rb:17:in `policy' pundit (0.2.3) lib/pundit/policy_finder.rb:28:in `policy!' pundit (0.2.3) lib/pundit.rb:32:in `policy!' pundit (0.2.3) lib/pundit.rb:84:in `policy' pundit (0.2.3) lib/pundit.rb:66:in `authorize' /Users/ben/Documents/projects/benroesch.com/storytime/app/controllers/storytime/dashboard/media_controller.rb:11:in `index' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.8ms) Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-11 16:06:25 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Media Load (0.1ms) SELECT "storytime_media".* FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (0.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 42ms (Views: 28.0ms | ActiveRecord: 0.8ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-11 16:06:26 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-11 16:06:26 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-11 16:06:26 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-11 16:06:26 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-11 16:06:26 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-11 16:06:26 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 16:06:26 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-11 16:06:26 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-11 16:06:26 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-11 16:06:26 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-11 16:06:26 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-11 16:06:26 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-11 16:06:26 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-11 16:06:26 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-11 16:06:26 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-11 16:06:26 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-11 16:06:26 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-11 16:06:26 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-11 16:06:26 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-11 16:06:26 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-11 16:06:26 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-11 16:06:26 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-11 16:06:26 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-11 16:06:26 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 16:06:26 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-11 16:06:26 -0500 Started GET "/dashboard/media/new" for 127.0.0.1 at 2014-05-11 16:06:29 -0500 Processing by Storytime::Dashboard::MediaController#new as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 7ms Pundit::NotDefinedError (unable to find policy NilClassPolicy for ): pundit (0.2.3) lib/pundit/policy_finder.rb:28:in `policy!' pundit (0.2.3) lib/pundit.rb:32:in `policy!' pundit (0.2.3) lib/pundit.rb:84:in `policy' pundit (0.2.3) lib/pundit.rb:66:in `authorize' /Users/ben/Documents/projects/benroesch.com/storytime/app/controllers/storytime/dashboard/media_controller.rb:22:in `new' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.7ms) Started GET "/dashboard/media/new" for 127.0.0.1 at 2014-05-11 16:07:33 -0500 Processing by Storytime::Dashboard::MediaController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 15ms NoMethodError (undefined method `media' for #): activemodel (4.1.0) lib/active_model/attribute_methods.rb:435:in `method_missing' activerecord (4.1.0) lib/active_record/attribute_methods.rb:206:in `method_missing' /Users/ben/Documents/projects/benroesch.com/storytime/app/controllers/storytime/dashboard/media_controller.rb:21:in `new' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.4ms) Started GET "/dashboard/media/new" for 127.0.0.1 at 2014-05-11 16:08:01 -0500 Processing by Storytime::Dashboard::MediaController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 29ms NameError (uninitialized constant Storytime::User::Medium): activerecord (4.1.0) lib/active_record/inheritance.rb:133:in `compute_type' activerecord (4.1.0) lib/active_record/reflection.rb:190:in `klass' activerecord (4.1.0) lib/active_record/associations/association.rb:118:in `klass' activerecord (4.1.0) lib/active_record/associations/collection_association.rb:36:in `reader' activerecord (4.1.0) lib/active_record/associations/builder/association.rb:110:in `media' /Users/ben/Documents/projects/benroesch.com/storytime/app/controllers/storytime/dashboard/media_controller.rb:21:in `new' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.4ms) Started GET "/dashboard/media/new" for 127.0.0.1 at 2014-05-11 16:09:10 -0500 Processing by Storytime::Dashboard::MediaController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 67ms Pundit::NotDefinedError (unable to find policy NilClassPolicy for ): pundit (0.2.3) lib/pundit/policy_finder.rb:28:in `policy!' pundit (0.2.3) lib/pundit.rb:32:in `policy!' pundit (0.2.3) lib/pundit.rb:84:in `policy' pundit (0.2.3) lib/pundit.rb:66:in `authorize' /Users/ben/Documents/projects/benroesch.com/storytime/app/controllers/storytime/dashboard/media_controller.rb:22:in `new' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (17.9ms) Started GET "/dashboard/media/new" for 127.0.0.1 at 2014-05-11 16:09:35 -0500 Processing by Storytime::Dashboard::MediaController#new as HTML Storytime::User Load (0.5ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 7175ms Pundit::NotDefinedError (unable to find policy NilClassPolicy for ): pundit (0.2.3) lib/pundit/policy_finder.rb:28:in `policy!' pundit (0.2.3) lib/pundit.rb:32:in `policy!' pundit (0.2.3) lib/pundit.rb:84:in `policy' pundit (0.2.3) lib/pundit.rb:66:in `authorize' /Users/ben/Documents/projects/benroesch.com/storytime/app/controllers/storytime/dashboard/media_controller.rb:23:in `new' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (19.1ms) Started GET "/dashboard/media/new" for 127.0.0.1 at 2014-05-11 16:10:06 -0500 Processing by Storytime::Dashboard::MediaController#new as HTML Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/new.html.erb within layouts/storytime/dashboard (9.6ms) Completed 500 Internal Server Error in 43ms ActionView::Template::Error (First argument in form cannot contain nil or be empty): 1: <%= form_for(@medium) do |f| %> 2: <% if @medium.errors.any? %> 3:
4:

<%= pluralize(@medium.errors.count, "error") %> prohibited this medium from being saved:

actionview (4.1.0) lib/action_view/helpers/form_helper.rb:423:in `form_for' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb:1:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media__form_html_erb__330681999566074794_2215779600' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/new.html.erb:3:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media_new_html_erb__4497615968961919814_2215661740' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.8ms) Started GET "/dashboard/media/new" for 127.0.0.1 at 2014-05-11 16:10:47 -0500 Processing by Storytime::Dashboard::MediaController#new as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (17.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/new.html.erb within layouts/storytime/dashboard (18.9ms) Completed 500 Internal Server Error in 25ms ActionView::Template::Error (undefined method `media_index_path' for #<#:0x000001083a0558>): 1: <%= form_for(@media) do |f| %> 2: <% if @media.errors.any? %> 3:
4:

<%= pluralize(@media.errors.count, "error") %> prohibited this media from being saved:

actionpack (4.1.0) lib/action_dispatch/routing/polymorphic_routes.rb:142:in `polymorphic_url' actionpack (4.1.0) lib/action_dispatch/routing/polymorphic_routes.rb:148:in `polymorphic_path' actionview (4.1.0) lib/action_view/helpers/form_helper.rb:452:in `apply_form_for_options!' actionview (4.1.0) lib/action_view/helpers/form_helper.rb:425:in `form_for' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb:1:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media__form_html_erb__330681999566074794_2216630740' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/new.html.erb:3:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media_new_html_erb__4497615968961919814_2216563000' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.4ms) Started GET "/dashboard/media/new" for 127.0.0.1 at 2014-05-11 16:12:08 -0500 Processing by Storytime::Dashboard::MediaController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (43.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/new.html.erb within layouts/storytime/dashboard (44.7ms) Completed 500 Internal Server Error in 50ms ActionView::Template::Error (undefined method `file' for #): 1: <%= simple_form_for [:dashboard, @media] do |f| %> 2: <%= f.error_notification %> 3: <%= f.file :file %> 4:
5: <%= f.submit class: "btn btn-primary" %> 6:
/Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb:3:in `block in ___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media__form_html_erb__330681999566074794_2157519280' actionview (4.1.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' actionview (4.1.0) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.1.0) lib/action_view/helpers/form_helper.rb:434:in `form_for' simple_form (3.0.2) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.2) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.2) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb:1:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media__form_html_erb__330681999566074794_2157519280' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/new.html.erb:3:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media_new_html_erb__4497615968961919814_2216563000' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.4ms) Started GET "/dashboard/media/new" for 127.0.0.1 at 2014-05-11 16:12:58 -0500 Processing by Storytime::Dashboard::MediaController#new as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (21.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/new.html.erb within layouts/storytime/dashboard (37.0ms) Completed 500 Internal Server Error in 43ms ActionView::Template::Error (undefined local variable or method `media_index_path' for #<#:0x00000104b88e68>): 2: 3: <%= render 'form' %> 4: 5: <%= link_to 'Back', media_index_path %> /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/new.html.erb:5:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media_new_html_erb__4497615968961919814_2216563000' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.6ms) Started GET "/dashboard/media/new" for 127.0.0.1 at 2014-05-11 16:13:51 -0500 Processing by Storytime::Dashboard::MediaController#new as HTML Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (3.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/new.html.erb within layouts/storytime/dashboard (5.9ms) Completed 500 Internal Server Error in 31ms ActionView::Template::Error (No route matches {:action=>"destroy", :controller=>"storytime/dashboard/media"} missing required keys: [:id]): 2: 3: <%= render 'form' %> 4: 5: <%= link_to 'Back', dashboard_media_path %> actionpack (4.1.0) lib/action_dispatch/journey/formatter.rb:39:in `generate' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:597:in `generate' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:627:in `generate' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:663:in `url_for' actionpack (4.1.0) lib/action_dispatch/routing/url_for.rb:155:in `url_for' actionview (4.1.0) lib/action_view/routing_url_for.rb:83:in `url_for' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:228:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:179:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:268:in `block (2 levels) in define_url_helper' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/new.html.erb:5:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media_new_html_erb__4497615968961919814_2220271600' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.4ms) Started GET "/dashboard/media/new" for 127.0.0.1 at 2014-05-11 16:17:48 -0500 Processing by Storytime::Dashboard::MediaController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/new.html.erb within layouts/storytime/dashboard (4.3ms) Completed 500 Internal Server Error in 9ms ActionView::Template::Error (No route matches {:action=>"destroy", :controller=>"storytime/dashboard/media"} missing required keys: [:id]): 2: 3: <%= render 'form' %> 4: 5: <%= link_to 'Back', dashboard_media_path %> actionpack (4.1.0) lib/action_dispatch/journey/formatter.rb:39:in `generate' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:597:in `generate' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:627:in `generate' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:663:in `url_for' actionpack (4.1.0) lib/action_dispatch/routing/url_for.rb:155:in `url_for' actionview (4.1.0) lib/action_view/routing_url_for.rb:83:in `url_for' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:228:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:179:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:268:in `block (2 levels) in define_url_helper' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/new.html.erb:5:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media_new_html_erb__4497615968961919814_2220271600' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.7ms) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_media_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_media_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_pages_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_pages_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_posts_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_posts_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index'  (0.6ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_email' AND type='index'  Started GET "/dashboard/media/new" for 127.0.0.1 at 2014-05-11 16:18:43 -0500 Processing by Storytime::Dashboard::MediaController#new as HTML Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/new.html.erb within layouts/storytime/dashboard (4.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (4.3ms) Completed 500 Internal Server Error in 318ms ActionView::Template::Error (No route matches {:action=>"destroy", :controller=>"storytime/dashboard/media"} missing required keys: [:id]): 13: 18:
19:
actionpack (4.1.0) lib/action_dispatch/journey/formatter.rb:39:in `generate' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:597:in `generate' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:627:in `generate' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:663:in `url_for' actionpack (4.1.0) lib/action_dispatch/routing/url_for.rb:155:in `url_for' actionview (4.1.0) lib/action_view/routing_url_for.rb:83:in `url_for' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:228:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:179:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:268:in `block (2 levels) in define_url_helper' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb:16:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard__navigation_html_erb__4436980971965921519_2175457860' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/layouts/storytime/dashboard.html.erb:17:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_layouts_storytime_dashboard_html_erb___3482160277782573625_2215681480' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.6ms) Started GET "/dashboard/media/new" for 127.0.0.1 at 2014-05-11 16:19:12 -0500 Processing by Storytime::Dashboard::MediaController#new as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/new.html.erb within layouts/storytime/dashboard (3.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.6ms) Completed 200 OK in 28ms (Views: 23.9ms | ActiveRecord: 0.4ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-11 16:19:12 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-11 16:19:12 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-11 16:19:12 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-11 16:19:12 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 16:19:12 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-11 16:19:12 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-11 16:19:12 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-11 16:19:12 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-11 16:19:12 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-11 16:19:12 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-11 16:19:12 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-11 16:19:12 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-11 16:19:12 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-11 16:19:12 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-11 16:19:12 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-11 16:19:12 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-11 16:19:12 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-11 16:19:12 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-11 16:19:12 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-11 16:19:12 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-11 16:19:12 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-11 16:19:12 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 16:19:12 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-11 16:19:12 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-11 16:19:12 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-11 16:19:12 -0500 Started GET "/dashboard/media/new" for 127.0.0.1 at 2014-05-11 16:20:08 -0500 Processing by Storytime::Dashboard::MediaController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 40ms LoadError (Unable to autoload constant Storytime::MediaUploader, expected /Users/ben/Documents/projects/benroesch.com/storytime/app/uploaders/storytime/media_uploader.rb to define it): activesupport (4.1.0) lib/active_support/dependencies.rb:481:in `load_missing_constant' activesupport (4.1.0) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.0) lib/active_support/dependencies.rb:512:in `load_missing_constant' activesupport (4.1.0) lib/active_support/dependencies.rb:180:in `const_missing' /Users/ben/Documents/projects/benroesch.com/storytime/app/models/storytime/media.rb:5:in `' /Users/ben/Documents/projects/benroesch.com/storytime/app/models/storytime/media.rb:2:in `' /Users/ben/Documents/projects/benroesch.com/storytime/app/models/storytime/media.rb:1:in `' activesupport (4.1.0) lib/active_support/dependencies.rb:443:in `load' activesupport (4.1.0) lib/active_support/dependencies.rb:443:in `block in load_file' activesupport (4.1.0) lib/active_support/dependencies.rb:633:in `new_constants_in' activesupport (4.1.0) lib/active_support/dependencies.rb:442:in `load_file' activesupport (4.1.0) lib/active_support/dependencies.rb:342:in `require_or_load' activesupport (4.1.0) lib/active_support/dependencies.rb:480:in `load_missing_constant' activesupport (4.1.0) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.0) lib/active_support/dependencies.rb:512:in `load_missing_constant' activesupport (4.1.0) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.0) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.0) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.0) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.0) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.0) lib/active_support/inflector/methods.rb:236:in `constantize' activesupport (4.1.0) lib/active_support/dependencies.rb:552:in `get' activesupport (4.1.0) lib/active_support/dependencies.rb:583:in `constantize' activerecord (4.1.0) lib/active_record/inheritance.rb:124:in `block in compute_type' activerecord (4.1.0) lib/active_record/inheritance.rb:122:in `each' activerecord (4.1.0) lib/active_record/inheritance.rb:122:in `compute_type' activerecord (4.1.0) lib/active_record/reflection.rb:190:in `klass' activerecord (4.1.0) lib/active_record/reflection.rb:406:in `automatic_inverse_of' activerecord (4.1.0) lib/active_record/reflection.rb:395:in `block in inverse_name' activerecord (4.1.0) lib/active_record/reflection.rb:391:in `fetch' activerecord (4.1.0) lib/active_record/reflection.rb:391:in `inverse_name' activerecord (4.1.0) lib/active_record/reflection.rb:294:in `has_inverse?' activerecord (4.1.0) lib/active_record/reflection.rb:261:in `check_validity_of_inverse!' activerecord (4.1.0) lib/active_record/reflection.rb:256:in `check_validity!' activerecord (4.1.0) lib/active_record/associations/association.rb:25:in `initialize' activerecord (4.1.0) lib/active_record/associations.rb:149:in `new' activerecord (4.1.0) lib/active_record/associations.rb:149:in `association' activerecord (4.1.0) lib/active_record/associations/builder/association.rb:110:in `media' /Users/ben/Documents/projects/benroesch.com/storytime/app/controllers/storytime/dashboard/media_controller.rb:16:in `new' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.4ms) Started GET "/dashboard/media/new" for 127.0.0.1 at 2014-05-11 16:20:33 -0500 Processing by Storytime::Dashboard::MediaController#new as HTML Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (5.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/new.html.erb within layouts/storytime/dashboard (7.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 48ms (Views: 26.7ms | ActiveRecord: 1.2ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-11 16:20:34 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-11 16:20:34 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-11 16:20:34 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-11 16:20:34 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 16:20:34 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-11 16:20:34 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-11 16:20:34 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-11 16:20:34 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-11 16:20:34 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-11 16:20:34 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-11 16:20:34 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-11 16:20:34 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-11 16:20:34 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-11 16:20:34 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-11 16:20:34 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-11 16:20:34 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-11 16:20:34 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-11 16:20:34 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-11 16:20:34 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-11 16:20:34 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-11 16:20:34 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-11 16:20:34 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 16:20:34 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-11 16:20:34 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-11 16:20:34 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-11 16:20:34 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-11 16:20:34 -0500 Started POST "/dashboard/media" for 127.0.0.1 at 2014-05-11 16:21:08 -0500 Processing by Storytime::Dashboard::MediaController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "media"=>{"file"=>#, @original_filename="case-2-day-1.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"media[file]\"; filename=\"case-2-day-1.png\"\r\nContent-Type: image/png\r\n">}, "commit"=>"Create Media"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "storytime_media" ("created_at", "file", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", "2014-05-11 21:21:08.565884"], ["file", "case-2-day-1.png"], ["updated_at", "2014-05-11 21:21:08.565884"], ["user_id", 1]]  (0.9ms) commit transaction Redirected to Completed 500 Internal Server Error in 320ms NoMethodError (undefined method `media_url' for #): actionpack (4.1.0) lib/action_dispatch/routing/polymorphic_routes.rb:142:in `polymorphic_url' actionpack (4.1.0) lib/action_dispatch/routing/url_for.rb:161:in `url_for' actionpack (4.1.0) lib/action_controller/metal/redirecting.rb:90:in `_compute_redirect_to_location' actionpack (4.1.0) lib/action_controller/metal/redirecting.rb:70:in `redirect_to' actionpack (4.1.0) lib/action_controller/metal/flash.rb:57:in `redirect_to' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:61:in `block in redirect_to' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:60:in `redirect_to' /Users/ben/Documents/projects/benroesch.com/storytime/app/controllers/storytime/dashboard/media_controller.rb:26:in `create' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (16.4ms) Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-11 16:21:52 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (25.0ms) Completed 500 Internal Server Error in 45ms ActionView::Template::Error (undefined method `media_path' for #<#:0x00000104f02da0>): 14: 15: <%= media.file %> 16: <%= media.user %> 17: <%= link_to 'Show', media %> 18: <%= link_to 'Destroy', media, method: :delete, data: { confirm: 'Are you sure?' } %> 19: 20: <% end %> actionpack (4.1.0) lib/action_dispatch/routing/polymorphic_routes.rb:142:in `polymorphic_url' actionpack (4.1.0) lib/action_dispatch/routing/polymorphic_routes.rb:148:in `polymorphic_path' actionview (4.1.0) lib/action_view/routing_url_for.rb:89:in `url_for' actionview (4.1.0) lib/action_view/helpers/url_helper.rb:181:in `link_to' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb:17:in `block in ___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media_index_html_erb__2095891841469771391_2188902860' activerecord (4.1.0) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.0) lib/active_record/relation/delegation.rb:46:in `each' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb:13:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media_index_html_erb__2095891841469771391_2188902860' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.4ms) Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-11 16:22:09 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (21.9ms) Completed 500 Internal Server Error in 28ms ActionView::Template::Error (undefined method `media_path' for #<#:0x00000108a652a8>): 14: 15: <%= media.file %> 16: <%= media.user %> 17: <%= link_to 'Destroy', media, method: :delete, data: { confirm: 'Are you sure?' } %> 18: 19: <% end %> 20: actionpack (4.1.0) lib/action_dispatch/routing/polymorphic_routes.rb:142:in `polymorphic_url' actionpack (4.1.0) lib/action_dispatch/routing/polymorphic_routes.rb:148:in `polymorphic_path' actionview (4.1.0) lib/action_view/routing_url_for.rb:89:in `url_for' actionview (4.1.0) lib/action_view/helpers/url_helper.rb:181:in `link_to' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb:17:in `block in ___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media_index_html_erb__2095891841469771391_2220062860' activerecord (4.1.0) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.0) lib/active_record/relation/delegation.rb:46:in `each' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb:13:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media_index_html_erb__2095891841469771391_2220062860' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.7ms) Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-11 16:22:21 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (5.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 29ms (Views: 24.0ms | ActiveRecord: 0.8ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-11 16:22:21 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-11 16:22:21 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-11 16:22:21 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-11 16:22:21 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:21 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-11 16:22:21 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:21 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:21 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:21 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:21 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:21 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:21 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:21 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:21 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:21 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:21 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:21 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:21 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:21 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:21 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:21 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:21 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:21 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:21 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:21 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:21 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-11 16:22:32 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (3.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 35ms (Views: 32.3ms | ActiveRecord: 0.4ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-11 16:22:32 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-11 16:22:32 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-11 16:22:32 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:32 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-11 16:22:32 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-11 16:22:32 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:32 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:32 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:32 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:32 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:32 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:32 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:32 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:32 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:33 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:33 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:33 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:33 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:33 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:33 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:33 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:33 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:33 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:33 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:33 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:33 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-11 16:22:40 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.4ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (2.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 26ms (Views: 21.9ms | ActiveRecord: 0.6ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-11 16:22:40 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-11 16:22:40 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-11 16:22:40 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-11 16:22:40 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-11 16:22:40 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:40 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:40 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:40 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:40 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:40 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:40 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:40 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:40 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:40 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:40 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:40 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:40 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:40 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:40 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:40 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:40 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:40 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:40 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:40 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:40 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:40 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-11 16:22:52 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (3.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 30ms (Views: 27.0ms | ActiveRecord: 0.4ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-11 16:22:52 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-11 16:22:52 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-11 16:22:52 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-11 16:22:52 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:52 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-11 16:22:52 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:52 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:52 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:52 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:52 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:52 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:52 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:52 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:52 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:52 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:52 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:52 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:52 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:52 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:52 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:52 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:52 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:52 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:52 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:52 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-11 16:22:52 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-11 16:23:03 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Media Load (0.1ms) SELECT "storytime_media".* FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (3.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.3ms) Completed 200 OK in 27ms (Views: 24.8ms | ActiveRecord: 0.4ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-11 16:23:03 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-11 16:23:03 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-11 16:23:03 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-11 16:23:03 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-11 16:23:03 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-11 16:23:03 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 16:23:03 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-11 16:23:03 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-11 16:23:03 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-11 16:23:03 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-11 16:23:03 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-11 16:23:03 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-11 16:23:03 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-11 16:23:03 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-11 16:23:03 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-11 16:23:04 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-11 16:23:04 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-11 16:23:04 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-11 16:23:04 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-11 16:23:04 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 16:23:04 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-11 16:23:04 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-11 16:23:04 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-11 16:23:04 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-11 16:23:04 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-11 16:23:04 -0500 Started DELETE "/dashboard/media/1" for 127.0.0.1 at 2014-05-11 16:33:27 -0500 Processing by Storytime::Dashboard::MediaController#destroy as HTML Parameters: {"authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "id"=>"1"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Media Load (0.1ms) SELECT "storytime_media".* FROM "storytime_media" WHERE "storytime_media"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction SQL (0.5ms) DELETE FROM "storytime_media" WHERE "storytime_media"."id" = ? [["id", 1]]  (0.9ms) commit transaction Redirected to http://0.0.0.0:3000/dashboard/media Completed 302 Found in 32ms (ActiveRecord: 3.1ms) Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-11 16:33:27 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Media Load (0.1ms) SELECT "storytime_media".* FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (1.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 33ms (Views: 30.4ms | ActiveRecord: 0.4ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-11 16:33:27 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-11 16:33:27 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-11 16:33:27 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-11 16:33:27 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:27 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-11 16:33:27 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:28 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:28 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:28 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:28 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:28 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:28 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:28 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:28 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:28 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:28 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:28 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:28 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:28 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:28 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:28 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:28 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:28 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:28 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:28 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:28 -0500 Started GET "/dashboard/media/new" for 127.0.0.1 at 2014-05-11 16:33:53 -0500 Processing by Storytime::Dashboard::MediaController#new as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (3.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/new.html.erb within layouts/storytime/dashboard (7.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 38ms (Views: 27.2ms | ActiveRecord: 0.5ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-11 16:33:53 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-11 16:33:53 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-11 16:33:53 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-11 16:33:53 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-11 16:33:53 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:53 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:53 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:53 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:53 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:53 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:53 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:54 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:54 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:54 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:54 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:54 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:54 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:54 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:54 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:54 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:54 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:54 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:54 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:54 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:54 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:54 -0500 Started POST "/dashboard/media" for 127.0.0.1 at 2014-05-11 16:33:59 -0500 Processing by Storytime::Dashboard::MediaController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "media"=>{"file"=>#, @original_filename="case-2-day-1.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"media[file]\"; filename=\"case-2-day-1.png\"\r\nContent-Type: image/png\r\n">}, "commit"=>"Create Media"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "storytime_media" ("created_at", "file", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", "2014-05-11 21:33:59.480953"], ["file", "case-2-day-1.png"], ["updated_at", "2014-05-11 21:33:59.480953"], ["user_id", 1]]  (1.7ms) commit transaction Redirected to http://0.0.0.0:3000/dashboard/media Completed 302 Found in 190ms (ActiveRecord: 2.8ms) Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-11 16:33:59 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Media Load (0.1ms) SELECT "storytime_media".* FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (2.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 24ms (Views: 21.8ms | ActiveRecord: 0.3ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-11 16:33:59 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-11 16:33:59 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-11 16:33:59 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-11 16:33:59 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:59 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-11 16:33:59 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:59 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:59 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:59 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:59 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:59 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:59 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:59 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:59 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:59 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:59 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:59 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:59 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:59 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:59 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:59 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:59 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:59 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:59 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:59 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-11 16:33:59 -0500 Started GET "/dashboard/posts" for 127.0.0.1 at 2014-05-11 16:38:50 -0500 Processing by Storytime::Dashboard::PostsController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.3ms) SELECT "storytime_posts".* FROM "storytime_posts" LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_post.html.erb (8.2ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_posts" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/index.html.erb within layouts/storytime/dashboard (17.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 46ms (Views: 36.4ms | ActiveRecord: 0.9ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-11 16:38:50 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-11 16:38:50 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:50 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-11 16:38:50 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-11 16:38:50 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-11 16:38:50 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:50 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:50 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:50 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:50 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:50 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:50 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:50 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:50 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:50 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:50 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:50 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:50 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:50 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:50 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:50 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:50 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:50 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:50 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:50 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:50 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-11 16:38:50 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-11 16:38:52 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (2.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 29ms (Views: 26.3ms | ActiveRecord: 0.5ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-11 16:38:53 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-11 16:38:53 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-11 16:38:53 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:53 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-11 16:38:53 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-11 16:38:53 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:53 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:53 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:53 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:53 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:53 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:53 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:53 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:53 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:53 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:53 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:53 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:53 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:53 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:53 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:53 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:53 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:53 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:53 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:53 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:53 -0500 Started GET "/dashboard/posts" for 127.0.0.1 at 2014-05-11 16:38:56 -0500 Processing by Storytime::Dashboard::PostsController#index as HTML Storytime::User Load (0.4ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_post.html.erb (1.2ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_posts" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/index.html.erb within layouts/storytime/dashboard (6.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 30ms (Views: 26.9ms | ActiveRecord: 0.7ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-11 16:38:56 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-11 16:38:56 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-11 16:38:56 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:56 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-11 16:38:56 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:56 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-11 16:38:56 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:56 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:56 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:56 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:56 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:56 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:56 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:56 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:56 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:56 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:56 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:56 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:56 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:56 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:56 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:56 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:56 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:56 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:56 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-11 16:38:56 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-11 16:38:56 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-11 16:39:25 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (1.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 24ms (Views: 21.8ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-11 16:39:26 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-11 16:39:26 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-11 16:39:26 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-11 16:39:26 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-11 16:39:26 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-11 16:39:26 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 16:39:26 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-11 16:39:26 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-11 16:39:26 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-11 16:39:26 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-11 16:39:26 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-11 16:39:26 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-11 16:39:26 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-11 16:39:26 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-11 16:39:26 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-11 16:39:26 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-11 16:39:26 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-11 16:39:26 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-11 16:39:26 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-11 16:39:26 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-11 16:39:26 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-11 16:39:26 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 16:39:26 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-11 16:39:26 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-11 16:39:26 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-11 16:39:26 -0500  (1.0ms) CREATE TABLE "friendly_id_slugs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "slug" varchar(255) NOT NULL, "sluggable_id" integer NOT NULL, "sluggable_type" varchar(50), "scope" varchar(255), "created_at" datetime)   (0.1ms) select sqlite_version(*)  (0.7ms) CREATE UNIQUE INDEX "index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope" ON "friendly_id_slugs" ("slug", "sluggable_type", "scope")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index'  (0.7ms) CREATE INDEX "index_friendly_id_slugs_on_slug_and_sluggable_type" ON "friendly_id_slugs" ("slug", "sluggable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index'   (0.8ms) CREATE INDEX "index_friendly_id_slugs_on_sluggable_id" ON "friendly_id_slugs" ("sluggable_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index'   (0.8ms) CREATE INDEX "index_friendly_id_slugs_on_sluggable_type" ON "friendly_id_slugs" ("sluggable_type")  (0.8ms) CREATE TABLE "storytime_media" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "user_id" integer, "created_at" datetime, "updated_at" datetime)   (1.0ms) CREATE INDEX "index_storytime_media_on_user_id" ON "storytime_media" ("user_id")  (0.8ms) CREATE TABLE "storytime_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "title" varchar(255), "slug" varchar(255), "content" text, "published" boolean, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_storytime_pages_on_user_id" ON "storytime_pages" ("user_id")  (0.8ms) CREATE TABLE "storytime_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "title" varchar(255), "content" text, "excerpt" text, "published" boolean, "post_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_storytime_posts_on_user_id" ON "storytime_posts" ("user_id")  (1.0ms) CREATE TABLE "storytime_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 NOT NULL, "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, "updated_at" datetime)   (0.7ms) CREATE UNIQUE INDEX "index_storytime_users_on_email" ON "storytime_users" ("email")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_email' AND type='index'   (0.9ms) CREATE UNIQUE INDEX "index_storytime_users_on_reset_password_token" ON "storytime_users" ("reset_password_token")  (0.9ms) 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.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140511200849')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140501171949')  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20140501174341')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140509150223')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140509191309') Started GET "/dashboard/media/new" for 127.0.0.1 at 2014-05-11 19:47:00 -0500 Processing by Storytime::Dashboard::MediaController#new as HTML Storytime::User Load (0.7ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (4.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/new.html.erb within layouts/storytime/dashboard (6.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 32ms (Views: 26.6ms | ActiveRecord: 0.9ms) Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-11 19:47:00 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-11 19:47:00 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-11 19:47:00 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-11 19:47:00 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-11 19:47:00 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 19:47:00 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-11 19:47:00 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-11 19:47:00 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-11 19:47:00 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-11 19:47:00 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-11 19:47:00 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-11 19:47:00 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-11 19:47:00 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-11 19:47:00 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-11 19:47:00 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-11 19:47:00 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-11 19:47:00 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-11 19:47:00 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-11 19:47:00 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-11 19:47:00 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 19:47:00 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-11 19:47:00 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-11 19:47:00 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-11 19:47:00 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-11 19:47:00 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-11 19:47:00 -0500 Started GET "/dashboard/posts" for 127.0.0.1 at 2014-05-11 21:22:09 -0500 Processing by Storytime::Dashboard::PostsController#index as HTML Storytime::User Load (0.7ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.3ms) SELECT "storytime_posts".* FROM "storytime_posts" LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_post.html.erb (1.4ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_posts" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/index.html.erb within layouts/storytime/dashboard (8.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 36ms (Views: 32.8ms | ActiveRecord: 1.2ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-11 21:22:09 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:09 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-11 21:22:09 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-11 21:22:10 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-11 21:22:10 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:10 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:10 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-11 21:22:10 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:10 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:10 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:10 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:10 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:10 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:10 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:10 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:10 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:10 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:10 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:10 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:10 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:10 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:10 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:10 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:10 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:10 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:10 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-11 21:22:10 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-11 21:22:13 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.3ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (9.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (12.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 33ms (Views: 29.3ms | ActiveRecord: 0.5ms) Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:13 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-11 21:22:13 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-11 21:22:13 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-11 21:22:13 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-11 21:22:13 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-11 21:22:13 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:13 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:13 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:13 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:13 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:13 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:13 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:13 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:13 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:13 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:13 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:13 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:13 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:13 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:13 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:13 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:13 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:13 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:13 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:13 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-11 21:22:13 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-11 21:22:13 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (59.6ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-11 21:22:13 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-11 21:26:42 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (7.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (8.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 28ms (Views: 25.2ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-11 21:26:42 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-11 21:26:42 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-11 21:26:42 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-11 21:26:42 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-11 21:26:42 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 21:26:42 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-11 21:26:42 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-11 21:26:42 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-11 21:26:42 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-11 21:26:42 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-11 21:26:42 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-11 21:26:42 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-11 21:26:42 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-11 21:26:42 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-11 21:26:42 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-11 21:26:42 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-11 21:26:42 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-11 21:26:42 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-11 21:26:42 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-11 21:26:42 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-11 21:26:42 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-11 21:26:42 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-11 21:26:42 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 21:26:42 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-11 21:26:42 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-11 21:26:42 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-11 21:26:42 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (56.9ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-11 21:26:42 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-11 21:28:24 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.6ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (6.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (7.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 30ms (Views: 26.0ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-11 21:28:24 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-11 21:28:24 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-11 21:28:24 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 21:28:24 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-11 21:28:24 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-11 21:28:24 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-11 21:28:24 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-11 21:28:24 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-11 21:28:24 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-11 21:28:24 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-11 21:28:24 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-11 21:28:24 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-11 21:28:24 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-11 21:28:24 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-11 21:28:24 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-11 21:28:24 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-11 21:28:24 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-11 21:28:24 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-11 21:28:24 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-11 21:28:24 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-11 21:28:24 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-11 21:28:24 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 21:28:24 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-11 21:28:24 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-11 21:28:24 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-11 21:28:24 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-11 21:28:25 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (7.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (14.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (75.4ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-11 21:28:25 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-11 21:38:26 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (1.8ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (9.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (12.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 391ms (Views: 385.9ms | ActiveRecord: 1.9ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-11 21:38:26 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-11 21:38:26 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-11 21:38:26 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-11 21:38:26 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 21:38:26 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-11 21:38:26 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-11 21:38:26 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-11 21:38:27 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-11 21:38:27 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-11 21:38:27 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-11 21:38:27 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-11 21:38:27 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-11 21:38:27 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-11 21:38:27 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-11 21:38:27 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-11 21:38:27 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-11 21:38:27 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-11 21:38:27 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-11 21:38:27 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-11 21:38:27 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-11 21:38:27 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-11 21:38:27 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-11 21:38:27 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-11 21:38:27 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-11 21:38:27 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-11 21:38:27 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 12:58:36 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (1.6ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (9.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (12.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.3ms) Completed 200 OK in 369ms (Views: 358.9ms | ActiveRecord: 1.7ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 12:58:36 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 12:58:36 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 12:58:36 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 12:58:36 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 12:58:36 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 12:58:36 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 12:58:36 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 12:58:36 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 12:58:36 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 12:58:36 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 12:58:36 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 12:58:36 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 12:58:36 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 12:58:36 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 12:58:36 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 12:58:36 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 12:58:36 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 12:58:36 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 12:58:36 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 12:58:36 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 12:58:36 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 12:58:36 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 12:58:36 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 12:58:36 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 12:58:36 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 12:58:36 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 12:58:36 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (6.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (4.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (83.3ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 12:58:37 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 12:59:15 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (10.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (12.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 37ms (Views: 32.8ms | ActiveRecord: 0.4ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 12:59:15 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 12:59:15 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 12:59:15 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 12:59:15 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 12:59:15 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 12:59:15 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 12:59:15 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 12:59:15 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 12:59:15 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 12:59:15 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 12:59:15 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 12:59:15 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 12:59:15 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 12:59:15 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 12:59:15 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 12:59:15 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 12:59:15 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 12:59:15 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 12:59:15 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 12:59:15 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 12:59:15 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 12:59:15 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 12:59:15 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 12:59:15 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 12:59:15 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 12:59:16 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 12:59:16 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (10.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (63.9ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 12:59:16 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 13:00:32 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.4ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (6.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (8.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 30ms (Views: 26.6ms | ActiveRecord: 0.6ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 13:00:33 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 13:00:33 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 13:00:33 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 13:00:33 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 13:00:33 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 13:00:33 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 13:00:33 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 13:00:33 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 13:00:33 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 13:00:33 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 13:00:33 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 13:00:33 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 13:00:33 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 13:00:33 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 13:00:33 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 13:00:33 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 13:00:33 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 13:00:33 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 13:00:33 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 13:00:33 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 13:00:33 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 13:00:33 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 13:00:33 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 13:00:33 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 13:00:33 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 13:00:33 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 13:00:33 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (10.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (77.8ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 13:00:33 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 13:05:57 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (8.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (10.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 260ms (Views: 256.7ms | ActiveRecord: 0.3ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 13:05:57 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 13:05:57 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 13:05:57 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 13:05:57 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 13:05:57 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 13:05:58 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 13:05:58 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 13:05:58 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 13:05:58 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 13:05:58 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 13:05:58 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 13:05:58 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 13:05:58 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 13:05:58 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 13:05:58 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 13:05:58 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 13:05:58 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 13:05:58 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 13:05:58 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 13:05:58 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 13:05:58 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 13:05:58 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 13:05:58 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 13:05:58 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 13:05:58 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 13:05:58 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 13:05:58 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (55.4ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 13:05:58 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 13:07:41 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (7.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (9.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 35ms (Views: 31.7ms | ActiveRecord: 0.3ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 13:07:42 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 13:07:42 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 13:07:42 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 13:07:42 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 13:07:42 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 13:07:42 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 13:07:42 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 13:07:42 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 13:07:42 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 13:07:42 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 13:07:42 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 13:07:42 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 13:07:42 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 13:07:42 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 13:07:42 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 13:07:42 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 13:07:42 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 13:07:42 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 13:07:42 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 13:07:42 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 13:07:42 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 13:07:42 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 13:07:42 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 13:07:42 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 13:07:42 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 13:07:42 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 13:07:42 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (40.3ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 13:07:43 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 13:08:03 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (6.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (8.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 32ms (Views: 28.4ms | ActiveRecord: 0.4ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 13:08:03 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 13:08:03 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 13:08:03 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 13:08:03 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 13:08:03 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 13:08:03 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 13:08:03 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 13:08:03 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 13:08:03 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 13:08:03 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 13:08:03 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 13:08:03 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 13:08:03 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 13:08:03 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 13:08:03 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 13:08:03 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 13:08:03 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 13:08:03 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 13:08:03 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 13:08:03 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 13:08:03 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 13:08:03 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 13:08:03 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 13:08:03 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 13:08:03 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 13:08:03 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 13:16:03 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (14.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (21.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (2.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.6ms) Completed 200 OK in 736ms (Views: 728.8ms | ActiveRecord: 0.5ms) Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 13:16:04 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (54.4ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 13:16:04 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 13:16:04 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 13:16:04 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:04 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 13:16:04 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:04 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 13:16:04 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 13:16:04 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:04 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:04 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:04 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:04 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:04 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:04 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:04 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:04 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:04 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:04 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:04 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:04 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:04 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:04 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:04 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:04 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:04 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:04 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:04 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:04 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 13:16:27 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (56.6ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 13:16:27 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 13:16:28 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (5.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (6.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 29ms (Views: 26.0ms | ActiveRecord: 0.3ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 13:16:28 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 13:16:28 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:28 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 13:16:28 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 13:16:28 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:28 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:28 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 13:16:28 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:28 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:28 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:28 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:28 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:28 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:28 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:28 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:28 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:28 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:28 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:28 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:28 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:28 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:28 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:28 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:28 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:28 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:28 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:28 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 13:16:50 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (51.3ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 13:16:50 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 13:16:51 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (4.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (6.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 267ms (Views: 263.5ms | ActiveRecord: 0.4ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 13:16:52 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 13:16:52 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 13:16:52 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:52 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 13:16:52 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 13:16:52 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:52 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:52 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:52 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:52 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:52 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:52 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:52 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:52 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:52 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:52 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:52 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:52 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:52 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:52 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:52 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:52 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:52 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:52 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:52 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:52 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 13:16:52 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 13:17:12 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (51.3ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 13:17:12 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 13:17:16 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (6.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (7.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 33ms (Views: 30.0ms | ActiveRecord: 0.4ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 13:17:16 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 13:17:16 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 13:17:16 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 13:17:16 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 13:17:16 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:16 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:16 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:16 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:16 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:16 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:16 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:16 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:16 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:16 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:16 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:16 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:16 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:16 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:16 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:16 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:16 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:16 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:16 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:16 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:16 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:16 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:16 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 13:17:23 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (52.4ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 13:17:23 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 13:17:33 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (7.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (9.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (1.6ms) Completed 200 OK in 99ms (Views: 95.1ms | ActiveRecord: 0.4ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 13:17:33 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 13:17:33 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:33 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:33 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 13:17:33 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 13:17:33 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:33 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 13:17:33 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:33 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:33 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:33 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:33 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:33 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:33 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:33 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:33 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:33 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:33 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:33 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:33 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:33 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:33 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:33 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:33 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:33 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:33 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 13:17:33 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 13:18:27 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (9.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (58.6ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 13:18:28 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 13:18:29 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (5.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (7.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 84ms (Views: 81.5ms | ActiveRecord: 0.3ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 13:18:29 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 13:18:29 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 13:18:29 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 13:18:29 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 13:18:29 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 13:18:29 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 13:18:29 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 13:18:29 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 13:18:29 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 13:18:29 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 13:18:29 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 13:18:29 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 13:18:29 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 13:18:29 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 13:18:29 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 13:18:29 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 13:18:29 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 13:18:29 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 13:18:29 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 13:18:29 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 13:18:29 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 13:18:29 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 13:18:29 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 13:18:29 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 13:18:29 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 13:18:29 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 13:18:29 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 13:27:59 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (7.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (52.6ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 13:27:59 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 13:28:01 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (7.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (9.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 393ms (Views: 389.8ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 13:28:02 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 13:28:02 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 13:28:02 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 13:28:02 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 13:28:02 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 13:28:02 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 13:28:02 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 13:28:02 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 13:28:02 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 13:28:02 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 13:28:02 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 13:28:02 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 13:28:02 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 13:28:02 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 13:28:02 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 13:28:02 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 13:28:02 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 13:28:02 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 13:28:02 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 13:28:02 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 13:28:02 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 13:28:02 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 13:28:02 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 13:28:02 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 13:28:02 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 13:28:02 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 13:28:02 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 13:28:24 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (64.0ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 13:28:24 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 13:29:09 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (10.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (13.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 46ms (Views: 41.6ms | ActiveRecord: 0.4ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 13:29:09 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 13:29:09 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 13:29:09 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 13:29:09 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 13:29:09 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 13:29:09 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 13:29:09 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 13:29:09 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 13:29:09 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 13:29:09 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 13:29:09 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 13:29:09 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 13:29:09 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 13:29:09 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 13:29:09 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 13:29:09 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 13:29:09 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 13:29:09 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 13:29:09 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 13:29:09 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 13:29:09 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 13:29:09 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 13:29:09 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 13:29:09 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 13:29:09 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 13:29:09 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 13:29:09 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 13:33:52 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (52.4ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 13:33:52 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 13:36:00 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (5.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (7.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 356ms (Views: 352.1ms | ActiveRecord: 0.4ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 13:36:00 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 13:36:00 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 13:36:00 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 13:36:00 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 13:36:00 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 13:36:00 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 13:36:00 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 13:36:00 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 13:36:00 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 13:36:00 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 13:36:00 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 13:36:00 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 13:36:00 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 13:36:00 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 13:36:00 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 13:36:00 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 13:36:00 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 13:36:00 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 13:36:00 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 13:36:00 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 13:36:00 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 13:36:00 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 13:36:00 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 13:36:00 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 13:36:00 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 13:36:00 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 13:36:00 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 13:36:06 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (47.1ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 13:36:06 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 13:45:14 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (6.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (10.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 36ms (Views: 31.6ms | ActiveRecord: 0.5ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 13:45:14 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 13:45:15 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 13:45:15 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 13:45:15 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 13:45:15 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 13:45:15 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 13:45:15 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 13:45:15 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 13:45:15 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 13:45:15 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 13:45:15 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 13:45:15 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 13:45:15 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 13:45:15 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 13:45:15 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 13:45:15 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 13:45:15 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 13:45:15 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 13:45:15 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 13:45:15 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 13:45:15 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 13:45:15 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 13:45:15 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 13:45:15 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 13:45:15 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 13:45:15 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 13:45:15 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 13:45:15 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (7.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (56.0ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 13:45:15 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 13:46:47 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (4.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (6.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 30ms (Views: 26.2ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 13:46:47 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 13:46:47 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 13:46:47 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 13:46:47 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 13:46:47 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 13:46:47 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 13:46:47 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 13:46:47 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 13:46:47 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 13:46:47 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 13:46:47 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 13:46:47 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 13:46:47 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 13:46:47 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 13:46:47 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 13:46:47 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 13:46:47 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 13:46:47 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 13:46:47 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 13:46:47 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 13:46:47 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 13:46:47 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 13:46:47 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 13:46:47 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 13:46:47 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 13:46:47 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 13:46:47 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 13:49:46 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (42.2ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 13:50:56 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 14:26:09 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.6ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (6.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (8.6ms) Completed 500 Internal Server Error in 294ms ActionView::Template::Error ([stdin]:18:65: error: unexpected : size = (options && options.size) ? ' btn-'+options.size : ''; ^^ (in /Users/ben/Documents/projects/benroesch.com/storytime/app/assets/javascripts/storytime/base.js.coffee)): 8: Storytime 9: 10: <%= stylesheet_link_tag "storytime/application", media: "all" %> 11: <%= javascript_include_tag "storytime/application" %> 12: <%= csrf_meta_tags %> 13: 14: execjs (2.0.2) lib/execjs/external_runtime.rb:68:in `extract_result' execjs (2.0.2) lib/execjs/external_runtime.rb:28:in `block in exec' execjs (2.0.2) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile' execjs (2.0.2) lib/execjs/external_runtime.rb:27:in `exec' execjs (2.0.2) lib/execjs/external_runtime.rb:19:in `eval' execjs (2.0.2) lib/execjs/external_runtime.rb:33:in `call' coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile' tilt (1.4.1) lib/tilt/coffee.rb:46:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.11.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.11.0) lib/sprockets/context.rb:194:in `each' sprockets (2.11.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.11.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.11.0) lib/sprockets/base.rb:374:in `new' sprockets (2.11.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.11.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.11.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.11.0) lib/sprockets/processed_asset.rb:37:in `map' sprockets (2.11.0) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.11.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.11.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.11.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.11.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.11.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:214:in `lookup_asset_for_path' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:182:in `check_errors_for' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:134:in `block in javascript_include_tag' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:133:in `map' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:133:in `javascript_include_tag' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/layouts/storytime/dashboard.html.erb:11:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_layouts_storytime_dashboard_html_erb___3482160277782573625_2215681480' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (16.8ms) Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 14:26:22 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (6.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (8.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 292ms (Views: 286.5ms | ActiveRecord: 0.5ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 14:26:23 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 14:26:23 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 14:26:23 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:23 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 14:26:23 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:23 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 14:26:23 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:23 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:23 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:23 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:23 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:23 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:23 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:23 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:23 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:23 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:23 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:23 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:23 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:23 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:23 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:23 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:23 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:23 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:23 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:23 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:23 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 14:26:26 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (64.1ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 14:26:26 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 14:26:39 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (5.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (7.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 289ms (Views: 285.9ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 14:26:39 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 14:26:39 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 14:26:39 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 14:26:39 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:39 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:39 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:39 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:39 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:39 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 14:26:39 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:39 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:39 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:39 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:39 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:39 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:39 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:39 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:39 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:39 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:39 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:39 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:39 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:39 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:39 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:39 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:39 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:39 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:39 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:39 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:39 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:39 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:39 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:40 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:40 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:40 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:40 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:40 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:40 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:40 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:40 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:40 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:40 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:40 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:40 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 14:26:40 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (45.8ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 14:26:40 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 14:26:45 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (6.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (7.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 303ms (Views: 299.3ms | ActiveRecord: 0.4ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 14:26:45 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 14:26:45 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:45 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 14:26:45 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 14:26:45 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 14:26:45 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:45 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:45 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:45 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:45 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:45 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:45 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:45 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:45 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:45 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:45 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:45 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:45 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:45 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:45 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:45 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:45 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:45 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:45 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:45 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:45 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:45 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 14:26:46 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (49.0ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 14:26:46 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 14:26:54 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (7.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (9.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.3ms) Completed 200 OK in 280ms (Views: 275.7ms | ActiveRecord: 0.4ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 14:26:54 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 14:26:54 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:54 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 14:26:55 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 14:26:55 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 14:26:55 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:55 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:55 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:55 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:55 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:55 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:55 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:55 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:55 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:55 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:55 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:55 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:55 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:55 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:55 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:55 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:55 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:55 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:55 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:55 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:55 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 14:26:55 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 14:26:55 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (9.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (63.1ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 14:26:55 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 14:27:13 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (7.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (9.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 248ms (Views: 243.7ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 14:27:13 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 14:27:13 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 14:27:13 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 14:27:13 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:13 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:13 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:13 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:13 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:13 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 14:27:13 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:13 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:13 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:13 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:13 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:13 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:13 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:13 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:13 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:13 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:13 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:13 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:13 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:13 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:13 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:13 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:13 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:13 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 14:27:13 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (7.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (9.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (85.0ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 14:27:14 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 14:27:26 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (7.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (8.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 38ms (Views: 34.1ms | ActiveRecord: 0.5ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 14:27:26 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 14:27:26 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:26 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 14:27:26 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 14:27:26 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 14:27:26 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:26 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:26 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:26 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:26 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:26 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:27 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:27 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:27 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:27 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:27 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:27 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:27 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:27 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:27 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:27 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:27 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:27 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:27 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:27 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:27 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:27 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:27 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:27 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:27 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 14:27:27 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 14:27:27 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (49.2ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 14:27:27 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 14:55:56 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (5.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (8.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 40ms (Views: 36.2ms | ActiveRecord: 0.4ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 14:55:56 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 14:55:56 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 14:55:56 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 14:55:56 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 14:55:56 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 14:55:56 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 14:55:56 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 14:55:56 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 14:55:56 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 14:55:56 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 14:55:56 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 14:55:56 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 14:55:56 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 14:55:56 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 14:55:56 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 14:55:57 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 14:55:57 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 14:55:57 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 14:55:57 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 14:55:57 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 14:55:57 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 14:55:57 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 14:55:57 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 14:55:57 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 14:55:57 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 14:55:57 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 14:55:57 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 14:55:57 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (11.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (85.3ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 14:55:57 -0500 Started GET "/dashboard/pages" for 127.0.0.1 at 2014-05-12 15:22:39 -0500 Processing by Storytime::Dashboard::PagesController#index as HTML Storytime::User Load (1.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Page Load (0.5ms) SELECT "storytime_pages".* FROM "storytime_pages" LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/pages/_page.html.erb (8.7ms)  (0.5ms) SELECT COUNT(*) FROM "storytime_pages" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/pages/index.html.erb within layouts/storytime/dashboard (19.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 78ms (Views: 49.2ms | ActiveRecord: 2.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 15:22:39 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 15:22:39 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:39 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 15:22:39 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:39 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 15:22:39 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:39 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:39 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:39 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:39 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:39 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 15:22:39 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:39 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:39 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:39 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:39 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:40 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:40 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:40 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:40 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:40 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:40 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:40 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:40 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:40 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:40 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:40 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 15:22:40 -0500 Started GET "/dashboard/posts" for 127.0.0.1 at 2014-05-12 15:22:40 -0500 Processing by Storytime::Dashboard::PostsController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_post.html.erb (1.4ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_posts" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/index.html.erb within layouts/storytime/dashboard (6.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 35ms (Views: 31.4ms | ActiveRecord: 0.6ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 15:22:41 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 15:26:04 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (7.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (9.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 37ms (Views: 32.7ms | ActiveRecord: 0.5ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 15:26:04 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 15:26:04 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 15:26:04 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 15:26:04 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 15:26:04 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 15:26:04 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 15:26:04 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 15:26:04 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 15:26:04 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 15:26:04 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 15:26:04 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 15:26:04 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 15:26:04 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 15:26:04 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 15:26:04 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 15:26:04 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 15:26:04 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 15:26:04 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 15:26:04 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 15:26:04 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 15:26:04 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 15:26:04 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 15:26:04 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 15:26:04 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 15:26:04 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 15:26:04 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 15:26:04 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 15:26:04 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 15:26:05 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (6.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (60.2ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 15:26:05 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 15:31:18 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.6ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (9.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (11.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 395ms (Views: 391.2ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 15:31:18 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 15:31:18 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 15:31:18 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 15:31:18 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 15:31:18 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 15:31:18 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 15:31:18 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 15:31:18 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 15:31:18 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 15:31:18 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 15:31:18 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 15:31:18 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 15:31:18 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 15:31:18 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 15:31:18 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 15:31:18 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 15:31:18 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 15:31:18 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 15:31:18 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 15:31:18 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 15:31:18 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 15:31:18 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 15:31:18 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 15:31:18 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 15:31:18 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 15:31:18 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 15:31:19 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 15:31:19 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (58.6ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 15:31:19 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 15:32:51 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.4ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (7.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (9.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 38ms (Views: 34.3ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 15:32:51 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 15:32:51 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 15:32:51 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 15:32:51 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 15:32:51 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 15:32:51 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 15:32:51 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 15:32:51 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 15:32:51 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 15:32:51 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 15:32:51 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 15:32:51 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 15:32:51 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 15:32:51 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 15:32:51 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 15:32:51 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 15:32:51 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 15:32:51 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 15:32:51 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 15:32:51 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 15:32:51 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 15:32:51 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 15:32:51 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 15:32:51 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 15:32:51 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 15:32:52 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 15:32:52 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 15:32:52 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (6.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (102.4ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 15:32:52 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 15:42:26 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.8ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (7.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (9.6ms) Completed 500 Internal Server Error in 609ms ActionView::Template::Error ([stdin]:15:13: error: reserved word "var" var size = if (options && options.size) then ' btn-'+options.size else '' ^ (in /Users/ben/Documents/projects/benroesch.com/storytime/app/assets/javascripts/storytime/editor.js.coffee)): 8: Storytime 9: 10: <%= stylesheet_link_tag "storytime/application", media: "all" %> 11: <%= javascript_include_tag "storytime/application" %> 12: <%= csrf_meta_tags %> 13: 14: execjs (2.0.2) lib/execjs/external_runtime.rb:68:in `extract_result' execjs (2.0.2) lib/execjs/external_runtime.rb:28:in `block in exec' execjs (2.0.2) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile' execjs (2.0.2) lib/execjs/external_runtime.rb:27:in `exec' execjs (2.0.2) lib/execjs/external_runtime.rb:19:in `eval' execjs (2.0.2) lib/execjs/external_runtime.rb:33:in `call' coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile' tilt (1.4.1) lib/tilt/coffee.rb:46:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.11.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.11.0) lib/sprockets/context.rb:194:in `each' sprockets (2.11.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.11.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.11.0) lib/sprockets/base.rb:374:in `new' sprockets (2.11.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.11.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.11.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/processed_asset.rb:111:in `block in resolve_dependencies' sprockets (2.11.0) lib/sprockets/processed_asset.rb:105:in `each' sprockets (2.11.0) lib/sprockets/processed_asset.rb:105:in `resolve_dependencies' sprockets (2.11.0) lib/sprockets/processed_asset.rb:97:in `build_required_assets' sprockets (2.11.0) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.11.0) lib/sprockets/base.rb:374:in `new' sprockets (2.11.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.11.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.11.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.11.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.11.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.11.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:214:in `lookup_asset_for_path' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:182:in `check_errors_for' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:134:in `block in javascript_include_tag' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:133:in `map' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:133:in `javascript_include_tag' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/layouts/storytime/dashboard.html.erb:11:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_layouts_storytime_dashboard_html_erb___3482160277782573625_2215681480' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (15.4ms) Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 15:43:02 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (7.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (9.8ms) Completed 500 Internal Server Error in 209ms ActionView::Template::Error ([stdin]:15:13: error: reserved word "var" var size = if (options && options.size) then ' btn-'+options.size else '' ^ (in /Users/ben/Documents/projects/benroesch.com/storytime/app/assets/javascripts/storytime/editor.js.coffee)): 8: Storytime 9: 10: <%= stylesheet_link_tag "storytime/application", media: "all" %> 11: <%= javascript_include_tag "storytime/application" %> 12: <%= csrf_meta_tags %> 13: 14: execjs (2.0.2) lib/execjs/external_runtime.rb:68:in `extract_result' execjs (2.0.2) lib/execjs/external_runtime.rb:28:in `block in exec' execjs (2.0.2) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile' execjs (2.0.2) lib/execjs/external_runtime.rb:27:in `exec' execjs (2.0.2) lib/execjs/external_runtime.rb:19:in `eval' execjs (2.0.2) lib/execjs/external_runtime.rb:33:in `call' coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile' tilt (1.4.1) lib/tilt/coffee.rb:46:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.11.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.11.0) lib/sprockets/context.rb:194:in `each' sprockets (2.11.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.11.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.11.0) lib/sprockets/base.rb:374:in `new' sprockets (2.11.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.11.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.11.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/processed_asset.rb:111:in `block in resolve_dependencies' sprockets (2.11.0) lib/sprockets/processed_asset.rb:105:in `each' sprockets (2.11.0) lib/sprockets/processed_asset.rb:105:in `resolve_dependencies' sprockets (2.11.0) lib/sprockets/processed_asset.rb:97:in `build_required_assets' sprockets (2.11.0) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.11.0) lib/sprockets/base.rb:374:in `new' sprockets (2.11.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.11.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.11.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.11.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.11.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.11.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:214:in `lookup_asset_for_path' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:182:in `check_errors_for' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:134:in `block in javascript_include_tag' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:133:in `map' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:133:in `javascript_include_tag' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/layouts/storytime/dashboard.html.erb:11:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_layouts_storytime_dashboard_html_erb___3482160277782573625_2215681480' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.1ms) Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 15:43:10 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.4ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (8.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (11.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 505ms (Views: 499.1ms | ActiveRecord: 0.7ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 15:43:11 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 15:43:11 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 15:43:11 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 15:43:11 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 15:43:11 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 15:43:11 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 15:43:11 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 15:43:11 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 15:43:11 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 15:43:11 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 15:43:11 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 15:43:11 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 15:43:11 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 15:43:11 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 15:43:11 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 15:43:11 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 15:43:11 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 15:43:11 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 15:43:11 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 15:43:11 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 15:43:11 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 15:43:11 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 15:43:11 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 15:43:11 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 15:43:11 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 15:43:11 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 15:43:11 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 15:43:11 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 15:43:11 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 15:43:11 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 15:43:11 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 15:43:11 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 15:43:11 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 15:43:11 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 15:43:11 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 15:43:11 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (34.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (98.8ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 15:43:11 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 15:46:57 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (10.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (11.9ms) Completed 500 Internal Server Error in 19ms ActionView::Template::Error (Missing partial media/_modal with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/ben/Documents/projects/benroesch.com/storytime/spec/dummy/app/views" * "/Users/ben/Documents/projects/benroesch.com/storytime/app/views" * "/Users/ben/.rvm/gems/ruby-2.1.1/gems/kaminari-0.15.1/app/views" * "/Users/ben/.rvm/gems/ruby-2.1.1/gems/devise-3.2.4/app/views" ): 9: 10: <% end %> 11: 12: <%= render "media/modal" %> actionview (4.1.0) lib/action_view/path_set.rb:46:in `find' actionview (4.1.0) lib/action_view/lookup_context.rb:124:in `find' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:263:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb:12:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_posts__form_html_erb__901658959176197556_2216199480' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb:3:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_posts_edit_html_erb___2530734156986126956_2188134340' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.9ms) Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 15:47:14 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (7.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (8.4ms) Completed 500 Internal Server Error in 13ms ActionView::Template::Error (Missing partial dashboard/media/_modal with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/ben/Documents/projects/benroesch.com/storytime/spec/dummy/app/views" * "/Users/ben/Documents/projects/benroesch.com/storytime/app/views" * "/Users/ben/.rvm/gems/ruby-2.1.1/gems/kaminari-0.15.1/app/views" * "/Users/ben/.rvm/gems/ruby-2.1.1/gems/devise-3.2.4/app/views" ): 9: 10: <% end %> 11: 12: <%= render "dashboard/media/modal" %> actionview (4.1.0) lib/action_view/path_set.rb:46:in `find' actionview (4.1.0) lib/action_view/lookup_context.rb:124:in `find' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:263:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb:12:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_posts__form_html_erb__901658959176197556_2221167640' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb:3:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_posts_edit_html_erb___2530734156986126956_2188134340' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.9ms) Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 15:47:24 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (0.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (8.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (10.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 36ms (Views: 31.7ms | ActiveRecord: 0.5ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 15:47:24 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 15:47:24 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 15:47:25 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:25 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 15:47:25 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 15:47:25 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:25 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:25 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:25 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:25 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:25 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:25 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:25 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:25 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:25 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:25 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:25 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:25 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:25 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:25 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:25 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:25 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:25 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:25 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:25 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:25 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:25 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:25 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:25 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 15:47:25 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (55.5ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 15:47:25 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 15:47:36 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (0.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (9.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (11.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 45ms (Views: 41.8ms | ActiveRecord: 0.4ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 15:47:36 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:36 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 15:47:36 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 15:47:36 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 15:47:36 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 15:47:36 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:36 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:36 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:36 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:36 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:36 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:37 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:37 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:37 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:37 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:37 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:37 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:37 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:37 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:37 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:37 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:37 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:37 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:37 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:37 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:37 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:37 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:37 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 15:47:37 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 15:47:37 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (9.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (74.0ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 15:47:37 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 15:48:10 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (0.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (12.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (16.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 43ms (Views: 38.9ms | ActiveRecord: 0.4ms) Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 15:48:10 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 15:48:10 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 15:48:10 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 15:48:10 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 15:48:10 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 15:48:10 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 15:48:10 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 15:48:10 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 15:48:10 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 15:48:10 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 15:48:10 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 15:48:10 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 15:48:10 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 15:48:10 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 15:48:10 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 15:48:10 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 15:48:10 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 15:48:10 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 15:48:10 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 15:48:10 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 15:48:10 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 15:48:10 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 15:48:10 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 15:48:10 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 15:48:10 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 15:48:10 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 15:48:10 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 15:48:10 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 15:48:10 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 15:48:10 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (11.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (21.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (84.0ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 15:48:11 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 15:53:07 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (0.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (6.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (8.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 272ms (Views: 267.9ms | ActiveRecord: 0.4ms) Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 15:53:07 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 15:53:07 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 15:53:07 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:07 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:07 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:07 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:07 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 15:53:07 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 15:53:07 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:07 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:07 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:07 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:07 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:07 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:07 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:07 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:07 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:07 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:07 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:07 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:07 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:07 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:07 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:07 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:07 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:07 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:07 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:07 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:07 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 15:53:08 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (20.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (82.5ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 15:53:08 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 15:53:20 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.4ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (0.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (8.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (10.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (1.6ms) Completed 200 OK in 286ms (Views: 281.2ms | ActiveRecord: 0.5ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 15:53:21 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 15:53:21 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 15:53:21 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:21 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 15:53:21 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:21 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:21 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:21 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 15:53:21 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:21 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:21 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:21 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:21 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:21 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:21 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:21 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:21 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:21 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:21 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:21 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:21 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:21 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:21 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:21 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:21 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:21 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:21 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:21 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:21 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 15:53:49 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.4ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (0.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (11.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (13.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (2.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.3ms) Completed 200 OK in 337ms (Views: 332.6ms | ActiveRecord: 0.6ms) Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 15:53:49 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 15:53:49 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 15:53:49 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 15:53:49 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 15:53:49 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:49 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:49 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:50 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:50 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:50 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:50 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:50 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:50 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:50 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:50 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:50 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:50 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:50 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:50 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:50 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:50 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:50 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:50 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:50 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:50 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:50 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:50 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:50 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 15:53:50 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 15:53:50 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (74.6ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 15:53:50 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 15:55:09 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (0.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (6.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (8.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 279ms (Views: 274.4ms | ActiveRecord: 0.4ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 15:55:09 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 15:55:09 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 15:55:09 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 15:55:09 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 15:55:09 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 15:55:10 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 15:55:10 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 15:55:10 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 15:55:10 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 15:55:10 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 15:55:10 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 15:55:10 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 15:55:10 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 15:55:10 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 15:55:10 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 15:55:10 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 15:55:10 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 15:55:10 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 15:55:10 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 15:55:10 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 15:55:10 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 15:55:10 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 15:55:10 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 15:55:10 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 15:55:10 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 15:55:10 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 15:55:10 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 15:55:10 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 15:55:10 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 15:56:00 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (0.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (10.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (12.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 279ms (Views: 275.9ms | ActiveRecord: 0.3ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 15:56:00 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 15:56:00 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 15:56:00 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:00 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:00 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 15:56:00 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:00 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 15:56:00 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:00 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:00 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:00 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:00 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:00 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:00 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:00 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:00 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:00 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:00 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:00 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:00 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:00 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:00 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:00 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:00 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:00 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:00 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:00 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:00 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:00 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 15:56:04 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (6.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (57.7ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 15:56:04 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 15:56:35 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.5ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (0.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (10.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (13.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 45ms (Views: 39.8ms | ActiveRecord: 0.7ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 15:56:35 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 15:56:35 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 15:56:36 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 15:56:36 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:36 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:36 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:36 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:36 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:36 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:36 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:36 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:36 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:36 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:36 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 15:56:36 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:36 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:36 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:36 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:36 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:36 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:36 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:36 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:36 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:36 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:36 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:36 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:36 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:36 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 15:56:36 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 15:56:36 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (6.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (59.5ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 15:56:37 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 15:57:14 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.6ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (0.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (10.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (12.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 46ms (Views: 41.5ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 15:57:14 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 15:57:14 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 15:57:14 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 15:57:14 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 15:57:14 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 15:57:14 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 15:57:14 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 15:57:15 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 15:57:15 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 15:57:15 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 15:57:15 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 15:57:15 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 15:57:15 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 15:57:15 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 15:57:15 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 15:57:15 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 15:57:15 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 15:57:15 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 15:57:15 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 15:57:15 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 15:57:15 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 15:57:15 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 15:57:15 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 15:57:15 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 15:57:15 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 15:57:15 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 15:57:15 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 15:57:15 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 15:57:15 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 15:57:15 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (71.1ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 15:57:15 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:08:43 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.5ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (3.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (6.0ms) Completed 500 Internal Server Error in 13ms ActionView::Template::Error (undefined method `model_name' for Storytime::Media::ActiveRecord_Relation:Class): 1: <%= simple_form_for [:dashboard, @media] do |f| %> 2: <%= f.error_notification %> 3: <%= f.input :file %> 4:
actionpack (4.1.0) lib/action_controller/model_naming.rb:9:in `model_name_from_record_or_class' actionview (4.1.0) lib/action_view/record_identifier.rb:47:in `dom_class' simple_form (3.0.2) lib/simple_form/action_view_extensions/form_helper.rb:58:in `simple_form_css_class' simple_form (3.0.2) lib/simple_form/action_view_extensions/form_helper.rb:19:in `simple_form_for' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb:1:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media__form_html_erb__330681999566074794_2187153520' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb:1:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media_index_html_erb__2095891841469771391_2172536980' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.1ms) Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:08:54 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (7.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (8.9ms) Completed 500 Internal Server Error in 13ms ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Media): 1: <%= simple_form_for [:dashboard, Media.new] do |f| %> 2: <%= f.error_notification %> 3: <%= f.input :file %> 4:
/Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb:1:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media__form_html_erb__330681999566074794_2278017280' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb:1:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media_index_html_erb__2095891841469771391_2172536980' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.0ms) Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:09:23 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.6ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (6.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (7.0ms) Completed 500 Internal Server Error in 31ms ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Media): 1: <%= simple_form_for [:dashboard, Media.new] do |f| %> 2: <%= f.error_notification %> 3: <%= f.input :file %> 4:
/Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb:1:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media__form_html_erb__330681999566074794_2278017280' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb:1:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media_index_html_erb__2095891841469771391_2172536980' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.2ms) Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:09:38 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (10.4ms) Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (13.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 38ms (Views: 34.6ms | ActiveRecord: 1.0ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:09:38 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:09:38 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:09:38 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:09:38 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:09:38 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:09:38 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:09:38 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:09:38 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:09:38 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:09:38 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:09:38 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:09:38 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:09:38 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:09:38 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:09:38 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:09:38 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:09:38 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:09:38 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:09:38 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:09:38 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:09:38 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:09:38 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:09:38 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:09:38 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:09:38 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:09:38 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:09:38 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:09:38 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:09:38 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:10:01 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (4.1ms) Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (7.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 32ms (Views: 29.2ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:10:02 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:10:02 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:10:02 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:10:02 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:10:02 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:02 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:02 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:02 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:02 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:02 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:02 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:02 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:02 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:02 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:02 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:02 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:02 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:02 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:02 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:02 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:02 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:02 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:02 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:02 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:02 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:02 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:02 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:02 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:02 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:10:18 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (3.1ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (6.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 30ms (Views: 27.6ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:10:18 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:10:18 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:10:18 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:10:18 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:18 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:18 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:18 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:18 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:18 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:18 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:18 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:18 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:18 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:18 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:18 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:18 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:10:18 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:19 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:19 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:19 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:19 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:19 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:19 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:19 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:19 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:19 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:19 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:19 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:10:19 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:17:38 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.5ms) Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (2.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (8.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 401ms (Views: 398.2ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:17:38 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:17:38 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:17:38 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:17:38 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:17:38 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:17:38 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:17:38 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:17:38 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:17:38 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:17:38 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:17:38 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:17:38 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:17:38 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:17:38 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:17:38 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:17:38 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:17:39 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:17:39 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:17:39 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:17:39 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:17:39 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:17:39 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:17:39 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:17:39 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:17:39 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:17:39 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:17:39 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:17:39 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:17:39 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:17:39 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:17:39 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:17:39 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:19:37 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.2ms) Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (4.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (9.0ms) Completed 500 Internal Server Error in 13ms ActionView::Template::Error (Missing partial storytime/media/_media with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/ben/Documents/projects/benroesch.com/storytime/spec/dummy/app/views" * "/Users/ben/Documents/projects/benroesch.com/storytime/app/views" * "/Users/ben/.rvm/gems/ruby-2.1.1/gems/kaminari-0.15.1/app/views" * "/Users/ben/.rvm/gems/ruby-2.1.1/gems/devise-3.2.4/app/views" ): 1: actionview (4.1.0) lib/action_view/path_set.rb:46:in `find' actionview (4.1.0) lib/action_view/lookup_context.rb:124:in `find' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:263:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html:2:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media__gallery_html___3130296450524150073_2159164120' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb:2:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media_index_html_erb__2095891841469771391_2158191520' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.2ms) Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:19:59 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.6ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.5ms) Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (3.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (8.3ms) Completed 500 Internal Server Error in 14ms ActionView::Template::Error (Missing partial dashboard/media/_media with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/ben/Documents/projects/benroesch.com/storytime/spec/dummy/app/views" * "/Users/ben/Documents/projects/benroesch.com/storytime/app/views" * "/Users/ben/.rvm/gems/ruby-2.1.1/gems/kaminari-0.15.1/app/views" * "/Users/ben/.rvm/gems/ruby-2.1.1/gems/devise-3.2.4/app/views" ): 1: actionview (4.1.0) lib/action_view/path_set.rb:46:in `find' actionview (4.1.0) lib/action_view/lookup_context.rb:124:in `find' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:263:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/renderer/renderer.rb:21:in `render' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:32:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html:2:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media__gallery_html___3130296450524150073_2162155400' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb:2:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media_index_html_erb__2095891841469771391_2158191520' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.2ms) Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:20:12 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.5ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (3.1ms) Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (3.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (5.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (11.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 36ms (Views: 31.7ms | ActiveRecord: 0.7ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:20:12 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:20:12 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:20:12 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:20:12 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:20:12 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:20:12 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:20:12 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:20:12 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:20:12 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:20:12 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:20:12 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:20:12 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:20:12 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:20:12 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:20:12 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:20:12 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:20:12 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:20:12 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:20:12 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:20:12 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:20:12 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:20:12 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:20:12 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:20:12 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:20:12 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:20:12 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:20:12 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:20:12 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:20:12 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:20:12 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:20:12 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:20:12 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:21:27 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (7.0ms) Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (2.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (11.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 53ms (Views: 33.1ms | ActiveRecord: 1.3ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:21:27 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:21:27 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:21:27 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:21:27 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:21:27 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:21:27 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:21:27 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:21:27 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:21:27 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:21:27 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:21:27 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:21:27 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:21:27 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:21:27 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:21:27 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:21:27 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:21:27 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:21:27 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:21:27 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:21:27 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:21:27 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:21:28 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:21:28 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:21:28 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:21:28 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:21:28 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:21:28 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:21:28 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:21:28 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:21:28 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:21:28 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:21:28 -0500 Started POST "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:21:34 -0500 Processing by Storytime::Dashboard::MediaController#create as JSON Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "media"=>{"file"=>#, @original_filename="case-2-baseline.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"media[file]\"; filename=\"case-2-baseline.png\"\r\nContent-Type: image/png\r\n">}} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 209ms ArgumentError (Nil location provided. Can't build URI.): actionpack (4.1.0) lib/action_dispatch/routing/polymorphic_routes.rb:200:in `build_named_route_call' actionpack (4.1.0) lib/action_dispatch/routing/polymorphic_routes.rb:133:in `polymorphic_url' actionpack (4.1.0) lib/action_dispatch/routing/url_for.rb:159:in `url_for' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:99:in `_process_options' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:200:in `_process_options' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:38:in `block in _handle_render_options' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/set.rb:263:in `each_key' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/set.rb:263:in `each' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:36:in `_handle_render_options' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/responder.rb:260:in `display' actionpack (4.1.0) lib/action_controller/metal/responder.rb:210:in `api_behavior' actionpack (4.1.0) lib/action_controller/metal/responder.rb:186:in `rescue in to_format' actionpack (4.1.0) lib/action_controller/metal/responder.rb:180:in `to_format' actionpack (4.1.0) lib/action_controller/metal/responder.rb:158:in `respond' actionpack (4.1.0) lib/action_controller/metal/responder.rb:151:in `call' actionpack (4.1.0) lib/action_controller/metal/mime_responds.rb:400:in `respond_with' /Users/ben/Documents/projects/benroesch.com/storytime/app/controllers/storytime/dashboard/media_controller.rb:16:in `create' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb (17.4ms) Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:24:53 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (6.3ms) Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (1.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (2.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (10.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 55ms (Views: 35.6ms | ActiveRecord: 1.7ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:24:53 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:24:53 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:24:53 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:24:53 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:24:53 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:24:53 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:24:53 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:24:53 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:24:53 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:24:53 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:24:53 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:24:53 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:24:53 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:24:53 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:24:53 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:24:53 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:24:53 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:24:53 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:24:53 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:24:53 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:24:53 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:24:53 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:24:54 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:24:54 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:24:54 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:24:54 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:24:54 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:24:54 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:24:54 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:24:54 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:24:54 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:24:54 -0500 Started POST "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:25:00 -0500 Processing by Storytime::Dashboard::MediaController#create as JSON Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "media"=>{"file"=>#, @original_filename="image001.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"media[file]\"; filename=\"image001.png\"\r\nContent-Type: image/png\r\n">}} Storytime::User Load (0.5ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::User Load (0.6ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 168ms NoMethodError (undefined method `media_index_url' for #): actionpack (4.1.0) lib/action_dispatch/routing/polymorphic_routes.rb:142:in `polymorphic_url' actionpack (4.1.0) lib/action_dispatch/routing/url_for.rb:159:in `url_for' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:99:in `_process_options' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:200:in `_process_options' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:38:in `block in _handle_render_options' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/set.rb:263:in `each_key' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/set.rb:263:in `each' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:36:in `_handle_render_options' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/responder.rb:260:in `display' actionpack (4.1.0) lib/action_controller/metal/responder.rb:210:in `api_behavior' actionpack (4.1.0) lib/action_controller/metal/responder.rb:186:in `rescue in to_format' actionpack (4.1.0) lib/action_controller/metal/responder.rb:180:in `to_format' actionpack (4.1.0) lib/action_controller/metal/responder.rb:158:in `respond' actionpack (4.1.0) lib/action_controller/metal/responder.rb:151:in `call' actionpack (4.1.0) lib/action_controller/metal/mime_responds.rb:400:in `respond_with' /Users/ben/Documents/projects/benroesch.com/storytime/app/controllers/storytime/dashboard/media_controller.rb:16:in `create' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb (31.1ms) Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:25:31 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (7.5ms) Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (1.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (3.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (12.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 107ms (Views: 85.4ms | ActiveRecord: 1.4ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:25:31 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:25:31 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:25:31 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:25:31 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:31 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:25:31 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:31 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:31 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:31 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:31 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:31 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:31 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:31 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:31 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:31 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:31 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:31 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:31 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:31 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:31 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:31 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:31 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:31 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:31 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:31 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:31 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:31 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:31 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:31 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:31 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:31 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:31 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:31 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:31 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:32 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:32 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:32 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:32 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:32 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:32 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:32 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:32 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:32 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:32 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:32 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:32 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:32 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:32 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:32 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:32 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:32 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:32 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:25:32 -0500 Started POST "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:25:35 -0500 Processing by Storytime::Dashboard::MediaController#create as JSON Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "media"=>{"file"=>#, @original_filename="image001.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"media[file]\"; filename=\"image001.png\"\r\nContent-Type: image/png\r\n">}} Storytime::User Load (0.8ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::User Load (0.4ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] Completed 201 Created in 149ms (Views: 2.3ms | ActiveRecord: 1.2ms) Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:26:11 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.4ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (25.1ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (1.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (4.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (32.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 106ms (Views: 55.6ms | ActiveRecord: 2.1ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:26:11 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:26:11 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:26:11 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:11 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:26:11 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:11 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:11 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:11 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:26:11 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:11 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:11 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:11 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:11 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:11 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:11 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:11 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:11 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:11 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:12 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:12 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:12 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:12 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:12 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:12 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:12 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:12 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:12 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:12 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:12 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:12 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:12 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:12 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:12 -0500 Started POST "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:26:16 -0500 Processing by Storytime::Dashboard::MediaController#create as JSON Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "media"=>{"file"=>#, @original_filename="image001.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"media[file]\"; filename=\"image001.png\"\r\nContent-Type: image/png\r\n">}} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] Completed 201 Created in 156ms (Views: 2.0ms | ActiveRecord: 0.5ms) Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:26:39 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (7.5ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (1.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (3.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (13.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 58ms (Views: 38.1ms | ActiveRecord: 1.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:26:39 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:26:39 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:26:39 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:39 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:39 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:39 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:26:39 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:26:39 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:39 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:39 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:39 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:39 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:39 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:39 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:39 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:39 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:39 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:39 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:39 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:39 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:39 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:39 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:39 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:39 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:39 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:39 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:39 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:39 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:39 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:39 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:39 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:26:39 -0500 Started POST "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:26:45 -0500 Processing by Storytime::Dashboard::MediaController#create as JSON Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "media"=>{"file"=>#, @original_filename="image001.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"media[file]\"; filename=\"image001.png\"\r\nContent-Type: image/png\r\n">}} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::User Load (0.4ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "storytime_media" ("created_at", "file", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", "2014-05-12 21:26:45.146233"], ["file", "image001.png"], ["updated_at", "2014-05-12 21:26:45.146233"], ["user_id", 1]]  (2.1ms) commit transaction Completed 201 Created in 159ms (Views: 5.1ms | ActiveRecord: 3.6ms) Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:27:27 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (3.8ms) Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (2.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (4.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (11.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 39ms (Views: 35.7ms | ActiveRecord: 0.5ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:27:27 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:27:27 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:27:27 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:27:27 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:27:27 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:27 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:27 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:27 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:27 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:27 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:27 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:27 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:27 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:27 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:27 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:27 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:27 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:27 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:27 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:27 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:27 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:27 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:27 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:27 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:27 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:27 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:27 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:27 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:27 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:27 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:27 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:27 -0500 Started DELETE "/dashboard/media/3" for 127.0.0.1 at 2014-05-12 16:27:30 -0500 Processing by Storytime::Dashboard::MediaController#destroy as HTML Parameters: {"authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "id"=>"3"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" WHERE "storytime_media"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "storytime_media" WHERE "storytime_media"."id" = ? [["id", 3]]  (0.7ms) commit transaction Completed 406 Not Acceptable in 7ms ActionController::UnknownFormat (ActionController::UnknownFormat): actionpack (4.1.0) lib/action_controller/metal/mime_responds.rb:440:in `retrieve_collector_from_mimes' actionpack (4.1.0) lib/action_controller/metal/mime_responds.rb:396:in `respond_with' /Users/ben/Documents/projects/benroesch.com/storytime/app/controllers/storytime/dashboard/media_controller.rb:26:in `destroy' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (19.8ms) Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:27:34 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.4ms) Storytime::Media Load (0.8ms) SELECT "storytime_media".* FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (1.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (4.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (9.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 33ms (Views: 29.7ms | ActiveRecord: 1.0ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:27:34 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:34 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:27:34 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:27:34 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:27:34 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:27:34 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:34 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:34 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:34 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:34 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:34 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:34 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:34 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:34 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:34 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:34 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:34 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:34 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:34 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:34 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:34 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:34 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:34 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:34 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:34 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:34 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:34 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:34 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:34 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:34 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:34 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:34 -0500 Started POST "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:27:37 -0500 Processing by Storytime::Dashboard::MediaController#create as JSON Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "media"=>{"file"=>#, @original_filename="image001.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"media[file]\"; filename=\"image001.png\"\r\nContent-Type: image/png\r\n">}} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "storytime_media" ("created_at", "file", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", "2014-05-12 21:27:37.608171"], ["file", "image001.png"], ["updated_at", "2014-05-12 21:27:37.608171"], ["user_id", 1]]  (0.9ms) commit transaction Completed 201 Created in 150ms (Views: 2.0ms | ActiveRecord: 2.0ms) Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:27:48 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.4ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (3.4ms) Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (2.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (4.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (10.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 42ms (Views: 37.6ms | ActiveRecord: 0.6ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:27:48 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:27:48 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:27:48 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:49 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:27:49 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:49 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:49 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:49 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:27:49 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:49 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:49 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:49 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:49 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:49 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:49 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:49 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:49 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:49 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:49 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:49 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:49 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:49 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:49 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:49 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:49 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:49 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:49 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:49 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:49 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:49 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:49 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:49 -0500 Started DELETE "/dashboard/media/4" for 127.0.0.1 at 2014-05-12 16:27:51 -0500 Processing by Storytime::Dashboard::MediaController#destroy as HTML Parameters: {"authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "id"=>"4"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Media Load (0.1ms) SELECT "storytime_media".* FROM "storytime_media" WHERE "storytime_media"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "storytime_media" WHERE "storytime_media"."id" = ? [["id", 4]]  (2.0ms) commit transaction Completed 406 Not Acceptable in 8ms ActionController::UnknownFormat (ActionController::UnknownFormat): actionpack (4.1.0) lib/action_controller/metal/mime_responds.rb:440:in `retrieve_collector_from_mimes' actionpack (4.1.0) lib/action_controller/metal/mime_responds.rb:396:in `respond_with' /Users/ben/Documents/projects/benroesch.com/storytime/app/controllers/storytime/dashboard/media_controller.rb:26:in `destroy' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (19.9ms) Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:27:54 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.3ms) Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (1.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (3.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (7.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 35ms (Views: 32.9ms | ActiveRecord: 0.4ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:27:54 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:27:54 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:27:54 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:27:54 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:27:54 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:54 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:54 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:54 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:54 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:54 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:54 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:54 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:54 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:54 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:54 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:54 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:54 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:54 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:54 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:54 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:54 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:54 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:54 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:54 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:54 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:54 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:54 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:54 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:54 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:54 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:54 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:27:54 -0500 Started POST "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:27:57 -0500 Processing by Storytime::Dashboard::MediaController#create as JSON Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "media"=>{"file"=>#, @original_filename="image001.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"media[file]\"; filename=\"image001.png\"\r\nContent-Type: image/png\r\n">}} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "storytime_media" ("created_at", "file", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", "2014-05-12 21:27:57.798814"], ["file", "image001.png"], ["updated_at", "2014-05-12 21:27:57.798814"], ["user_id", 1]]  (2.6ms) commit transaction Completed 201 Created in 152ms (Views: 2.5ms | ActiveRecord: 3.7ms) Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:28:31 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (8.0ms) Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (3.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (5.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (16.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 60ms (Views: 38.6ms | ActiveRecord: 1.4ms) Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:28:32 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:28:32 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:28:32 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:28:32 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:28:32 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:28:32 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:28:32 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:28:32 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:28:32 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:28:32 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:28:32 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:28:32 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:28:32 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:28:32 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:28:32 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:28:32 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:28:32 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:28:32 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:28:32 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:28:32 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:28:32 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:28:32 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:28:32 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:28:32 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:28:32 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:28:32 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:28:32 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:28:32 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:28:32 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:28:32 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:28:32 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:28:32 -0500 Started POST "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:28:35 -0500 Processing by Storytime::Dashboard::MediaController#create as JSON Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "media"=>{"file"=>#, @original_filename="case-2-baseline.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"media[file]\"; filename=\"case-2-baseline.png\"\r\nContent-Type: image/png\r\n">}} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::User Load (0.4ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "storytime_media" ("created_at", "file", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", "2014-05-12 21:28:35.664260"], ["file", "case-2-baseline.png"], ["updated_at", "2014-05-12 21:28:35.664260"], ["user_id", 1]]  (0.8ms) commit transaction Completed 201 Created in 4059ms (Views: 1.5ms | ActiveRecord: 2.4ms) Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:29:48 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (67.2ms) Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (2.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (5.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (81.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.7ms) Completed 200 OK in 559ms (Views: 422.5ms | ActiveRecord: 4.1ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:29:49 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:29:49 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:29:49 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:29:49 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:29:49 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:29:49 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:29:49 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:29:49 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:29:49 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:29:49 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:29:49 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:29:49 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:29:49 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:29:49 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:29:49 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:29:49 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:29:49 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:29:49 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:29:49 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:29:49 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:29:49 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:29:49 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:29:49 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:29:49 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:29:49 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:29:49 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:29:49 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:29:49 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:29:49 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:29:49 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:29:49 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:29:49 -0500 Started POST "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:29:57 -0500 Processing by Storytime::Dashboard::MediaController#create as JSON Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "media"=>{"file"=>#, @original_filename="Screen Shot 2014-04-11 at 3.33.52 PM.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"media[file]\"; filename=\"Screen Shot 2014-04-11 at 3.33.52 PM.png\"\r\nContent-Type: image/png\r\n">}} Storytime::User Load (0.5ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::User Load (0.4ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "storytime_media" ("created_at", "file", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", "2014-05-12 21:29:57.258647"], ["file", "Screen_Shot_2014-04-11_at_3.33.52_PM.png"], ["updated_at", "2014-05-12 21:29:57.258647"], ["user_id", 1]]  (0.9ms) commit transaction Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (1.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (1.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/show.json.jbuilder (12084.5ms) Completed 200 OK in 12278ms (Views: 12101.3ms | ActiveRecord: 2.5ms) Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:30:12 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.5ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (3.5ms) Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (3.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (5.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (11.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 43ms (Views: 39.8ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:30:12 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:30:12 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:30:12 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:30:12 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:30:12 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:30:12 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:30:12 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:30:12 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:30:12 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:30:12 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:30:12 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:30:12 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:30:12 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:30:12 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:30:12 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:30:12 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:30:12 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:30:12 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:30:12 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:30:12 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:30:12 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:30:12 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:30:12 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:30:12 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:30:12 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:30:13 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:30:13 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:30:13 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:30:13 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:30:13 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:30:13 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:30:13 -0500 Started POST "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:30:20 -0500 Processing by Storytime::Dashboard::MediaController#create as JSON Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "media"=>{"file"=>#, @original_filename="Screen Shot 2014-04-14 at 3.57.28 PM.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"media[file]\"; filename=\"Screen Shot 2014-04-14 at 3.57.28 PM.png\"\r\nContent-Type: image/png\r\n">}} Storytime::User Load (0.5ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "storytime_media" ("created_at", "file", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", "2014-05-12 21:30:20.538470"], ["file", "Screen_Shot_2014-04-14_at_3.57.28_PM.png"], ["updated_at", "2014-05-12 21:30:20.538470"], ["user_id", 1]]  (0.9ms) commit transaction Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (1.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/show.json.jbuilder (3917.4ms) Completed 200 OK in 4110ms (Views: 3925.9ms | ActiveRecord: 2.1ms) Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:36:13 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (3.1ms) Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (4.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (6.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (12.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 43ms (Views: 40.0ms | ActiveRecord: 0.5ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:36:14 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:36:14 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:36:14 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:36:14 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:14 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:36:14 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:14 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:14 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:14 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:14 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:14 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:14 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:14 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:14 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:14 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:14 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:14 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:14 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:14 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:14 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:14 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:14 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:14 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:14 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:14 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:14 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:14 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:14 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:14 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:14 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:14 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:14 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:36:53 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (5.7ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (5.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (7.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (16.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 62ms (Views: 39.3ms | ActiveRecord: 1.4ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:36:53 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:36:53 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:36:53 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:36:53 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:36:53 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:53 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:53 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:53 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:53 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:53 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:53 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:53 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:53 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:53 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:53 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:53 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:53 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:53 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:54 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:54 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:54 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:54 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:54 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:54 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:54 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:54 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:54 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:54 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:54 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:54 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:54 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:54 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:54 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:54 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:54 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:54 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:54 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:54 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:54 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:54 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:54 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:54 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:54 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:54 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:54 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:54 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:54 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:54 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:54 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:54 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:54 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:54 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:54 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:36:54 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:37:02 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (5.7ms) Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (5.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (7.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (15.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 64ms (Views: 43.2ms | ActiveRecord: 1.5ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:37:02 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:37:02 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:37:02 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:37:02 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:37:02 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:37:02 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:37:02 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:37:02 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:37:02 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:37:02 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:37:02 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:37:02 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:37:02 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:37:02 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:37:02 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:37:02 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:37:02 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:37:02 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:37:02 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:37:02 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:37:02 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:37:02 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:37:02 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:37:02 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:37:02 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:37:02 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:37:02 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:37:02 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:37:02 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:37:02 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:37:02 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:37:02 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:43:02 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (6.1ms) Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (24.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (26.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (34.9ms) Completed 500 Internal Server Error in 55ms ActionView::Template::Error (undefined local variable or method `page' for #<#:0x00000101717210>): 1:
2: <%= image_tag media.file_url(:thumb) %> 3: <%= delete_resource_link page, dashboard_page_path(page) %> 4:
/Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb:3:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media__media_html_erb___1552007775034683589_2159941740' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:399:in `block in collection_with_template' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:395:in `map' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:395:in `collection_with_template' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:291:in `render_collection' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:275:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:274:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/renderer/renderer.rb:21:in `render' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:32:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html:2:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media__gallery_html___541273044643955835_2156751880' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb:2:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media_index_html_erb__1092503162832747173_2163850800' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (14.6ms) Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:43:22 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.4ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.2ms) Storytime::Media Load (0.4ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (6.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (9.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (13.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 94ms (Views: 89.6ms | ActiveRecord: 0.8ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:43:22 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:22 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:43:22 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:43:22 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:43:22 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:43:22 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:22 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:22 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:22 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:22 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:22 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:22 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:22 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:22 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:22 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:22 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:22 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:22 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:22 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:22 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:22 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:22 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:22 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:22 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:22 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:22 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:22 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:22 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:22 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:22 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:22 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:22 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 16:43:22 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:43:33 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (1.8ms) Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (5.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (7.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (11.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 40ms (Views: 37.2ms | ActiveRecord: 0.4ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:43:33 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:43:33 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:43:33 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:43:33 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:33 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:33 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:43:33 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:33 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:33 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:33 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:33 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:33 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:33 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:33 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:33 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:33 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:33 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:33 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:33 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:33 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:33 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:33 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:33 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:33 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:33 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:33 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:33 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:33 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:33 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:33 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:33 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:43:33 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 16:43:33 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:44:09 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.0ms) Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (4.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (5.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (9.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 78ms (Views: 75.5ms | ActiveRecord: 0.4ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:44:09 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:44:09 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:44:09 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:09 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:44:09 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:09 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:44:09 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:09 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:09 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:09 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:09 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:09 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:09 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:09 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:09 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:09 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:09 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:09 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:09 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:09 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:09 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:09 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:09 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:09 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:09 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:09 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:09 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:09 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:09 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:09 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:09 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:09 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 16:44:09 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:44:21 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.8ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (7.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (9.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (14.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 47ms (Views: 44.7ms | ActiveRecord: 0.5ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:44:21 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:44:21 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:44:21 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:21 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:44:21 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:44:21 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:21 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:21 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:21 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:21 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:21 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:21 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:21 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:21 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:21 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:21 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:21 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:22 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:22 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:22 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:22 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:22 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:22 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:22 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:22 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:22 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:22 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:22 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:22 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:22 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:22 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:22 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 16:44:22 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:44:29 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.5ms) Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (4.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (7.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (12.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 38ms (Views: 34.8ms | ActiveRecord: 0.5ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:44:29 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:29 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:44:29 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:44:29 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:44:29 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:44:29 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:29 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:29 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:29 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:29 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:29 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:29 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:29 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:29 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:29 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:29 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:29 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:29 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:29 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:29 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:29 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:29 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:29 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:29 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:29 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:29 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:29 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:29 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:29 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:29 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:29 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:29 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 16:44:29 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:44:43 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.4ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (3.1ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (8.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (10.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (16.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 96ms (Views: 92.8ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:44:43 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:44:43 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:44:43 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:43 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:43 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:44:43 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:44:43 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:43 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:43 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:43 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:43 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:43 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:43 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:43 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:43 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:43 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:43 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:43 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:43 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:43 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:43 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:43 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:43 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:43 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:43 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:43 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:43 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:43 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:43 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:43 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:43 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:43 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 16:44:43 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:44:46 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.0ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (6.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (8.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (13.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 78ms (Views: 75.4ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:44:46 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:44:46 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:44:46 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:44:46 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:46 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:46 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:46 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:44:46 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:46 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:47 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:47 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:47 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:47 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:47 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:47 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:47 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:47 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:47 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:47 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:47 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:47 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:47 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:47 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:47 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:47 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:47 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:47 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:47 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:47 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:47 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:47 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:47 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 16:44:47 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:44:51 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.6ms) Storytime::Media Load (0.4ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (6.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (8.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (13.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 40ms (Views: 36.9ms | ActiveRecord: 0.6ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:44:51 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:44:51 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:51 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:51 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:44:52 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:44:52 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:44:52 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:52 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:52 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:52 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:52 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:52 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:52 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:52 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:52 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:52 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:52 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:52 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:52 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:52 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:52 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:52 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:52 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:52 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:52 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:52 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:52 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:52 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:52 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:52 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:52 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:44:52 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 16:44:52 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:45:10 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.3ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (6.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (9.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (14.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 90ms (Views: 86.4ms | ActiveRecord: 0.6ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:45:10 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:45:10 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:45:10 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:45:10 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:45:10 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:45:10 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:45:10 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:45:10 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:45:10 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:45:10 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:45:10 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:45:10 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:45:10 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:45:10 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:45:10 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:45:10 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:45:10 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:45:10 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:45:11 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:45:11 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:45:11 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:45:11 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:45:11 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:45:11 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:45:11 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:45:11 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:45:11 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:45:11 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:45:11 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:45:11 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:45:11 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:45:11 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 16:45:11 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:45:44 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (3.0ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (4.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (7.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (12.7ms) Completed 500 Internal Server Error in 61ms ActionView::Template::Error (Invalid CSS after " .clearfix": expected "{", was ";" (in /Users/ben/Documents/projects/benroesch.com/storytime/app/assets/stylesheets/storytime/media.css.scss:2)): 7: 8: Storytime 9: 10: <%= stylesheet_link_tag "storytime/application", media: "all" %> 11: <%= javascript_include_tag "storytime/application" %> 12: <%= csrf_meta_tags %> 13: /Users/ben/Documents/projects/benroesch.com/storytime/app/assets/stylesheets/storytime/media.css.scss:2 sass (3.2.19) lib/sass/scss/parser.rb:1147:in `expected' sass (3.2.19) lib/sass/scss/parser.rb:1085:in `expected' sass (3.2.19) lib/sass/scss/parser.rb:1080:in `tok!' sass (3.2.19) lib/sass/scss/parser.rb:534:in `block' sass (3.2.19) lib/sass/scss/parser.rb:529:in `ruleset' sass (3.2.19) lib/sass/scss/parser.rb:591:in `block in declaration_or_ruleset' sass (3.2.19) lib/sass/scss/parser.rb:1123:in `call' sass (3.2.19) lib/sass/scss/parser.rb:1123:in `rethrow' sass (3.2.19) lib/sass/scss/parser.rb:592:in `declaration_or_ruleset' sass (3.2.19) lib/sass/scss/parser.rb:554:in `block_child' sass (3.2.19) lib/sass/scss/parser.rb:543:in `block_contents' sass (3.2.19) lib/sass/scss/parser.rb:535:in `block' sass (3.2.19) lib/sass/scss/parser.rb:529:in `ruleset' sass (3.2.19) lib/sass/scss/parser.rb:553:in `block_child' sass (3.2.19) lib/sass/scss/parser.rb:543:in `block_contents' sass (3.2.19) lib/sass/scss/parser.rb:82:in `stylesheet' sass (3.2.19) lib/sass/scss/parser.rb:27:in `parse' sass (3.2.19) lib/sass/engine.rb:342:in `_to_tree' sass (3.2.19) lib/sass/engine.rb:315:in `_render' sass (3.2.19) lib/sass/engine.rb:262:in `render' sprockets (2.11.0) lib/sprockets/sass_template.rb:53:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.11.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.11.0) lib/sprockets/context.rb:194:in `each' sprockets (2.11.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.11.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.11.0) lib/sprockets/base.rb:374:in `new' sprockets (2.11.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.11.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.11.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/processed_asset.rb:111:in `block in resolve_dependencies' sprockets (2.11.0) lib/sprockets/processed_asset.rb:105:in `each' sprockets (2.11.0) lib/sprockets/processed_asset.rb:105:in `resolve_dependencies' sprockets (2.11.0) lib/sprockets/processed_asset.rb:97:in `build_required_assets' sprockets (2.11.0) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.11.0) lib/sprockets/base.rb:374:in `new' sprockets (2.11.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.11.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.11.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.11.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.11.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.11.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:214:in `lookup_asset_for_path' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:182:in `check_errors_for' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:156:in `block in stylesheet_link_tag' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:155:in `map' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:155:in `stylesheet_link_tag' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/layouts/storytime/dashboard.html.erb:10:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_layouts_storytime_dashboard_html_erb__1371134921946900537_2163843100' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (15.6ms) Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:45:49 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.2ms) Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (4.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (6.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (11.1ms) Completed 500 Internal Server Error in 49ms ActionView::Template::Error (Invalid CSS after " .clearfix": expected "{", was "();" (in /Users/ben/Documents/projects/benroesch.com/storytime/app/assets/stylesheets/storytime/media.css.scss:2)): 7: 8: Storytime 9: 10: <%= stylesheet_link_tag "storytime/application", media: "all" %> 11: <%= javascript_include_tag "storytime/application" %> 12: <%= csrf_meta_tags %> 13: /Users/ben/Documents/projects/benroesch.com/storytime/app/assets/stylesheets/storytime/media.css.scss:2 sass (3.2.19) lib/sass/scss/parser.rb:1147:in `expected' sass (3.2.19) lib/sass/scss/parser.rb:1085:in `expected' sass (3.2.19) lib/sass/scss/parser.rb:1080:in `tok!' sass (3.2.19) lib/sass/scss/parser.rb:534:in `block' sass (3.2.19) lib/sass/scss/parser.rb:529:in `ruleset' sass (3.2.19) lib/sass/scss/parser.rb:591:in `block in declaration_or_ruleset' sass (3.2.19) lib/sass/scss/parser.rb:1123:in `call' sass (3.2.19) lib/sass/scss/parser.rb:1123:in `rethrow' sass (3.2.19) lib/sass/scss/parser.rb:592:in `declaration_or_ruleset' sass (3.2.19) lib/sass/scss/parser.rb:554:in `block_child' sass (3.2.19) lib/sass/scss/parser.rb:543:in `block_contents' sass (3.2.19) lib/sass/scss/parser.rb:535:in `block' sass (3.2.19) lib/sass/scss/parser.rb:529:in `ruleset' sass (3.2.19) lib/sass/scss/parser.rb:553:in `block_child' sass (3.2.19) lib/sass/scss/parser.rb:543:in `block_contents' sass (3.2.19) lib/sass/scss/parser.rb:82:in `stylesheet' sass (3.2.19) lib/sass/scss/parser.rb:27:in `parse' sass (3.2.19) lib/sass/engine.rb:342:in `_to_tree' sass (3.2.19) lib/sass/engine.rb:315:in `_render' sass (3.2.19) lib/sass/engine.rb:262:in `render' sprockets (2.11.0) lib/sprockets/sass_template.rb:53:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.11.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.11.0) lib/sprockets/context.rb:194:in `each' sprockets (2.11.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.11.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.11.0) lib/sprockets/base.rb:374:in `new' sprockets (2.11.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.11.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.11.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/processed_asset.rb:111:in `block in resolve_dependencies' sprockets (2.11.0) lib/sprockets/processed_asset.rb:105:in `each' sprockets (2.11.0) lib/sprockets/processed_asset.rb:105:in `resolve_dependencies' sprockets (2.11.0) lib/sprockets/processed_asset.rb:97:in `build_required_assets' sprockets (2.11.0) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.11.0) lib/sprockets/base.rb:374:in `new' sprockets (2.11.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.11.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.11.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.11.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.11.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.11.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:214:in `lookup_asset_for_path' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:182:in `check_errors_for' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:156:in `block in stylesheet_link_tag' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:155:in `map' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:155:in `stylesheet_link_tag' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/layouts/storytime/dashboard.html.erb:10:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_layouts_storytime_dashboard_html_erb__1371134921946900537_2163843100' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (15.1ms) Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:45:59 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (3.4ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (10.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (12.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (19.3ms) Completed 500 Internal Server Error in 58ms ActionView::Template::Error (Invalid CSS after " .clearfix": expected "{", was "}" (in /Users/ben/Documents/projects/benroesch.com/storytime/app/assets/stylesheets/storytime/media.css.scss:3)): 7: 8: Storytime 9: 10: <%= stylesheet_link_tag "storytime/application", media: "all" %> 11: <%= javascript_include_tag "storytime/application" %> 12: <%= csrf_meta_tags %> 13: /Users/ben/Documents/projects/benroesch.com/storytime/app/assets/stylesheets/storytime/media.css.scss:3 sass (3.2.19) lib/sass/scss/parser.rb:1147:in `expected' sass (3.2.19) lib/sass/scss/parser.rb:1085:in `expected' sass (3.2.19) lib/sass/scss/parser.rb:1080:in `tok!' sass (3.2.19) lib/sass/scss/parser.rb:534:in `block' sass (3.2.19) lib/sass/scss/parser.rb:529:in `ruleset' sass (3.2.19) lib/sass/scss/parser.rb:591:in `block in declaration_or_ruleset' sass (3.2.19) lib/sass/scss/parser.rb:1123:in `call' sass (3.2.19) lib/sass/scss/parser.rb:1123:in `rethrow' sass (3.2.19) lib/sass/scss/parser.rb:592:in `declaration_or_ruleset' sass (3.2.19) lib/sass/scss/parser.rb:554:in `block_child' sass (3.2.19) lib/sass/scss/parser.rb:543:in `block_contents' sass (3.2.19) lib/sass/scss/parser.rb:535:in `block' sass (3.2.19) lib/sass/scss/parser.rb:529:in `ruleset' sass (3.2.19) lib/sass/scss/parser.rb:553:in `block_child' sass (3.2.19) lib/sass/scss/parser.rb:543:in `block_contents' sass (3.2.19) lib/sass/scss/parser.rb:82:in `stylesheet' sass (3.2.19) lib/sass/scss/parser.rb:27:in `parse' sass (3.2.19) lib/sass/engine.rb:342:in `_to_tree' sass (3.2.19) lib/sass/engine.rb:315:in `_render' sass (3.2.19) lib/sass/engine.rb:262:in `render' sprockets (2.11.0) lib/sprockets/sass_template.rb:53:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.11.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.11.0) lib/sprockets/context.rb:194:in `each' sprockets (2.11.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.11.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.11.0) lib/sprockets/base.rb:374:in `new' sprockets (2.11.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.11.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.11.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/processed_asset.rb:111:in `block in resolve_dependencies' sprockets (2.11.0) lib/sprockets/processed_asset.rb:105:in `each' sprockets (2.11.0) lib/sprockets/processed_asset.rb:105:in `resolve_dependencies' sprockets (2.11.0) lib/sprockets/processed_asset.rb:97:in `build_required_assets' sprockets (2.11.0) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.11.0) lib/sprockets/base.rb:374:in `new' sprockets (2.11.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.11.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.11.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.11.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.11.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.11.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:214:in `lookup_asset_for_path' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:182:in `check_errors_for' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:156:in `block in stylesheet_link_tag' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:155:in `map' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:155:in `stylesheet_link_tag' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/layouts/storytime/dashboard.html.erb:10:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_layouts_storytime_dashboard_html_erb__1371134921946900537_2163843100' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (14.1ms) Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:47:10 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.6ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (5.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (8.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (13.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 95ms (Views: 91.9ms | ActiveRecord: 0.5ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:47:10 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:47:10 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:47:10 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:47:10 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:10 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:47:10 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:10 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:10 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:10 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:10 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:10 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:10 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:10 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:10 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:10 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:10 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:10 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:10 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:10 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:10 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:10 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:10 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:10 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:10 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:10 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:10 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:10 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:10 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:10 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:10 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:10 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:10 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:10 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:10 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:11 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:11 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:11 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:11 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:11 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:11 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:11 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:11 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:11 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:11 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:11 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:11 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:11 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:11 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 16:47:11 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:47:23 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.7ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (5.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (7.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (12.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 79ms (Views: 75.8ms | ActiveRecord: 0.6ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:47:23 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:47:23 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:23 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:47:23 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:47:23 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:23 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:47:23 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:23 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:23 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:23 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:23 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:23 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:23 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:23 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:23 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:23 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:23 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:23 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:23 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:23 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:23 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:23 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:24 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:24 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:24 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:24 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:24 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:24 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:24 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:24 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:24 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:24 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 16:47:24 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:47:40 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.1ms) Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (6.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (8.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (12.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 87ms (Views: 84.1ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:47:40 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:47:40 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:47:40 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:40 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:40 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:40 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:40 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:47:40 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:40 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:40 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:40 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:40 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:40 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:40 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:40 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:40 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:40 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:47:40 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:40 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:40 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:40 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:40 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:40 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:40 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:40 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:40 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:40 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:40 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:40 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:40 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:40 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:47:40 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 16:47:40 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:48:35 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (1.8ms) Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (5.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (7.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (11.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.3ms) Completed 200 OK in 112ms (Views: 109.3ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:48:35 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:48:35 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:48:35 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:48:35 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:35 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:35 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:35 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:35 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:35 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:35 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:35 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:35 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:35 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:48:35 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:35 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:35 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:35 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:35 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:35 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:35 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:35 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:35 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:35 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:35 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:35 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:35 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:35 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:35 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:35 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:35 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:35 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:35 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 16:48:35 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:48:39 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.3ms) Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (4.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (6.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (11.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 93ms (Views: 89.8ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:48:40 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:48:40 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:48:40 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:40 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:40 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:48:40 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:48:40 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:40 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:40 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:40 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:40 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:40 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:40 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:40 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:40 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:40 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:40 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:40 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:40 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:40 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:40 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:40 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:40 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:40 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:40 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:40 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:40 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:40 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:40 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:40 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:40 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:40 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 16:48:40 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:48:57 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (3.4ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (4.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (7.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (13.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 83ms (Views: 80.1ms | ActiveRecord: 0.5ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:48:57 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:48:57 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:48:57 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:48:57 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:57 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:57 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:57 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:57 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:57 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:48:57 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:57 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:57 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:57 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:57 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:57 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:57 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:57 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:57 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:57 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:57 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:57 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:57 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:57 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:57 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:57 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:57 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:57 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:57 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:57 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:57 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:57 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:48:57 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 16:48:57 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:49:08 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (3.1ms) Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (5.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (8.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (14.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 86ms (Views: 83.1ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:49:08 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:49:08 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:49:08 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:49:08 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:08 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:08 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:08 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:49:08 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:08 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:08 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:08 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:08 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:08 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:08 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:08 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:08 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:08 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:08 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:08 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:08 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:08 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:08 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:08 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:08 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:08 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:08 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:08 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:08 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:08 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:08 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:08 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:08 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 16:49:08 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:49:17 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.2ms) Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (5.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (7.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (12.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 85ms (Views: 82.4ms | ActiveRecord: 0.4ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:49:17 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:49:17 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:17 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:49:17 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:49:18 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:49:18 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:18 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:18 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:18 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:18 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:18 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:18 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:18 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:18 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:18 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:18 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:18 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:18 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:18 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:18 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:18 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:18 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:18 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:18 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:18 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:18 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:18 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:18 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:18 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:18 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:18 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:18 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 16:49:18 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:49:30 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.0ms) Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (6.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (8.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (11.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 83ms (Views: 80.5ms | ActiveRecord: 0.6ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:49:30 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:30 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:49:30 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:49:30 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:30 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:49:30 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:49:30 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:30 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:30 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:30 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:30 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:30 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:30 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:30 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:30 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:30 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:30 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:30 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:30 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:30 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:30 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:30 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:30 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:30 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:31 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:31 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:31 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:31 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:31 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:31 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:31 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:31 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 16:49:31 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:49:44 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.0ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (7.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (9.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (13.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 87ms (Views: 84.6ms | ActiveRecord: 0.5ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:49:45 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:49:45 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:49:45 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:45 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:49:45 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:49:45 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:45 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:45 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:45 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:45 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:45 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:45 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:45 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:45 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:45 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:45 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:45 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:45 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:45 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:45 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:45 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:45 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:45 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:45 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:45 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:45 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:45 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:45 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:45 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:45 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:45 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:49:45 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 16:49:45 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:50:16 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (7.1ms) Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (5.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (6.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (15.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 57ms (Views: 37.8ms | ActiveRecord: 1.4ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:50:16 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:50:16 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:50:16 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:50:16 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:50:16 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:50:16 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:50:16 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:50:16 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:50:16 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:50:16 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:50:16 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:50:16 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:50:16 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:50:16 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:50:16 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:50:16 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:50:16 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:50:16 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:50:16 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:50:16 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:50:16 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:50:16 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:50:16 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:50:16 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:50:16 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:50:16 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:50:16 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:50:16 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:50:16 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:50:16 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:50:16 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:50:16 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 16:50:16 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:52:01 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (8.7ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (5.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (8.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (19.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 66ms (Views: 42.3ms | ActiveRecord: 1.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:52:01 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:52:02 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:52:02 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:52:02 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:52:02 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:52:02 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:52:02 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:52:02 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:52:02 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:52:02 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:52:02 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:52:02 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:52:02 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:52:02 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:52:02 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:52:02 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:52:02 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:52:02 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:52:02 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:52:02 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:52:02 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:52:02 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:52:02 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:52:02 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:52:02 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:52:02 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:52:02 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:52:02 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:52:02 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:52:02 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:52:02 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:52:02 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 16:52:02 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:54:13 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (1.7ms) Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (5.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (7.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (10.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 37ms (Views: 34.0ms | ActiveRecord: 0.4ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:54:13 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:54:13 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:54:13 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:54:13 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:54:13 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:13 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:13 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:13 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:13 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:13 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:13 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:13 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:13 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:13 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:13 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:13 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:13 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:13 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:13 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:13 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:13 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:13 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:13 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:13 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:13 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:13 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:13 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:13 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:13 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:13 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:13 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:13 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 16:54:13 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:54:37 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (4.2ms) Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (81.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (83.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (89.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 113ms (Views: 110.9ms | ActiveRecord: 0.4ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:54:38 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:54:38 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:54:38 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:38 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:54:38 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:54:38 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:38 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:38 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:38 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:38 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:38 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:38 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:38 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:38 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:38 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:38 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:38 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:38 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:38 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:38 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:38 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:38 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:38 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:38 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:38 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:38 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:38 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:38 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:38 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:38 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:38 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:54:38 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 16:54:38 -0500 Started DELETE "/dashboard/media/6" for 127.0.0.1 at 2014-05-12 16:54:54 -0500 Processing by Storytime::Dashboard::MediaController#destroy as JS Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" WHERE "storytime_media"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "storytime_media" WHERE "storytime_media"."id" = ? [["id", 6]]  (0.7ms) commit transaction Completed 204 No Content in 14ms (ActiveRecord: 1.7ms) Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:55:30 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (3.0ms) Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (5.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (7.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (12.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 41ms (Views: 38.2ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:55:30 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:55:30 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:55:30 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:30 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:55:30 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:30 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:30 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:55:30 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:30 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:30 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:30 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:30 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:30 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:30 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:30 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:30 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:30 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:30 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:30 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:30 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:30 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:30 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:30 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:30 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:30 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:30 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:30 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:30 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:30 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:30 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:30 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:30 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 16:55:30 -0500 Started DELETE "/dashboard/media/8" for 127.0.0.1 at 2014-05-12 16:55:34 -0500 Processing by Storytime::Dashboard::MediaController#destroy as JS Parameters: {"id"=>"8"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Media Load (0.1ms) SELECT "storytime_media".* FROM "storytime_media" WHERE "storytime_media"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "storytime_media" WHERE "storytime_media"."id" = ? [["id", 8]]  (2.0ms) commit transaction Completed 204 No Content in 13ms (ActiveRecord: 2.7ms) Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:55:35 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.6ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (3.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (6.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (11.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 37ms (Views: 34.2ms | ActiveRecord: 0.5ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:55:35 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:55:35 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:55:35 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:35 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:55:35 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:35 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:55:35 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:35 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:35 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:35 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:35 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:35 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:35 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:35 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:35 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:35 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:35 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:35 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:35 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:35 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:35 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:35 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:35 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:35 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:35 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:35 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:35 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:35 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:35 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:35 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:35 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:55:35 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 16:55:35 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:56:26 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (5.7ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (3.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (6.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (14.7ms) Completed 500 Internal Server Error in 41ms ActionView::Template::Error (undefined method `current_page' for nil:NilClass): 1: kaminari (0.15.1) lib/kaminari/helpers/action_view_extension.rb:18:in `paginate' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html:3:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media__gallery_html___541273044643955835_2175866520' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb:2:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media_index_html_erb__1092503162832747173_2163850800' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.0ms) Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:56:37 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.6ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.8ms) Storytime::Media Load (0.4ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (6.3ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (14.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (21.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 53ms (Views: 47.2ms | ActiveRecord: 1.1ms) Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:56:37 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:56:37 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:56:37 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:37 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:37 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:37 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:37 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:56:37 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:37 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:37 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:37 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:37 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:56:37 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:37 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:37 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:37 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:37 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:37 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:37 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:37 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:37 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:37 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:37 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:37 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:38 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:38 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:38 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:38 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:38 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:38 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:38 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:38 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:38 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:38 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:38 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:38 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:38 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:38 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:38 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:38 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:38 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:38 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:38 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:38 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:38 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:38 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:38 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:38 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:38 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:56:38 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 16:56:38 -0500 Started POST "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:56:46 -0500 Processing by Storytime::Dashboard::MediaController#create as JSON Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "media"=>{"file"=>#, @original_filename="image001.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"media[file]\"; filename=\"image001.png\"\r\nContent-Type: image/png\r\n">}} Storytime::User Load (0.5ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::User Load (0.4ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "storytime_media" ("created_at", "file", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", "2014-05-12 21:56:46.291886"], ["file", "image001.png"], ["updated_at", "2014-05-12 21:56:46.291886"], ["user_id", 1]]  (0.9ms) commit transaction Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (2.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/show.json.jbuilder (5.3ms) Completed 200 OK in 252ms (Views: 17.8ms | ActiveRecord: 2.4ms) Started POST "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:56:49 -0500 Processing by Storytime::Dashboard::MediaController#create as JSON Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "media"=>{"file"=>#, @original_filename="case-2-day-1.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"media[file]\"; filename=\"case-2-day-1.png\"\r\nContent-Type: image/png\r\n">}} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "storytime_media" ("created_at", "file", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", "2014-05-12 21:56:49.727632"], ["file", "case-2-day-1.png"], ["updated_at", "2014-05-12 21:56:49.727632"], ["user_id", 1]]  (1.3ms) commit transaction Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (2.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/show.json.jbuilder (4.0ms) Completed 200 OK in 244ms (Views: 15.7ms | ActiveRecord: 2.5ms) Started POST "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:56:54 -0500 Processing by Storytime::Dashboard::MediaController#create as JSON Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "media"=>{"file"=>#, @original_filename="Screen Shot 2014-04-11 at 3.33.52 PM.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"media[file]\"; filename=\"Screen Shot 2014-04-11 at 3.33.52 PM.png\"\r\nContent-Type: image/png\r\n">}} Storytime::User Load (1.0ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "storytime_media" ("created_at", "file", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", "2014-05-12 21:56:54.314047"], ["file", "Screen_Shot_2014-04-11_at_3.33.52_PM.png"], ["updated_at", "2014-05-12 21:56:54.314047"], ["user_id", 1]]  (1.6ms) commit transaction Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (2.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/show.json.jbuilder (5.2ms) Completed 200 OK in 202ms (Views: 18.1ms | ActiveRecord: 3.5ms) Started POST "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:56:57 -0500 Processing by Storytime::Dashboard::MediaController#create as JSON Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "media"=>{"file"=>#, @original_filename="Screen Shot 2014-04-14 at 3.57.28 PM.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"media[file]\"; filename=\"Screen Shot 2014-04-14 at 3.57.28 PM.png\"\r\nContent-Type: image/png\r\n">}} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "storytime_media" ("created_at", "file", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", "2014-05-12 21:56:57.874894"], ["file", "Screen_Shot_2014-04-14_at_3.57.28_PM.png"], ["updated_at", "2014-05-12 21:56:57.874894"], ["user_id", 1]]  (2.2ms) commit transaction Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (1.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/show.json.jbuilder (3.8ms) Completed 200 OK in 227ms (Views: 15.3ms | ActiveRecord: 3.3ms) Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 16:57:08 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (6.8ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (7.2ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (26.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (36.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 88ms (Views: 59.5ms | ActiveRecord: 2.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 16:57:08 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 16:57:08 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 16:57:08 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 16:57:08 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 16:57:08 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 16:57:08 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 16:57:08 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 16:57:08 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 16:57:08 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:57:08 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 16:57:08 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 16:57:08 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 16:57:08 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 16:57:08 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 16:57:08 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 16:57:08 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 16:57:08 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 16:57:08 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 16:57:08 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 16:57:08 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 16:57:08 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 16:57:08 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 16:57:08 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 16:57:08 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 16:57:08 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 16:57:08 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 16:57:08 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 16:57:08 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 16:57:08 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 16:57:08 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 16:57:08 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 16:57:09 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 16:57:09 -0500 Started GET "/dashboard/media?page=2" for 127.0.0.1 at 2014-05-12 16:57:11 -0500 Processing by Storytime::Dashboard::MediaController#index as JS Parameters: {"page"=>"2"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.3ms) Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 5 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (3.1ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (26.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (42.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (2.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.6ms) Completed 200 OK in 118ms (Views: 115.7ms | ActiveRecord: 0.6ms) Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 17:00:41 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (7.0ms) Storytime::Media Load (0.4ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (5.4ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (20.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (30.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 517ms (Views: 491.1ms | ActiveRecord: 1.9ms) Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 17:00:41 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 17:00:41 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 17:00:41 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 17:00:41 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 17:00:42 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 17:00:42 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 17:00:42 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:00:42 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 17:00:42 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 17:00:42 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 17:00:42 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 17:00:42 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 17:00:42 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 17:00:42 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 17:00:42 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 17:00:42 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 17:00:42 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 17:00:42 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 17:00:42 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 17:00:42 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 17:00:42 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:00:42 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 17:00:42 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 17:00:42 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 17:00:42 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 17:00:42 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 17:00:42 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 17:00:42 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 17:00:42 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 17:00:42 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:00:42 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 17:00:42 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 17:00:42 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 17:00:42 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 17:00:42 -0500 Started GET "/dashboard/media?page=2" for 127.0.0.1 at 2014-05-12 17:00:44 -0500 Processing by Storytime::Dashboard::MediaController#index as JS Parameters: {"page"=>"2"} Storytime::User Load (0.4ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 5 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (2.8ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (22.5ms) Completed 200 OK in 32ms (Views: 28.4ms | ActiveRecord: 0.8ms) Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 17:00:46 -0500 Processing by Storytime::Dashboard::MediaController#index as JS Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (4.7ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (19.4ms) Completed 200 OK in 28ms (Views: 25.5ms | ActiveRecord: 0.6ms) Started GET "/dashboard/media?page=2" for 127.0.0.1 at 2014-05-12 17:00:47 -0500 Processing by Storytime::Dashboard::MediaController#index as JS Parameters: {"page"=>"2"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 5 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (2.1ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (16.3ms) Completed 200 OK in 25ms (Views: 21.9ms | ActiveRecord: 0.6ms) Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 17:00:48 -0500 Processing by Storytime::Dashboard::MediaController#index as JS Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (4.6ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (19.5ms) Completed 200 OK in 28ms (Views: 25.5ms | ActiveRecord: 0.6ms) Started GET "/dashboard/posts" for 127.0.0.1 at 2014-05-12 17:01:02 -0500 Processing by Storytime::Dashboard::PostsController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.7ms) SELECT "storytime_posts".* FROM "storytime_posts" LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_post.html.erb (8.3ms)  (0.5ms) SELECT COUNT(*) FROM "storytime_posts" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/index.html.erb within layouts/storytime/dashboard (16.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 48ms (Views: 38.6ms | ActiveRecord: 1.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 17:01:02 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:02 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 17:01:02 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 17:01:02 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:02 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:02 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 17:01:02 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:02 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:02 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:02 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:02 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:02 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:02 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:02 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:02 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:02 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:02 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:02 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 17:01:02 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:02 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:02 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:02 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:02 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:02 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:02 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:02 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:02 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:02 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:02 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:02 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:02 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:02 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:02 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:02 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:02 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:03 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:03 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:03 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:03 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:03 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:03 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:03 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:03 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:03 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:03 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:03 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:03 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:03 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:03 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:03 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:03 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:03 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:03 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:03 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:03 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:03 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 17:01:03 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 17:01:04 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (3.0ms) Storytime::Media Load (0.4ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (5.9ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (18.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (24.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 50ms (Views: 46.6ms | ActiveRecord: 0.8ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 17:01:04 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 17:01:04 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 17:01:04 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:04 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 17:01:04 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:04 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:04 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 17:01:04 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:04 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:04 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:04 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:04 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:04 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:04 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:04 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:04 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:04 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:04 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:04 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:04 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:04 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:04 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:04 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:04 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:04 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:04 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:05 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:05 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:05 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:05 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:05 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:05 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:05 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 17:01:05 -0500 Started GET "/dashboard/media?page=2" for 127.0.0.1 at 2014-05-12 17:01:07 -0500 Processing by Storytime::Dashboard::MediaController#index as JS Parameters: {"page"=>"2"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 5 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (2.0ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (16.6ms) Completed 200 OK in 25ms (Views: 23.0ms | ActiveRecord: 0.6ms) Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 17:01:08 -0500 Processing by Storytime::Dashboard::MediaController#index as JS Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (4.3ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (20.3ms) Completed 200 OK in 29ms (Views: 26.3ms | ActiveRecord: 0.6ms) Started GET "/dashboard/posts" for 127.0.0.1 at 2014-05-12 17:01:23 -0500 Processing by Storytime::Dashboard::PostsController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.3ms) SELECT "storytime_posts".* FROM "storytime_posts" LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_post.html.erb (1.5ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_posts" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/index.html.erb within layouts/storytime/dashboard (8.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 38ms (Views: 34.9ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 17:01:23 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 17:01:23 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 17:01:23 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 17:01:23 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:23 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:23 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:23 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:23 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 17:01:23 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:23 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:23 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:23 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:23 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:23 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:23 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:23 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:23 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:23 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:23 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:23 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:24 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:24 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:24 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:24 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:24 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:24 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:24 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:24 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:24 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:24 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:24 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:24 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:24 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:24 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:24 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:24 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:24 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:24 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:24 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:24 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:24 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:24 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:24 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:24 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:24 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:24 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:24 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:24 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:24 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:24 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:24 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 17:01:24 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 17:01:38 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.3ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (0.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (11.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (15.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 45ms (Views: 40.8ms | ActiveRecord: 0.6ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 17:01:38 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 17:01:38 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 17:01:38 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:38 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 17:01:38 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:38 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 17:01:38 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:38 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:38 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:38 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:38 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:38 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:38 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:38 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:38 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:38 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:38 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:38 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:38 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:38 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:38 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:38 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:38 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:38 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:38 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:38 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:38 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:38 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:38 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:38 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:38 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 17:01:38 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 17:01:38 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (4.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (67.3ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 17:01:39 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 17:02:33 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (10.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (10.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (18.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (19.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (25.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (26.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (33.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (34.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (41.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (42.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (47.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (48.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (55.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (56.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (63.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (64.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (71.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (71.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (77.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (78.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (85.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (86.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (94.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (95.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (102.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (103.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (112.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (113.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (122.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (123.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (133.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (133.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (142.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (143.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (151.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (153.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (162.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (163.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (171.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (172.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (179.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (180.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (190.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (191.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (199.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (199.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (207.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (208.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (225.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (226.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (233.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (235.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (241.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (242.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (249.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (250.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (257.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (257.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (263.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (264.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (270.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (270.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (277.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (278.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (285.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (286.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (292.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (293.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (300.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (301.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (307.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (308.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (316.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (317.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (324.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (325.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (331.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (332.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (339.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (340.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (347.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (348.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (353.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (354.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (360.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (361.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (368.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (368.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (374.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (375.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (381.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (382.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (388.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (389.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (395.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (396.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (402.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (403.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (409.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (411.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (419.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (420.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (426.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (427.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (433.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (434.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (440.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (441.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (446.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (447.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (453.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (454.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (461.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (462.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (468.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (469.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (475.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (476.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (482.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (482.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (488.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (489.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (496.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (497.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (503.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (504.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (510.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (511.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (518.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (518.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (525.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (526.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (534.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (535.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (543.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (544.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (550.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (550.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (558.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (559.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (568.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (569.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (576.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (577.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (587.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (588.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (596.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (598.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (608.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (610.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (620.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (622.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (630.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (633.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (642.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (643.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (650.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (651.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (657.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (658.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (665.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (665.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (673.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (674.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (682.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (683.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (689.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (690.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (696.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (697.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (703.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (704.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (712.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (712.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (719.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (720.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (727.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (729.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (736.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (737.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (746.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (747.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (753.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (754.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (761.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (762.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (768.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (769.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (776.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (777.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (786.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (786.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (794.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (795.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (805.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (806.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (815.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (817.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (824.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (825.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (833.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (834.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (842.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (843.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (851.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (852.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (858.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (859.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (866.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (867.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (872.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (873.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (879.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (880.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (886.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (887.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (894.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (895.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (903.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (904.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (910.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (911.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (918.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (919.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (926.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (927.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (934.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (935.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (942.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (943.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (949.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (950.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (959.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (960.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (965.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (966.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (972.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (973.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (979.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (980.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (986.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (987.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (994.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (995.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1000.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1001.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1007.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1007.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1014.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1015.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1022.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1023.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1029.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1029.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1036.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1037.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1043.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1044.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1053.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1054.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1060.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1061.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1067.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1068.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1074.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1075.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1083.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1084.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1089.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1090.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1096.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1097.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1104.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1105.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1112.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1113.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1119.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1121.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1126.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1127.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1135.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1136.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1145.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1146.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1152.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1154.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1161.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1162.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1170.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1171.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1179.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1180.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1188.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1189.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1196.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1198.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1207.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1208.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1215.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1217.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1224.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1225.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1233.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1234.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1243.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1244.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1251.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1252.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1260.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1261.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1271.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1273.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1280.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1281.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1298.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1299.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1304.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1305.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1311.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1312.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1319.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1319.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1325.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1327.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1332.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1333.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1339.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1341.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1347.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1349.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1355.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1356.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1363.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1364.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1369.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1370.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1377.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1377.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1384.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1385.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1390.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1392.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1397.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1398.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1403.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1404.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1411.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1411.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1417.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1419.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1424.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1425.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1431.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1431.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1438.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1439.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1445.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1446.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1454.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1455.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1460.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1461.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1467.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1468.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1475.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1475.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1481.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1489.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1494.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1495.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1500.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1501.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1506.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1507.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1513.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1514.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1520.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1521.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1527.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1527.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1534.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1535.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1543.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1544.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1550.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1551.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1558.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1559.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1566.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1566.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1572.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1573.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1580.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1581.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1586.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1587.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1592.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1593.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1598.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1599.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1605.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1606.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1612.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1612.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1618.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1618.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1623.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1624.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1630.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1631.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1637.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1638.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1643.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1644.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1649.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1650.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1656.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1657.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1666.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1667.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1674.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1675.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1681.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1682.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1687.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1688.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1693.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1693.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1699.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1700.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1706.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1707.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1712.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1713.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1718.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1719.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1724.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1725.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1730.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1731.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1737.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1738.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1744.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1745.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1750.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1751.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1759.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1760.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1766.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1767.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1774.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1775.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1781.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1782.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1788.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1789.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1796.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1797.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1803.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1804.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1810.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1811.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1817.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1818.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1823.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1824.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1831.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1832.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1838.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1839.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1846.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1848.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1855.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1856.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1864.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1865.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1872.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1873.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1879.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1879.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1886.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1886.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1893.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1894.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1899.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1900.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1906.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1907.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1913.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1914.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1920.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1921.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1927.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1928.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1934.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1935.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1940.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1941.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1948.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1949.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1955.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1956.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1966.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1968.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1982.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1983.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1989.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1991.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1996.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1996.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2002.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2003.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2008.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2010.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2015.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2016.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2021.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2022.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2027.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2028.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2033.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2035.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2040.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2040.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2046.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2047.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2053.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2054.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2060.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2060.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2067.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2068.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2074.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2075.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2080.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2081.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2087.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2088.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2096.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2097.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2103.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2105.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2111.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2111.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2116.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2117.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2123.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2124.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2130.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2132.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2140.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2141.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2147.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2148.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2157.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2158.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2170.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2172.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2179.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (2181.0ms) Completed 500 Internal Server Error in 2187ms SystemStackError (stack level too deep): actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:79 Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (18.8ms) Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 17:02:56 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (0.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (8.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (9.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (16.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (17.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (24.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (25.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (32.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (34.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (41.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (42.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (49.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (50.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (58.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (59.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (66.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (67.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (74.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (74.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (81.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (82.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (89.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (89.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (96.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (97.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (104.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (105.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (113.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (115.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (122.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (123.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (131.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (132.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (141.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (142.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (148.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (149.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (156.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (158.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (165.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (166.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (172.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (174.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (181.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (182.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (191.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (192.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (198.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (199.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (206.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (207.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (215.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (216.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (223.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (225.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (233.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (234.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (242.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (243.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (251.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (252.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (259.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (260.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (266.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (267.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (275.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (276.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (283.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (284.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (290.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (291.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (298.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (299.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (308.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (309.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (316.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (318.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (327.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (329.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (339.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (340.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (354.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (355.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (365.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (367.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (377.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (379.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (388.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (390.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (401.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (403.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (418.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (419.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (431.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (433.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (456.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (457.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (469.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (470.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (486.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (487.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (494.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (495.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (501.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (502.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (509.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (509.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (516.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (517.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (524.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (525.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (531.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (532.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (538.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (540.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (547.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (549.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (558.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (558.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (565.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (566.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (572.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (573.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (580.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (581.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (587.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (587.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (593.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (594.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (599.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (600.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (606.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (607.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (614.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (615.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (621.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (621.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (628.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (629.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (635.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (636.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (644.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (645.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (652.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (653.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (662.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (663.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (669.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (670.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (676.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (677.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (683.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (684.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (690.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (691.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (698.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (699.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (706.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (708.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (715.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (716.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (723.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (724.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (733.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (734.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (742.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (743.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (750.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (752.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (759.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (760.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (769.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (770.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (776.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (777.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (784.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (785.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (793.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (794.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (801.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (802.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (808.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (809.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (816.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (817.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (824.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (825.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (832.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (834.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (840.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (841.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (849.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (850.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (860.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (861.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (868.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (869.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (875.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (876.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (883.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (884.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (892.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (893.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (899.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (900.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (907.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (909.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (915.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (916.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (923.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (924.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (930.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (931.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (939.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (940.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (948.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (949.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (959.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (960.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (968.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (969.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (975.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (976.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (983.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (984.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (990.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (991.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (998.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (999.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1006.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1007.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1015.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1015.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1022.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1023.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1029.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1030.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1039.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1040.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1047.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1048.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1054.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1055.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1064.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1065.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1071.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1072.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1079.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1080.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1086.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1087.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1094.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1095.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1101.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1102.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1108.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1109.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1115.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1116.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1122.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1123.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1129.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1130.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1137.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1138.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1146.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1147.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1153.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1154.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1164.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1164.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1172.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1173.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1179.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1180.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1187.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1187.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1194.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1196.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1203.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1203.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1209.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1210.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1217.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1217.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1223.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1224.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1231.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1232.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1237.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1238.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1245.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1245.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1251.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1252.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1261.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1262.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1268.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1269.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1277.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1278.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1286.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1286.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1294.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1295.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1300.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1301.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1307.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1308.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1315.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1316.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1322.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1324.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1331.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1331.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1338.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1339.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1353.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1354.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1365.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1367.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1373.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1374.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1381.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1383.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1388.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1389.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1396.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1397.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1404.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1405.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1412.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1413.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1419.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1420.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1426.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1427.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1434.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1435.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1441.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1442.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1450.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1450.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1459.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1461.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1471.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1472.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1482.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1483.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1490.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1491.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1500.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1501.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1509.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1511.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1517.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1518.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1525.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1526.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1544.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1545.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1551.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1553.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1558.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1559.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1566.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1567.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1573.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1574.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1582.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1582.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1590.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1591.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1597.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1598.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1603.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1604.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1609.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1610.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1635.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1636.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1642.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1643.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1650.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1651.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1659.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1660.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1665.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1666.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1673.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1675.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1680.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1681.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1687.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1688.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1695.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1696.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1701.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1702.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1709.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1710.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1715.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1716.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1721.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1722.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1728.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1729.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1734.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1735.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1742.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1743.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1748.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1749.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1754.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1755.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1761.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1762.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1767.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1767.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1773.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1774.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1780.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1781.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1786.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1787.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1793.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1794.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1800.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1801.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1808.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1810.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1816.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1817.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1822.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1823.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1829.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1830.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1837.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1838.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1843.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1844.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1851.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1852.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1859.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1860.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1868.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1868.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1875.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1876.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1883.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1884.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1891.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1892.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1901.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1901.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1910.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1911.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1919.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1920.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1926.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1927.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1933.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1934.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1940.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1941.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1948.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1949.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1955.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1956.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1965.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1966.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1977.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1979.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (1987.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (1989.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2003.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2004.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2009.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2010.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2016.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2017.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2024.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2025.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2030.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2031.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2037.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2039.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2045.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2046.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2052.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2053.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2058.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2059.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2064.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2065.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2072.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2073.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2079.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2080.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2087.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2088.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2094.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2094.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2101.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2102.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2111.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2111.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2118.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2119.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2126.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2127.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2134.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2135.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2142.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2143.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2149.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2149.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2155.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2155.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2162.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2162.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2168.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2169.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2175.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2176.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2181.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2182.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2188.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2189.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2195.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2196.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2202.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2203.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2210.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2212.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2218.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2220.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2228.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2229.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2235.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2236.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2241.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2242.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2248.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2249.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2254.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2255.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2260.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2261.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2268.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2269.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2277.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2279.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2286.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2287.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2294.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2295.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2303.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (2305.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (2314.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (2315.4ms) Completed 500 Internal Server Error in 2320ms SystemStackError (stack level too deep): actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:79 Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (17.3ms) Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 17:03:40 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (3.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (0.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (4.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (11.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (18.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (18.9ms) Completed 500 Internal Server Error in 24ms ActionView::Template::Error (undefined method `current_page' for nil:NilClass): 1: kaminari (0.15.1) lib/kaminari/helpers/action_view_extension.rb:18:in `paginate' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html:3:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media__gallery_html___541273044643955835_2244913960' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb:16:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media__modal_html_erb__3663887042957823299_2247941520' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb:12:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_posts__form_html_erb___3100530464984799674_2265603700' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb:3:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_posts_edit_html_erb___2417132361697179452_2246735380' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (14.9ms) Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 17:13:27 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.4ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC Completed 500 Internal Server Error in 30ms NoMethodError (undefined method `per' for #): activerecord (4.1.0) lib/active_record/relation/delegation.rb:136:in `method_missing' activerecord (4.1.0) lib/active_record/relation/delegation.rb:99:in `method_missing' /Users/ben/Documents/projects/benroesch.com/storytime/app/controllers/storytime/dashboard_controller.rb:13:in `load_media' activesupport (4.1.0) lib/active_support/callbacks.rb:424:in `block in make_lambda' activesupport (4.1.0) lib/active_support/callbacks.rb:143:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:143:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (16.6ms) Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 17:13:39 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (6.9ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (9.3ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (14.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (24.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (33.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (34.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 101ms (Views: 63.6ms | ActiveRecord: 2.3ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 17:13:40 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 17:13:40 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 17:13:40 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 17:13:40 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 17:13:40 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:13:40 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 17:13:40 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 17:13:40 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 17:13:40 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 17:13:40 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 17:13:40 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 17:13:40 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 17:13:40 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 17:13:40 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 17:13:40 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 17:13:40 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 17:13:40 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 17:13:40 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 17:13:40 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 17:13:40 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 17:13:40 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 17:13:40 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 17:13:40 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 17:13:40 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:13:40 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 17:13:40 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 17:13:40 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 17:13:40 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 17:13:40 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 17:13:40 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 17:13:40 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 17:13:40 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 17:13:40 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 17:13:40 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (7.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (66.4ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 17:13:40 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 17:14:05 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (5.5ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (7.0ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (24.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (31.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (40.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (42.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 100ms (Views: 66.8ms | ActiveRecord: 2.1ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 17:14:05 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:05 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 17:14:05 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 17:14:05 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:05 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 17:14:05 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 17:14:05 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:05 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:05 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:05 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (14.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (4.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (77.1ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 17:14:06 -0500 Started GET "/dashboard/posts/6/edit?page=2" for 127.0.0.1 at 2014-05-12 17:14:11 -0500 Processing by Storytime::Dashboard::PostsController#edit as JS Parameters: {"page"=>"2", "id"=>"6"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.4ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (5.1ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (20.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (37.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (49.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (57.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 129ms (Views: 124.9ms | ActiveRecord: 0.8ms) Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 17:15:59 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (3.1ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (5.4ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (18.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (24.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (32.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (34.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 582ms (Views: 577.7ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:00 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:01 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:01 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:01 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 17:16:01 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 17:16:01 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (8.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (73.3ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 17:16:01 -0500 Started GET "/dashboard/posts/6/edit?page=2" for 127.0.0.1 at 2014-05-12 17:16:19 -0500 Processing by Storytime::Dashboard::PostsController#edit as JS Parameters: {"page"=>"2", "id"=>"6"} Storytime::User Load (0.4ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.3ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (6.5ms) Storytime::Media Load (1.0ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (5.8ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (27.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (55.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (86.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (97.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 183ms (Views: 170.4ms | ActiveRecord: 1.8ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 17:16:23 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 17:16:23 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 17:16:23 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 17:16:23 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 17:16:23 -0500 Started GET "/assets/storytime/application.js?body=1&_=1399932960463" for 127.0.0.1 at 2014-05-12 17:16:23 -0500 Started GET "/assets/wysihtml5.js?body=1&_=1399932960464" for 127.0.0.1 at 2014-05-12 17:16:23 -0500 Started GET "/assets/jquery.js?body=1&_=1399932960465" for 127.0.0.1 at 2014-05-12 17:16:23 -0500 Started GET "/assets/jquery_ujs.js?body=1&_=1399932960466" for 127.0.0.1 at 2014-05-12 17:16:23 -0500 Started GET "/assets/bootstrap/affix.js?body=1&_=1399932960467" for 127.0.0.1 at 2014-05-12 17:16:23 -0500 Started GET "/assets/bootstrap/alert.js?body=1&_=1399932960468" for 127.0.0.1 at 2014-05-12 17:16:23 -0500 Started GET "/assets/bootstrap/button.js?body=1&_=1399932960469" for 127.0.0.1 at 2014-05-12 17:16:23 -0500 Started GET "/assets/bootstrap/carousel.js?body=1&_=1399932960470" for 127.0.0.1 at 2014-05-12 17:16:23 -0500 Started GET "/assets/bootstrap/collapse.js?body=1&_=1399932960471" for 127.0.0.1 at 2014-05-12 17:16:23 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1&_=1399932960472" for 127.0.0.1 at 2014-05-12 17:16:23 -0500 Started GET "/assets/bootstrap/tab.js?body=1&_=1399932960473" for 127.0.0.1 at 2014-05-12 17:16:23 -0500 Started GET "/assets/bootstrap/transition.js?body=1&_=1399932960474" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1&_=1399932960475" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/bootstrap/modal.js?body=1&_=1399932960476" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1&_=1399932960477" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/bootstrap/popover.js?body=1&_=1399932960478" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/bootstrap.js?body=1&_=1399932960479" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1&_=1399932960480" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/jquery.ui.widget.js?body=1&_=1399932960481" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1&_=1399932960482" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/jquery.fileupload.js?body=1&_=1399932960483" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/storytime/base.js?body=1&_=1399932960484" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/storytime/editor.js?body=1&_=1399932960485" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/storytime/media.js?body=1&_=1399932960486" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/storytime/pages.js?body=1&_=1399932960487" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/storytime/posts.js?body=1&_=1399932960488" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/storytime/utilities.js?body=1&_=1399932960489" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/storytime/application.js?body=1&_=1399932983914" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/wysihtml5.js?body=1&_=1399932983915" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/jquery.js?body=1&_=1399932983916" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/jquery_ujs.js?body=1&_=1399932983917" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/bootstrap/affix.js?body=1&_=1399932983918" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/bootstrap/alert.js?body=1&_=1399932983919" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/bootstrap/button.js?body=1&_=1399932983920" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/bootstrap/carousel.js?body=1&_=1399932983921" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/bootstrap/collapse.js?body=1&_=1399932983922" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1&_=1399932983923" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/bootstrap/tab.js?body=1&_=1399932983924" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/bootstrap/transition.js?body=1&_=1399932983925" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1&_=1399932983926" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/bootstrap/modal.js?body=1&_=1399932983927" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1&_=1399932983928" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/bootstrap/popover.js?body=1&_=1399932983929" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/bootstrap.js?body=1&_=1399932983930" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1&_=1399932983931" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/jquery.ui.widget.js?body=1&_=1399932983932" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1&_=1399932983933" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/jquery.fileupload.js?body=1&_=1399932983934" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/storytime/base.js?body=1&_=1399932983935" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/storytime/editor.js?body=1&_=1399932983936" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/storytime/media.js?body=1&_=1399932983937" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/storytime/pages.js?body=1&_=1399932983938" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/storytime/posts.js?body=1&_=1399932983939" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/assets/storytime/utilities.js?body=1&_=1399932983940" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 17:16:24 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (6.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (8.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (4.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (95.3ms) Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 17:18:21 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.7ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (6.3ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (17.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (22.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (33.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (35.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 63ms (Views: 58.0ms | ActiveRecord: 0.9ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 17:18:21 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 17:18:21 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 17:18:21 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:21 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:21 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 17:18:21 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:21 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:21 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:21 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:21 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:21 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:21 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:21 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 17:18:21 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:21 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:21 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:21 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:21 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:21 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:21 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:21 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:21 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:21 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:21 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:21 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:21 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:21 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:21 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:21 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:21 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:21 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:21 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:21 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 17:18:22 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (51.9ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 17:18:22 -0500 Started GET "/dashboard/posts/6/edit?page=2" for 127.0.0.1 at 2014-05-12 17:18:25 -0500 Processing by Storytime::Dashboard::PostsController#edit as JS Parameters: {"page"=>"2", "id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.2ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (4.8ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (20.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (35.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (47.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (54.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 121ms (Views: 117.3ms | ActiveRecord: 0.8ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/storytime/application.js?body=1&_=1399933101617" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/wysihtml5.js?body=1&_=1399933101618" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/jquery.js?body=1&_=1399933101619" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/jquery_ujs.js?body=1&_=1399933101620" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/bootstrap/affix.js?body=1&_=1399933101621" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/bootstrap/alert.js?body=1&_=1399933101622" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/bootstrap/button.js?body=1&_=1399933101623" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/bootstrap/carousel.js?body=1&_=1399933101624" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/bootstrap/collapse.js?body=1&_=1399933101625" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1&_=1399933101626" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/bootstrap/tab.js?body=1&_=1399933101627" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/bootstrap/transition.js?body=1&_=1399933101628" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1&_=1399933101629" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/bootstrap/modal.js?body=1&_=1399933101630" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1&_=1399933101631" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/bootstrap/popover.js?body=1&_=1399933101632" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/bootstrap.js?body=1&_=1399933101633" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1&_=1399933101634" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/jquery.ui.widget.js?body=1&_=1399933101635" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1&_=1399933101636" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/jquery.fileupload.js?body=1&_=1399933101637" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/storytime/base.js?body=1&_=1399933101638" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/storytime/editor.js?body=1&_=1399933101639" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/storytime/media.js?body=1&_=1399933101640" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/storytime/pages.js?body=1&_=1399933101641" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/storytime/posts.js?body=1&_=1399933101642" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/storytime/utilities.js?body=1&_=1399933101643" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/storytime/application.js?body=1&_=1399933127150" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/wysihtml5.js?body=1&_=1399933127151" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/jquery.js?body=1&_=1399933127152" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/jquery_ujs.js?body=1&_=1399933127153" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/bootstrap/affix.js?body=1&_=1399933127154" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/bootstrap/alert.js?body=1&_=1399933127155" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/bootstrap/button.js?body=1&_=1399933127156" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/bootstrap/carousel.js?body=1&_=1399933127157" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/bootstrap/collapse.js?body=1&_=1399933127158" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1&_=1399933127159" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/bootstrap/tab.js?body=1&_=1399933127160" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/bootstrap/transition.js?body=1&_=1399933127161" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1&_=1399933127162" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/bootstrap/modal.js?body=1&_=1399933127163" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1&_=1399933127164" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/bootstrap/popover.js?body=1&_=1399933127165" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/bootstrap.js?body=1&_=1399933127166" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1&_=1399933127167" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/jquery.ui.widget.js?body=1&_=1399933127168" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1&_=1399933127169" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/jquery.fileupload.js?body=1&_=1399933127170" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/storytime/base.js?body=1&_=1399933127171" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/storytime/editor.js?body=1&_=1399933127172" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/storytime/media.js?body=1&_=1399933127173" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/storytime/pages.js?body=1&_=1399933127174" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/storytime/posts.js?body=1&_=1399933127175" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/assets/storytime/utilities.js?body=1&_=1399933127176" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 17:18:47 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (79.1ms) Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 17:18:48 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (3.6ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (6.9ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (18.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (24.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (33.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (34.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 65ms (Views: 61.0ms | ActiveRecord: 0.9ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 17:18:48 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 17:18:48 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:48 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 17:18:48 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:48 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 17:18:48 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:48 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 17:18:48 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:48 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:48 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:48 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:48 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:48 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:48 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:49 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:49 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:49 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:49 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:49 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:49 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:49 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:49 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:49 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:49 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:49 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:49 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:49 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:49 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:49 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:49 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:49 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:49 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:49 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:49 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:49 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:49 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:49 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:49 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:49 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:49 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:49 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:49 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:49 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:49 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:49 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:49 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:50 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 17:18:50 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 17:18:50 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (54.3ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 17:18:50 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 17:27:51 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.9ms) Storytime::Media Load (0.5ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (13.3ms)  (0.4ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (44.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (50.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (60.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (63.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.3ms) Completed 200 OK in 175ms (Views: 170.0ms | ActiveRecord: 1.3ms) Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 17:27:51 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 17:27:51 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 17:27:52 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 17:27:52 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 17:27:52 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 17:27:52 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 17:27:52 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 17:27:52 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:27:52 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 17:27:52 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 17:27:52 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 17:27:52 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 17:27:52 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 17:27:52 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 17:27:52 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 17:27:52 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 17:27:52 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 17:27:52 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 17:27:52 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 17:27:52 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 17:27:52 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 17:27:52 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 17:27:52 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:27:52 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 17:27:52 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 17:27:52 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 17:27:52 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 17:27:52 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 17:27:52 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 17:27:52 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 17:27:52 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 17:27:52 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 17:27:52 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (58.8ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 17:27:53 -0500 Started GET "/dashboard/media?id=6&page=2" for 127.0.0.1 at 2014-05-12 17:28:01 -0500 Processing by Storytime::Dashboard::MediaController#index as JS Parameters: {"id"=>"6", "page"=>"2"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 10 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (0.0ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (12.3ms) Completed 200 OK in 28ms (Views: 23.3ms | ActiveRecord: 0.7ms) Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 17:28:29 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.4ms) Storytime::Media Load (0.4ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (6.9ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (29697.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (29702.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (29714.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (29716.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 29740ms (Views: 29736.1ms | ActiveRecord: 0.9ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 17:28:59 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 17:28:59 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 17:28:59 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:28:59 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 17:28:59 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 17:28:59 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 17:28:59 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 17:28:59 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 17:28:59 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 17:28:59 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 17:28:59 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 17:28:59 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 17:28:59 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 17:28:59 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 17:28:59 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 17:28:59 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 17:28:59 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 17:28:59 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 17:28:59 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 17:28:59 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 17:28:59 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:28:59 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 17:28:59 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 17:28:59 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 17:28:59 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 17:28:59 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 17:28:59 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 17:28:59 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 17:28:59 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 17:28:59 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 17:28:59 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 17:28:59 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 17:29:00 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (6.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (57.1ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 17:29:00 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 17:29:24 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (3.1ms) Storytime::Media Load (0.5ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (6.5ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (8599.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (8605.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (8611.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (8613.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 8654ms (Views: 8649.5ms | ActiveRecord: 1.1ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 17:29:33 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 17:29:33 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 17:29:33 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 17:29:33 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 17:29:33 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 17:29:33 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:29:33 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 17:29:33 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 17:29:33 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 17:29:33 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 17:29:33 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 17:29:33 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 17:29:33 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 17:29:33 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 17:29:33 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 17:29:33 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 17:29:33 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 17:29:33 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 17:29:33 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 17:29:33 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 17:29:33 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 17:29:33 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 17:29:33 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:29:33 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 17:29:33 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 17:29:33 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 17:29:33 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 17:29:33 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 17:29:33 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 17:29:33 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 17:29:33 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 17:29:33 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 17:29:33 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (6.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (53.5ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 17:29:34 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 17:30:17 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.1ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (7.6ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (454881.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (454886.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (454891.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (454893.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (2.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.3ms) Completed 200 OK in 454938ms (Views: 454932.4ms | ActiveRecord: 0.9ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 17:37:52 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 17:37:52 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 17:37:52 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 17:37:52 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 17:37:52 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 17:37:52 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:37:52 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 17:37:52 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 17:37:52 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 17:37:52 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 17:37:52 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 17:37:52 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 17:37:52 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 17:37:52 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 17:37:52 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 17:37:52 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 17:37:52 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 17:37:52 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 17:37:52 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 17:37:52 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 17:37:52 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 17:37:52 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:37:52 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 17:37:52 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 17:37:52 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 17:37:52 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 17:37:52 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 17:37:52 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 17:37:52 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 17:37:52 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 17:37:52 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 17:37:52 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 17:37:53 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (61.8ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 17:37:53 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 17:39:00 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (3.1ms) Storytime::Media Load (0.6ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (9.8ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (5727.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (5736.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (5750.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (5753.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (2.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 5786ms (Views: 5779.0ms | ActiveRecord: 1.2ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:06 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:07 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:07 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:07 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:07 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:07 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 17:39:07 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 17:39:07 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (15.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (70.4ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 17:39:07 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 17:39:29 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (9.9ms) Storytime::Media Load (0.4ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (7.8ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (56589.5ms) Completed 401 Unauthorized in 56743ms Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 17:40:33 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.3ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (7.6ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (5.7ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (78978.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (78988.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (79088.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (79094.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (2.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.7ms) Completed 200 OK in 79526ms (Views: 79447.5ms | ActiveRecord: 4.2ms) Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 17:41:52 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (1.7ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (6.7ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (3964.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (3968.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (3975.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (3976.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 4002ms (Views: 3996.8ms | ActiveRecord: 0.9ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 17:41:56 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 17:41:56 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 17:41:56 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 17:41:56 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 17:41:57 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 17:41:57 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 17:41:57 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 17:41:57 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:41:57 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 17:41:57 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 17:41:57 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 17:41:57 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 17:41:57 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 17:41:57 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 17:41:57 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 17:41:57 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 17:41:57 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 17:41:57 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 17:41:57 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 17:41:57 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 17:41:57 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:41:57 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 17:41:57 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 17:41:57 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 17:41:57 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 17:41:57 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 17:41:57 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 17:41:57 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 17:41:57 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 17:41:57 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 17:41:57 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 17:41:57 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 17:41:57 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (4.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (67.4ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 17:41:58 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 17:49:53 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.8ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.7ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (9.2ms) Storytime::Media Load (0.8ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (7.5ms)  (0.5ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (28.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (41.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (177.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (185.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (2.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.5ms) Completed 200 OK in 599ms (Views: 488.2ms | ActiveRecord: 6.1ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 17:49:54 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 17:49:54 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 17:49:54 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 17:49:54 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 17:49:54 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 17:49:54 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:49:54 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 17:49:54 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 17:49:54 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 17:49:54 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 17:49:54 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 17:49:54 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 17:49:54 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 17:49:54 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 17:49:54 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 17:49:54 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 17:49:54 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 17:49:54 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 17:49:54 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 17:49:54 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 17:49:54 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 17:49:54 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:49:54 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 17:49:54 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 17:49:54 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 17:49:54 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 17:49:54 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 17:49:54 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 17:49:54 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 17:49:54 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 17:49:55 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 17:49:55 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 17:49:55 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (64.0ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 17:49:55 -0500 Started GET "/dashboard/media?page=2" for 127.0.0.1 at 2014-05-12 17:49:59 -0500 Processing by Storytime::Dashboard::MediaController#index as JS Parameters: {"page"=>"2"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 10 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (0.0ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (9.6ms) Completed 200 OK in 20ms (Views: 16.3ms | ActiveRecord: 0.5ms) Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 17:52:59 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (2.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.3ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (10.7ms) Storytime::Media Load (0.7ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (12.2ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (32.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (48.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (57.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (59.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 146ms (Views: 82.2ms | ActiveRecord: 7.7ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 17:53:00 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 17:53:00 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 17:53:00 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 17:53:00 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 17:53:00 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 17:53:00 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:53:00 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 17:53:00 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 17:53:00 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 17:53:00 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 17:53:00 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 17:53:00 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 17:53:00 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 17:53:00 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 17:53:00 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 17:53:00 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 17:53:00 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 17:53:00 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 17:53:00 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 17:53:00 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 17:53:00 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:53:00 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 17:53:00 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 17:53:00 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 17:53:00 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 17:53:00 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 17:53:00 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 17:53:00 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 17:53:00 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 17:53:00 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 17:53:00 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 17:53:00 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 17:53:00 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (50.6ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 17:53:01 -0500 Started GET "/dashboard/media?page=2&per=5" for 127.0.0.1 at 2014-05-12 17:53:06 -0500 SyntaxError (/Users/ben/Documents/projects/benroesch.com/storytime/app/controllers/storytime/dashboard/media_controller.rb:38: syntax error, unexpected keyword_end, expecting ':'): activesupport (4.1.0) lib/active_support/dependencies.rb:443:in `load' activesupport (4.1.0) lib/active_support/dependencies.rb:443:in `block in load_file' activesupport (4.1.0) lib/active_support/dependencies.rb:633:in `new_constants_in' activesupport (4.1.0) lib/active_support/dependencies.rb:442:in `load_file' activesupport (4.1.0) lib/active_support/dependencies.rb:342:in `require_or_load' activesupport (4.1.0) lib/active_support/dependencies.rb:480:in `load_missing_constant' activesupport (4.1.0) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.0) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.0) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.0) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.0) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.0) lib/active_support/inflector/methods.rb:236:in `constantize' activesupport (4.1.0) lib/active_support/dependencies.rb:552:in `get' activesupport (4.1.0) lib/active_support/dependencies.rb:583:in `constantize' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:76:in `controller_reference' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:66:in `controller' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:44:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb (16.5ms) Started GET "/dashboard/media?page=2&per=5" for 127.0.0.1 at 2014-05-12 17:53:25 -0500 Processing by Storytime::Dashboard::MediaController#index as JS Parameters: {"page"=>"2", "per"=>"5"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 5 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (3.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (48.2ms) Completed 500 Internal Server Error in 77ms ActionView::Template::Error (undefined local variable or method `per_page' for #<#:0x00000101e55c20>): 1: /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html:3:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media__gallery_html__2008422247136765903_2163359260' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/renderer/renderer.rb:21:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/controllers/storytime/dashboard/media_controller.rb:11:in `index' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (9.0ms) Started GET "/dashboard/media?page=2&per=5" for 127.0.0.1 at 2014-05-12 17:53:31 -0500 Processing by Storytime::Dashboard::MediaController#index as JS Parameters: {"page"=>"2", "per"=>"5"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 5 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (2.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (35.6ms) Completed 500 Internal Server Error in 44ms ActionView::Template::Error (undefined local variable or method `per_page' for #<#:0x00000101d8fef8>): 1: /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html:3:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media__gallery_html__2008422247136765903_2163359260' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/renderer/renderer.rb:21:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/controllers/storytime/dashboard/media_controller.rb:11:in `index' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (8.9ms) Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 17:57:01 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.6ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.7ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (6.4ms) Storytime::Media Load (0.6ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (5.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (37.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (48.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (56.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (57.2ms) Completed 500 Internal Server Error in 79ms ActionView::Template::Error (undefined local variable or method `per_page' for #<#:0x00000101371430>): 1: /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html:3:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media__gallery_html__2008422247136765903_2160211700' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb:16:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media__modal_html_erb___4533824415557036968_2156907880' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb:12:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_posts__form_html_erb___4102216943047225237_2191756180' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb:3:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_posts_edit_html_erb__2058303264900538436_2228013600' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (17.6ms) Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 17:57:26 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.5ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.3ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (3.4ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (10.0ms)  (0.5ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (26.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (32.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (40.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (42.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 72ms (Views: 66.0ms | ActiveRecord: 1.6ms) Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 17:57:27 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 17:57:27 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 17:57:27 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 17:57:27 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 17:57:27 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 17:57:27 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 17:57:27 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 17:57:27 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 17:57:27 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 17:57:27 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 17:57:27 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 17:57:27 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 17:57:27 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:57:27 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 17:57:27 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 17:57:27 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 17:57:27 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 17:57:27 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 17:57:27 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 17:57:27 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 17:57:27 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 17:57:27 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 17:57:27 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 17:57:27 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 17:57:27 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 17:57:27 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 17:57:27 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 17:57:27 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 17:57:27 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 17:57:27 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 17:57:27 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 17:57:27 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 17:57:27 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (57.8ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 17:57:27 -0500 Started GET "/dashboard/media?page=2&per=5" for 127.0.0.1 at 2014-05-12 17:57:35 -0500 Processing by Storytime::Dashboard::MediaController#index as JS Parameters: {"page"=>"2", "per"=>"5"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 5 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (2.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (34.2ms) Completed 500 Internal Server Error in 43ms ActionView::Template::Error (undefined local variable or method `per_page' for #<#:0x00000101e3f650>): 1: /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html:3:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media__gallery_html__2008422247136765903_2163359260' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/renderer/renderer.rb:21:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/controllers/storytime/dashboard/media_controller.rb:11:in `index' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (10.1ms) Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 18:02:08 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.7ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.6ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (5.4ms) Storytime::Media Load (0.7ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (5.9ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (20.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (29.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (36.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (37.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 93ms (Views: 55.9ms | ActiveRecord: 3.8ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 18:02:08 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 18:02:08 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 18:02:08 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 18:02:08 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 18:02:08 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 18:02:08 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 18:02:08 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 18:02:08 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 18:02:08 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 18:02:08 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 18:02:08 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 18:02:08 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 18:02:08 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 18:02:08 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 18:02:08 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 18:02:08 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 18:02:08 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 18:02:08 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 18:02:08 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 18:02:08 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 18:02:08 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 18:02:08 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 18:02:08 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 18:02:08 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 18:02:08 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 18:02:08 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 18:02:08 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 18:02:08 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 18:02:08 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 18:02:08 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 18:02:08 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 18:02:08 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 18:02:08 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (59.1ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 18:02:09 -0500 Started GET "/dashboard/media?page=2&per=5" for 127.0.0.1 at 2014-05-12 18:02:13 -0500 Processing by Storytime::Dashboard::MediaController#index as JS Parameters: {"page"=>"2", "per"=>"5"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 5 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (2.3ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (22.3ms) Completed 200 OK in 32ms (Views: 28.3ms | ActiveRecord: 0.6ms) Started GET "/dashboard/media?per=5" for 127.0.0.1 at 2014-05-12 18:02:25 -0500 Processing by Storytime::Dashboard::MediaController#index as JS Parameters: {"per"=>"5"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (5.0ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (20.5ms) Completed 200 OK in 29ms (Views: 26.5ms | ActiveRecord: 0.6ms) Started GET "/dashboard/media?page=2&per=5" for 127.0.0.1 at 2014-05-12 18:02:27 -0500 Processing by Storytime::Dashboard::MediaController#index as JS Parameters: {"page"=>"2", "per"=>"5"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 5 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (2.3ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (17.5ms) Completed 200 OK in 26ms (Views: 23.6ms | ActiveRecord: 0.6ms) Started GET "/dashboard/media?per=5" for 127.0.0.1 at 2014-05-12 18:02:39 -0500 Processing by Storytime::Dashboard::MediaController#index as JS Parameters: {"per"=>"5"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (6.8ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (28.7ms) Completed 200 OK in 39ms (Views: 36.0ms | ActiveRecord: 0.7ms) Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 18:28:32 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (5.9ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (11.7ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (35.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (47.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (61.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (64.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (2.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 750ms (Views: 745.5ms | ActiveRecord: 1.0ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 18:28:33 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 18:28:33 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 18:28:33 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 18:28:33 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 18:28:33 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 18:28:33 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 18:28:33 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 18:28:33 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 18:28:33 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 18:28:33 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 18:28:33 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 18:28:33 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 18:28:33 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 18:28:33 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 18:28:33 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 18:28:33 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 18:28:33 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 18:28:33 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 18:28:33 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 18:28:33 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 18:28:33 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 18:28:33 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 18:28:33 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 18:28:33 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 18:28:34 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 18:28:34 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 18:28:34 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 18:28:34 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 18:28:34 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 18:28:34 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 18:28:34 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 18:28:34 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 18:28:34 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (61.6ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 18:28:34 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 18:29:14 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (3.1ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (9.8ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (27.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (34.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (42.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (45.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 85ms (Views: 79.0ms | ActiveRecord: 1.0ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 18:29:14 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 18:29:14 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 18:29:14 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:14 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:14 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 18:29:14 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:14 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:14 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:14 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:14 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:14 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 18:29:14 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:14 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:14 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:15 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:15 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:15 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:15 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:15 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:15 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:15 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:15 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:15 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:15 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:15 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:15 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:15 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:15 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:15 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:15 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:15 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:15 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 18:29:15 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (85.8ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 18:29:15 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 18:29:28 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.3ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (1.7ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (5.3ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (16.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (19.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (25.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (27.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 324ms (Views: 318.7ms | ActiveRecord: 0.9ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 18:29:29 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:29 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 18:29:29 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 18:29:29 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:29 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 18:29:29 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 18:29:29 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:29 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:29 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:29 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:29 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:29 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:29 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:29 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:29 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:29 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:29 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:29 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:29 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:29 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:29 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:29 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:29 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:29 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:29 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:29 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:29 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:29 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:29 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:29 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:29 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 18:29:29 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 18:29:29 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (6.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (53.2ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 18:29:30 -0500 Started POST "/dashboard/media" for 127.0.0.1 at 2014-05-12 18:29:42 -0500 Processing by Storytime::Dashboard::MediaController#create as JSON Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "media"=>{"file"=>#, @original_filename="image001.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"media[file]\"; filename=\"image001.png\"\r\nContent-Type: image/png\r\n">}} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (2.0ms) INSERT INTO "storytime_media" ("created_at", "file", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", "2014-05-12 23:29:42.869430"], ["file", "image001.png"], ["updated_at", "2014-05-12 23:29:42.869430"], ["user_id", 1]]  (0.8ms) commit transaction Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (2.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/show.json.jbuilder (10.7ms) Completed 200 OK in 294ms (Views: 21.4ms | ActiveRecord: 3.5ms) Started GET "/dashboard/media?page=2&per=5" for 127.0.0.1 at 2014-05-12 18:29:51 -0500 Processing by Storytime::Dashboard::MediaController#index as JS Parameters: {"page"=>"2", "per"=>"5"} Storytime::User Load (0.4ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 5 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (3.5ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (18.6ms) Completed 200 OK in 27ms (Views: 23.9ms | ActiveRecord: 0.8ms) Started GET "/dashboard/media?per=5" for 127.0.0.1 at 2014-05-12 18:29:52 -0500 Processing by Storytime::Dashboard::MediaController#index as JS Parameters: {"per"=>"5"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (4.9ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (19.2ms) Completed 200 OK in 28ms (Views: 24.8ms | ActiveRecord: 0.6ms) Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 18:33:24 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.2ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (7.0ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (24.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (30.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (37.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (39.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.3ms) Completed 200 OK in 326ms (Views: 321.2ms | ActiveRecord: 0.8ms) Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 18:33:25 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 18:33:25 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 18:33:25 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 18:33:25 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 18:33:25 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 18:33:25 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 18:33:25 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 18:33:25 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 18:33:25 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 18:33:25 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 18:33:25 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 18:33:25 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 18:33:25 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 18:33:25 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 18:33:25 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 18:33:25 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 18:33:25 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 18:33:25 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 18:33:25 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 18:33:25 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 18:33:25 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 18:33:25 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 18:33:25 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 18:33:25 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 18:33:25 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 18:33:25 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 18:33:25 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 18:33:25 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 18:33:25 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 18:33:25 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 18:33:25 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 18:33:25 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 18:33:26 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (6.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (55.1ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 18:33:26 -0500 Started POST "/dashboard/media" for 127.0.0.1 at 2014-05-12 18:33:49 -0500 Processing by Storytime::Dashboard::MediaController#create as JSON Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "media"=>{"file"=>#, @original_filename="image001.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"media[file]\"; filename=\"image001.png\"\r\nContent-Type: image/png\r\n">}} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::User Load (0.4ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) begin transaction SQL (0.5ms) INSERT INTO "storytime_media" ("created_at", "file", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", "2014-05-12 23:33:49.317271"], ["file", "image001.png"], ["updated_at", "2014-05-12 23:33:49.317271"], ["user_id", 1]]  (1.0ms) commit transaction Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (4.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/show.json.jbuilder (7.0ms) Completed 200 OK in 178ms (Views: 19.0ms | ActiveRecord: 2.5ms) Started POST "/dashboard/media" for 127.0.0.1 at 2014-05-12 18:34:05 -0500 Processing by Storytime::Dashboard::MediaController#create as JSON Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "media"=>{"file"=>#, @original_filename="image001.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"media[file]\"; filename=\"image001.png\"\r\nContent-Type: image/png\r\n">}} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "storytime_media" ("created_at", "file", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", "2014-05-12 23:34:05.304596"], ["file", "image001.png"], ["updated_at", "2014-05-12 23:34:05.304596"], ["user_id", 1]]  (0.8ms) commit transaction Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (1.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/show.json.jbuilder (3.8ms) Completed 200 OK in 152ms (Views: 14.2ms | ActiveRecord: 1.7ms) Started GET "/dashboard/media?page=2&per=5" for 127.0.0.1 at 2014-05-12 18:34:11 -0500 Processing by Storytime::Dashboard::MediaController#index as JS Parameters: {"page"=>"2", "per"=>"5"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 5 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (5.7ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (21.6ms) Completed 200 OK in 30ms (Views: 27.2ms | ActiveRecord: 0.6ms) Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 19:16:56 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.7ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.7ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (6.3ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (5.9ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (20.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (30.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (37.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (39.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 110ms (Views: 75.2ms | ActiveRecord: 3.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 19:16:56 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 19:16:56 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 19:16:56 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 19:16:56 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 19:16:56 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 19:16:56 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 19:16:56 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 19:16:56 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 19:16:56 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 19:16:56 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 19:16:56 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 19:16:56 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 19:16:56 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 19:16:56 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 19:16:57 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 19:16:57 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 19:16:57 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 19:16:57 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 19:16:57 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 19:16:57 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 19:16:57 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 19:16:57 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 19:16:57 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 19:16:57 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 19:16:57 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 19:16:57 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 19:16:57 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 19:16:57 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 19:16:57 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 19:16:57 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 19:16:57 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 19:16:57 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 19:16:57 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (82.3ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 19:16:57 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 19:17:29 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.5ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.8ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (10.9ms) Storytime::Media Load (0.4ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (37214.4ms)  (0.3ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (37230.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (37244.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (37275.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (37278.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 37367ms (Views: 37301.2ms | ActiveRecord: 5.7ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 19:18:06 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 19:18:06 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 19:18:07 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:07 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:07 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 19:18:07 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 19:18:07 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:07 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:07 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:07 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:07 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:07 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:07 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:07 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:07 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:07 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:07 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:07 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:07 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:07 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:07 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:07 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:07 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:07 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:07 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:07 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:07 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:07 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:07 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:07 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:07 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:07 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 19:18:07 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (79.8ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 19:18:07 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 19:18:08 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.4ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (9.9ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (13.6ms)  (0.4ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (37.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (49.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (62.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (64.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (2.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 165ms (Views: 116.3ms | ActiveRecord: 3.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 19:18:08 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 19:18:09 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 19:18:09 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:09 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:09 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 19:18:09 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:09 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 19:18:09 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:09 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:09 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:09 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:09 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:09 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:09 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:09 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:09 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:09 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:09 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:09 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:09 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:09 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:09 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:09 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:09 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:09 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:09 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:09 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:09 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:09 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:09 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:09 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:09 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 19:18:09 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (7.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (72.1ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 19:18:09 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 19:18:52 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.8ms) Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (5.2ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (18.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (23.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (31.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (33.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 123ms (Views: 118.7ms | ActiveRecord: 0.8ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 19:18:52 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:52 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 19:18:52 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 19:18:52 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:52 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:52 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:52 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 19:18:52 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 19:18:52 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:52 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:53 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:53 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:53 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:53 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:53 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:53 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:53 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:53 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:53 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:53 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:53 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:53 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:53 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:53 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:53 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:53 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:53 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:53 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:53 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:53 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:53 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:53 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 19:18:53 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (8.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (79.3ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 19:18:53 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 19:18:56 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.4ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (1.8ms) Storytime::Media Load (0.5ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (4.5ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (17.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (22.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (29.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (30.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 103ms (Views: 96.2ms | ActiveRecord: 1.2ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 19:18:56 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 19:18:56 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 19:18:56 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 19:18:56 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:56 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 19:18:56 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:56 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:56 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:56 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:56 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:56 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:56 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:56 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:56 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:56 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:56 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:56 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:56 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:56 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:56 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:56 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:56 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:56 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:56 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:56 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:56 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:56 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:56 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:56 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:56 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:56 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 19:18:56 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 19:18:56 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (9.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (83.9ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 19:18:57 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 19:19:09 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (3.2ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (4.7ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (16.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (22.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (28.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (30.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 126ms (Views: 120.8ms | ActiveRecord: 0.8ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 19:19:09 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 19:19:09 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 19:19:09 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 19:19:09 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 19:19:09 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 19:19:09 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 19:19:09 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 19:19:09 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 19:19:09 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 19:19:09 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 19:19:09 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 19:19:09 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 19:19:09 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 19:19:09 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 19:19:10 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 19:19:10 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 19:19:10 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 19:19:10 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 19:19:10 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 19:19:10 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 19:19:10 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 19:19:10 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 19:19:10 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 19:19:10 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 19:19:10 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 19:19:10 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 19:19:10 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 19:19:10 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 19:19:10 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 19:19:10 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 19:19:10 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 19:19:10 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 19:19:10 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (56.7ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 19:19:10 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 20:23:10 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (1.4ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.2ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 25 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (9.7ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (15.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (21.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 121ms (Views: 113.0ms | ActiveRecord: 1.9ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 20:23:11 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 20:23:11 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:11 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:11 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 20:23:11 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 20:23:11 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:11 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:11 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:11 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:11 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:11 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:11 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:11 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:11 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 20:23:11 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:11 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:11 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:11 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:11 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:11 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:11 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:11 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:11 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:11 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:11 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:11 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:11 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:11 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:11 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:11 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:11 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:11 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 20:23:11 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 20:23:25 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.6ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 25 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (12.5ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (16.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (21.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 49ms (Views: 45.5ms | ActiveRecord: 0.7ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 20:23:25 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 20:23:25 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 20:23:25 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 20:23:25 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:25 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 20:23:25 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:25 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:25 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:25 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:25 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:25 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:25 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:25 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:25 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:25 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:25 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:25 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:25 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:25 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:25 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:25 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:25 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:25 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:25 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:25 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:25 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:25 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:25 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:25 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:25 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:25 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 20:23:25 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 20:23:25 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 20:24:02 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.0ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 25 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (14.5ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (19.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (23.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 107ms (Views: 103.4ms | ActiveRecord: 0.7ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 20:24:02 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 20:24:02 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:02 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 20:24:02 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 20:24:02 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:02 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 20:24:02 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:02 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:02 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:02 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:02 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:02 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:02 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:02 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:02 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:02 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:02 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:02 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:02 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:02 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:02 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:02 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:02 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:02 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:02 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:02 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:02 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:02 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:02 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:03 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:03 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:03 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 20:24:03 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 20:24:21 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (1.8ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 25 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (13.5ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (18.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (22.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 96ms (Views: 93.2ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 20:24:21 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 20:24:21 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 20:24:21 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:21 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 20:24:21 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:21 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:21 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:21 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:21 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:21 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:21 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:21 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:21 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:21 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:21 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:21 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:21 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:21 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 20:24:22 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:22 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:22 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:22 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:22 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:22 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:22 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:22 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:22 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:22 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:22 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:22 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:22 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:22 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 20:24:22 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 20:24:34 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.1ms) Storytime::Media Load (0.4ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 25 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (10.8ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (16.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (20.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 94ms (Views: 89.9ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 20:24:34 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 20:24:34 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:34 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 20:24:34 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:34 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 20:24:34 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:34 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:34 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:34 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 20:24:34 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:34 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:34 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:34 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:34 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:34 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:34 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:34 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:34 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:34 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:34 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:34 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:34 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:34 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:34 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:34 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:34 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:34 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:34 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:34 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:34 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:34 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:34 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 20:24:35 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 20:24:55 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (1.8ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 25 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (12.7ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (17.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (20.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 97ms (Views: 93.8ms | ActiveRecord: 0.6ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 20:24:55 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 20:24:55 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:55 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 20:24:55 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:55 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:55 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 20:24:55 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:55 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:55 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:55 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:55 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:55 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:55 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:55 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 20:24:55 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:55 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:55 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:55 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:55 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:55 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:56 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:56 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:56 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:56 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:56 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:56 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:56 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:56 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:56 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:56 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:56 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 20:24:56 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 20:24:56 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 20:25:52 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.2ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 25 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (13.8ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (17.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (22.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 62ms (Views: 44.3ms | ActiveRecord: 0.7ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 20:25:52 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 20:25:52 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 20:25:52 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 20:25:52 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:25:52 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 20:25:52 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 20:25:52 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 20:25:52 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 20:25:52 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 20:25:52 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 20:25:52 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 20:25:52 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 20:25:52 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 20:25:52 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 20:25:52 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 20:25:52 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 20:25:52 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 20:25:52 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 20:25:52 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 20:25:52 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 20:25:52 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 20:25:52 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:25:52 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 20:25:52 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 20:25:52 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 20:25:52 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 20:25:52 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 20:25:52 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 20:25:52 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 20:25:53 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 20:25:53 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 20:25:53 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 20:25:53 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 20:26:17 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (5.8ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 25 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (13.3ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (18.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (26.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 71ms (Views: 47.7ms | ActiveRecord: 1.7ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 20:26:17 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 20:26:17 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:17 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 20:26:17 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 20:26:17 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:17 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 20:26:17 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:17 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:17 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:17 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:17 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:17 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:17 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:17 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:17 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:17 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:17 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:17 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:17 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:17 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:18 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:18 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:18 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:18 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:18 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:18 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:18 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:18 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:18 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:18 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:18 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:18 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 20:26:18 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 20:26:44 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.4ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 25 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (14.8ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (19.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (24.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 107ms (Views: 104.4ms | ActiveRecord: 0.6ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 20:26:45 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 20:26:45 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 20:26:45 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 20:26:45 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 20:26:45 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:45 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:45 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:45 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:45 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:45 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:45 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:45 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:45 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:45 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:45 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:45 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:45 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:45 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:45 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:45 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:45 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:45 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:45 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:45 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:45 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:45 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:45 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:45 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:45 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:45 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:45 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:45 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 20:26:45 -0500 Started GET "/dashboard/posts" for 127.0.0.1 at 2014-05-12 20:26:49 -0500 Processing by Storytime::Dashboard::PostsController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_post.html.erb (6.3ms)  (0.5ms) SELECT COUNT(*) FROM "storytime_posts" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/index.html.erb within layouts/storytime/dashboard (15.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 48ms (Views: 38.6ms | ActiveRecord: 1.5ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 20:26:49 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 20:26:49 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:49 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 20:26:49 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 20:26:49 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 20:26:49 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:49 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:49 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:49 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:49 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:49 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:49 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:49 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:49 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:49 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:49 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:49 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:49 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:49 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:49 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:49 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:49 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:49 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:49 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:49 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:49 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:49 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:49 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:49 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:49 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:49 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 20:26:49 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 20:26:49 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 20:27:00 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (4.0ms) Storytime::Media Load (0.6ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 25 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (15.9ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (22.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (29.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 135ms (Views: 130.7ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 20:27:00 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 20:27:00 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 20:27:00 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 20:27:00 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:00 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:00 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:00 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:00 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:00 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:00 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:00 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:00 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:00 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:00 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 20:27:00 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:00 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:00 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:00 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:00 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:00 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:00 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:00 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:00 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:00 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:01 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:01 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:01 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:01 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:01 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:01 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:01 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:01 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 20:27:01 -0500 Started GET "/dashboard/posts" for 127.0.0.1 at 2014-05-12 20:27:34 -0500 Processing by Storytime::Dashboard::PostsController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.3ms) SELECT "storytime_posts".* FROM "storytime_posts" LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_post.html.erb (1.3ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_posts" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/index.html.erb within layouts/storytime/dashboard (7.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 37ms (Views: 32.7ms | ActiveRecord: 0.7ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 20:27:34 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 20:27:34 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:34 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 20:27:34 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 20:27:34 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 20:27:34 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:34 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:34 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:34 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:34 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:34 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:34 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:34 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:34 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:34 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:34 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:34 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:34 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:34 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:34 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:34 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:34 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:34 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:34 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:34 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:34 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:34 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:34 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:34 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:34 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:34 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:34 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 20:27:34 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 20:27:36 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.4ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.3ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (3.1ms) Storytime::Media Load (0.4ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (7.3ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (22.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (28.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (37.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (39.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (2.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 83ms (Views: 77.9ms | ActiveRecord: 1.1ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 20:27:36 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 20:27:36 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 20:27:36 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:36 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:36 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 20:27:36 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:36 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 20:27:36 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:36 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:36 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:36 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:36 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:36 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:36 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:36 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:36 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:36 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:36 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:36 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:36 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:36 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:36 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:36 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:36 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:36 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:36 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:36 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:36 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:36 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:36 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:36 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 20:27:36 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 20:27:36 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (97.5ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 20:27:37 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 20:28:18 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (6.3ms) Storytime::Media Load (0.5ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (6.1ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (20.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (29.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (37.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (39.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 92ms (Views: 58.3ms | ActiveRecord: 2.4ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 20:28:19 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 20:28:19 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 20:28:19 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 20:28:19 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:19 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 20:28:19 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:19 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:19 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:19 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:19 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:19 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:19 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:19 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:19 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:19 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:19 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:19 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:19 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:19 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:19 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:19 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:19 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:19 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:19 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:19 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:19 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:19 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:19 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:19 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:19 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:19 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:19 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 20:28:19 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (8.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (81.1ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 20:28:19 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 20:28:34 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (7.2ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (7.9ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (18.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (29.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (39.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (40.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (2.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 96ms (Views: 63.1ms | ActiveRecord: 2.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 20:28:34 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 20:28:34 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:34 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 20:28:34 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 20:28:34 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:34 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:34 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:34 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:34 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:34 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:34 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:34 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:34 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:34 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:34 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 20:28:34 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:34 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:34 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:34 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:34 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:34 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:34 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:34 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:34 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:34 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:34 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:34 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:34 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:34 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:34 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:34 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 20:28:34 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 20:28:34 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (14.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (66.0ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 20:28:35 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 20:29:12 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (9.3ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 5 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (5.0ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (21.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (33.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (151.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (159.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.5ms) Completed 200 OK in 490ms (Views: 405.8ms | ActiveRecord: 4.7ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 20:29:13 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 20:29:13 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:13 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 20:29:13 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 20:29:13 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 20:29:13 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:13 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:13 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:13 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:13 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:13 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:13 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:13 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:13 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:13 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:13 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:13 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:13 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:13 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:13 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:13 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:13 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:13 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:13 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:13 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:13 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:13 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:13 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:13 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:13 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:13 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:14 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 20:29:14 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (7.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (65.1ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 20:29:14 -0500 Started GET "/dashboard/media?page=2" for 127.0.0.1 at 2014-05-12 20:29:18 -0500 Processing by Storytime::Dashboard::MediaController#index as JS Parameters: {"page"=>"2"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 10 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (0.0ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (9.4ms) Completed 200 OK in 20ms (Views: 16.2ms | ActiveRecord: 0.6ms) Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 20:29:39 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (7.2ms) Storytime::Media Load (0.4ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (10.6ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (15.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (26.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (32.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (34.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 96ms (Views: 56.6ms | ActiveRecord: 2.6ms) Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 20:29:40 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 20:29:40 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 20:29:40 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 20:29:40 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:40 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:40 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:40 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:40 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:40 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:40 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:40 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:40 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:40 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:40 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:40 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:40 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 20:29:40 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:40 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:40 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:40 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:40 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:40 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:40 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:40 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:40 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:40 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:40 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:40 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:40 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:40 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:40 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 20:29:40 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 20:29:40 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (59.1ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 20:29:41 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 20:30:00 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (3.0ms) Storytime::Media Load (0.4ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (11.0ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (16.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (21.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (29.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (31.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 109ms (Views: 105.4ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 20:30:00 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 20:30:00 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 20:30:00 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:30:00 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 20:30:00 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 20:30:00 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 20:30:00 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 20:30:00 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 20:30:00 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 20:30:00 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 20:30:00 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 20:30:00 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 20:30:00 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 20:30:00 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 20:30:00 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 20:30:00 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 20:30:00 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 20:30:00 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 20:30:00 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:30:00 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 20:30:00 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 20:30:00 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 20:30:00 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 20:30:00 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 20:30:00 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 20:30:00 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 20:30:00 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 20:30:00 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 20:30:00 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 20:30:00 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 20:30:00 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 20:30:00 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:30:00 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 20:30:01 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (12.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (75.2ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 20:30:01 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 20:31:49 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (1.7ms) Storytime::Media Load (0.4ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (10.8ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (15.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (18.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (26.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (27.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 92ms (Views: 87.8ms | ActiveRecord: 1.0ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 20:31:50 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 20:31:50 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 20:31:50 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:31:50 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 20:31:50 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 20:31:50 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 20:31:50 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 20:31:50 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 20:31:50 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 20:31:50 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 20:31:50 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 20:31:50 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 20:31:50 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 20:31:50 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 20:31:50 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 20:31:50 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 20:31:50 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 20:31:50 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 20:31:50 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 20:31:50 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 20:31:50 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:31:50 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 20:31:50 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 20:31:50 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 20:31:50 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 20:31:50 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 20:31:50 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 20:31:50 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 20:31:50 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 20:31:50 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 20:31:50 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 20:31:50 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 20:31:50 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 20:31:50 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (6.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (62.3ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 20:31:50 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 20:33:20 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (1.7ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (11.1ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (16.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (19.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (28.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (29.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 94ms (Views: 90.3ms | ActiveRecord: 0.7ms) Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:20 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 20:33:20 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 20:33:20 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 20:33:20 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 20:33:20 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:20 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:20 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:20 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:20 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:20 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:20 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:20 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:20 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:20 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:20 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 20:33:20 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:20 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:20 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:20 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:20 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:20 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:20 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:20 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:20 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:20 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:20 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:20 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:20 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:20 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:20 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:20 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:20 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 20:33:20 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (6.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (57.6ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 20:33:21 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 20:33:43 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (1.7ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (11.2ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (16.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (19.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (26.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (27.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 96ms (Views: 92.1ms | ActiveRecord: 0.8ms) Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:44 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 20:33:44 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 20:33:44 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 20:33:44 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:44 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 20:33:44 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:44 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:44 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:44 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:44 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:44 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:44 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:44 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:44 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 20:33:44 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:44 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:44 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:44 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:44 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:44 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:44 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:44 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:44 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:44 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:44 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:44 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:44 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:44 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:44 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:44 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:44 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:44 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 20:33:44 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 20:33:44 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (75.6ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 20:33:45 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 20:34:17 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (1.7ms) Storytime::Media Load (0.5ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (9.4ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (14.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (18.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (24.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (26.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 99ms (Views: 93.7ms | ActiveRecord: 1.1ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 20:34:17 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 20:34:17 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 20:34:17 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 20:34:17 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 20:34:17 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:34:17 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 20:34:17 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 20:34:17 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 20:34:17 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 20:34:17 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 20:34:17 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 20:34:17 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 20:34:17 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 20:34:17 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 20:34:17 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 20:34:17 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 20:34:17 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 20:34:17 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 20:34:17 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 20:34:17 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:34:17 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 20:34:17 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 20:34:17 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 20:34:17 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 20:34:17 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 20:34:17 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 20:34:17 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 20:34:17 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 20:34:17 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 20:34:17 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 20:34:17 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 20:34:17 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 20:34:18 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (29.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (112.9ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 20:34:18 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 20:35:08 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.0ms) Storytime::Media Load (0.4ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (10.5ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (14.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (18.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (24.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (26.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 90ms (Views: 86.7ms | ActiveRecord: 0.8ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 20:35:08 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 20:35:08 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 20:35:08 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 20:35:08 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 20:35:08 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:35:08 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 20:35:08 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 20:35:08 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 20:35:08 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 20:35:08 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 20:35:08 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 20:35:08 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 20:35:08 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 20:35:08 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 20:35:08 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 20:35:08 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 20:35:08 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 20:35:08 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 20:35:08 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 20:35:08 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 20:35:08 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:35:08 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 20:35:08 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 20:35:08 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 20:35:08 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 20:35:08 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 20:35:08 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 20:35:08 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 20:35:08 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 20:35:08 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 20:35:08 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 20:35:08 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 20:35:09 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (61.3ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 20:35:09 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 20:36:00 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.6ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (10.3ms)  (0.3ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (15.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (20.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (26.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (28.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 99ms (Views: 95.3ms | ActiveRecord: 0.8ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 20:36:00 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 20:36:00 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 20:36:00 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 20:36:00 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:00 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:00 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:00 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:00 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:00 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:00 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:00 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:00 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:00 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:00 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 20:36:00 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:00 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:00 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:00 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:00 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:00 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:00 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:00 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:00 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:00 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:00 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:00 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:00 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:00 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:00 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:00 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:00 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:00 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 20:36:01 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (69.5ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 20:36:01 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 20:36:41 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (11.4ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (13.4ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (17.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (31.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (37.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (38.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 107ms (Views: 103.5ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 20:36:41 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 20:36:41 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 20:36:41 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 20:36:41 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:41 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:41 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:41 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:41 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 20:36:41 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:41 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:41 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:41 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:41 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:41 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:41 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:41 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:41 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:41 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:41 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:41 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:41 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:41 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:41 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:41 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:41 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:41 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:41 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:41 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:41 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:41 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:41 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:41 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 20:36:42 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (6.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (71.2ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 20:36:42 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 20:36:54 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (1.9ms) Storytime::Media Load (0.5ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (12.8ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (18.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (22.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (29.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (31.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 107ms (Views: 100.7ms | ActiveRecord: 1.2ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 20:36:54 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 20:36:54 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:54 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:54 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:54 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 20:36:54 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 20:36:54 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:54 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:54 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:54 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 20:36:54 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:54 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:54 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:54 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:54 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:54 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:54 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:54 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:54 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:54 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:54 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:54 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:54 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:54 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:54 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:54 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:54 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:54 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:54 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:54 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:54 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 20:36:54 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 20:36:54 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (9.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (65.3ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 20:36:55 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 20:37:09 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (1.6ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (11.3ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (16.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (19.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (27.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (29.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 92ms (Views: 88.6ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 20:37:09 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 20:37:09 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:09 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 20:37:09 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:09 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 20:37:09 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 20:37:09 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:09 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:09 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:09 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:09 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:09 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:09 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:09 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:09 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:09 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:09 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:09 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:09 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:09 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:09 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:09 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:09 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:09 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:09 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:09 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:09 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:09 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:09 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:09 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:09 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:09 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 20:37:09 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (57.6ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 20:37:10 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 20:37:25 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.5ms) Storytime::Media Load (0.4ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (24.2ms)  (0.3ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (31.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (36.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (43.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (45.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 114ms (Views: 109.7ms | ActiveRecord: 1.1ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 20:37:25 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:25 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:25 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 20:37:25 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:25 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 20:37:25 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:25 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:25 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:25 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:25 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 20:37:25 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:25 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:25 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 20:37:25 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:25 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:25 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:25 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:25 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:25 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:25 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:25 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:25 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:25 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:25 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:26 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:26 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:26 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:26 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:26 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:26 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:26 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 20:37:26 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 20:37:26 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (36.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (100.6ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 20:37:26 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 20:38:29 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.9ms) Storytime::Media Load (0.4ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (10.3ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (15.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (21.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (27.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (28.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 50ms (Views: 46.5ms | ActiveRecord: 0.9ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 20:38:29 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 20:38:29 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 20:38:29 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 20:38:29 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 20:38:29 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 20:38:29 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:38:29 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 20:38:29 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 20:38:29 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 20:38:29 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 20:38:29 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 20:38:29 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 20:38:29 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 20:38:29 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 20:38:29 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 20:38:29 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 20:38:29 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 20:38:29 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 20:38:29 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 20:38:29 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 20:38:29 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 20:38:29 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:38:29 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 20:38:29 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 20:38:29 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 20:38:29 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 20:38:29 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 20:38:29 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 20:38:29 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 20:38:29 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 20:38:29 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 20:38:30 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 20:38:30 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (6.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (79.7ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 20:38:30 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 20:43:37 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.1ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (10.4ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (14.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (19.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 44ms (Views: 40.0ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 20:43:37 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 20:43:37 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 20:43:37 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 20:43:37 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 20:43:37 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 20:43:37 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 20:43:37 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 20:43:37 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:43:37 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 20:43:37 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 20:43:37 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 20:43:37 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 20:43:37 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 20:43:37 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 20:43:37 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 20:43:37 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 20:43:37 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 20:43:37 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 20:43:37 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 20:43:37 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 20:43:37 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 20:43:37 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 20:43:37 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 20:43:37 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 20:43:37 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:43:37 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 20:43:37 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 20:43:37 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 20:43:37 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 20:43:37 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 20:43:37 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 20:43:37 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 20:43:37 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 20:46:39 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.3ms) Storytime::Media Load (0.4ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (12.7ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (17.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (22.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (28.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (30.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 494ms (Views: 490.1ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 20:46:39 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 20:46:39 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 20:46:39 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 20:46:39 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 20:46:39 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 20:46:39 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:46:39 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 20:46:39 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 20:46:39 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 20:46:39 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 20:46:39 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 20:46:39 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 20:46:39 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 20:46:40 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 20:46:40 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 20:46:40 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 20:46:40 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 20:46:40 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 20:46:40 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 20:46:40 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 20:46:40 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:46:40 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 20:46:40 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 20:46:40 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 20:46:40 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 20:46:40 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 20:46:40 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 20:46:40 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 20:46:40 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 20:46:40 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 20:46:40 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 20:46:40 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 20:46:40 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (55.9ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 20:46:40 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 20:47:05 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.4ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.3ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (1.9ms) Storytime::Media Load (0.4ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (15.0ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (20.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (23.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (31.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (33.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 310ms (Views: 304.4ms | ActiveRecord: 1.1ms) Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 20:47:06 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 20:47:06 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 20:47:06 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 20:47:06 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:47:06 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 20:47:06 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 20:47:06 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 20:47:06 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 20:47:06 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 20:47:06 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 20:47:06 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 20:47:06 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 20:47:06 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 20:47:06 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 20:47:06 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 20:47:06 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 20:47:06 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 20:47:06 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 20:47:06 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 20:47:06 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 20:47:06 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 20:47:06 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 20:47:06 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:47:06 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 20:47:06 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 20:47:06 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 20:47:06 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 20:47:06 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 20:47:06 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 20:47:06 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 20:47:06 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 20:47:06 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 20:47:06 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (7.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (12.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (153.3ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 20:47:07 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 20:52:06 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (3.3ms) Storytime::Media Load (0.5ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (14.4ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (19.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (26.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (33.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (34.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 321ms (Views: 315.7ms | ActiveRecord: 1.1ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 20:52:07 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 20:52:07 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 20:52:07 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 20:52:07 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 20:52:07 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:52:07 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 20:52:07 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 20:52:07 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 20:52:07 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 20:52:07 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 20:52:07 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 20:52:07 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 20:52:07 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 20:52:07 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 20:52:07 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 20:52:07 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 20:52:07 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 20:52:07 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 20:52:07 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 20:52:07 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 20:52:07 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 20:52:07 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 20:52:07 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 20:52:07 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 20:52:07 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 20:52:07 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 20:52:07 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 20:52:07 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 20:52:07 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 20:52:07 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 20:52:07 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 20:52:07 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 20:52:11 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (16.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (96.7ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 20:52:11 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-12 21:09:46 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.6ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (4.0ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (14.2ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (18.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (25.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 50ms (Views: 44.6ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 21:09:46 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 21:09:46 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 21:09:46 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 21:09:46 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:46 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 21:09:46 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:46 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:46 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:46 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:47 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:47 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:47 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:47 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:47 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:47 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:47 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:47 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:47 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:47 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:47 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:47 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:47 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:47 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:47 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:47 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:47 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:47 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:47 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:47 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:47 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:47 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:47 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 21:09:47 -0500 Started GET "/dashboard/posts" for 127.0.0.1 at 2014-05-12 21:09:50 -0500 Processing by Storytime::Dashboard::PostsController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_post.html.erb (1.7ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_posts" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/index.html.erb within layouts/storytime/dashboard (10.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 42ms (Views: 38.8ms | ActiveRecord: 0.7ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 21:09:51 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 21:09:51 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 21:09:51 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 21:09:51 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:51 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:51 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:51 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 21:09:51 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:51 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:51 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:51 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:51 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:51 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:51 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:51 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:51 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:51 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:51 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:51 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:51 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:51 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:51 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:51 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:51 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:51 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:51 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:51 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:51 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:51 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:51 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:51 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 21:09:51 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 21:09:51 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 21:33:57 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.6ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (1.8ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (13.7ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (17.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (21.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (28.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (30.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 153ms (Views: 147.7ms | ActiveRecord: 1.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 21:33:58 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 21:33:58 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 21:33:58 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 21:33:58 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 21:33:58 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 21:33:58 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 21:33:58 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 21:33:58 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 21:33:58 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 21:33:58 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 21:33:58 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 21:33:58 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 21:33:58 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 21:33:58 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 21:33:58 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 21:33:58 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 21:33:58 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 21:33:58 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 21:33:58 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 21:33:58 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 21:33:58 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 21:33:58 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 21:33:58 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 21:33:58 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 21:33:58 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 21:33:58 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 21:33:58 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 21:33:58 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 21:33:58 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 21:33:58 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 21:33:58 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 21:33:58 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 21:33:58 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (6.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (87.8ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 21:33:59 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 21:36:43 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (3.2ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (10.9ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (15.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (21.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (28.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (31.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 367ms (Views: 361.5ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 21:36:44 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 21:36:44 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 21:36:44 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 21:36:44 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:44 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:44 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:44 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:44 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:44 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 21:36:44 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:44 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:44 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:44 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:44 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:44 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:44 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:44 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:44 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:44 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:44 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:44 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:44 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:44 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:44 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:44 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:44 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:44 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:44 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:44 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:44 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:44 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:44 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 21:36:44 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (6.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (67.4ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 21:36:45 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 21:36:58 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.6ms) Storytime::Media Load (0.4ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (11.9ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (16.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (21.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (29.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (30.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 309ms (Views: 304.6ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 21:36:58 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 21:36:58 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 21:36:58 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:58 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 21:36:58 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:58 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:59 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:59 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 21:36:59 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:59 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:59 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:59 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:59 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:59 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:59 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:59 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:59 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:59 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:59 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:59 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:59 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:59 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:59 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:59 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:59 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:59 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:59 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:59 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:59 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:59 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:59 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 21:36:59 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 21:36:59 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (55.0ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 21:36:59 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 21:46:25 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (3.1ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (12.4ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (16.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (22.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (30.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (32.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 57ms (Views: 53.3ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 21:46:25 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 21:46:25 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 21:46:25 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 21:46:25 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 21:46:25 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 21:46:25 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 21:46:25 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 21:46:25 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 21:46:25 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 21:46:25 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 21:46:25 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 21:46:25 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 21:46:25 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 21:46:25 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 21:46:25 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 21:46:25 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 21:46:25 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 21:46:25 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 21:46:25 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 21:46:25 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 21:46:25 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 21:46:25 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 21:46:25 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 21:46:25 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 21:46:25 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 21:46:25 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 21:46:25 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 21:46:25 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 21:46:25 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 21:46:25 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 21:46:25 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 21:46:25 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 21:46:25 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 21:46:26 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (59.0ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 21:46:26 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 21:50:03 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.1ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (19.5ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (23.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (29.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (37.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (39.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (7.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 321ms (Views: 317.8ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 21:50:04 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (6.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (61.1ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 21:50:05 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 21:52:09 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.3ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (11.7ms) Storytime::Media Load (0.4ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (11.6ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (16.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (31.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (42.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (45.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 72ms (Views: 66.7ms | ActiveRecord: 1.1ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 21:52:09 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 21:52:09 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 21:52:09 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 21:52:09 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:09 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:09 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:09 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:09 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:09 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:09 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:09 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:09 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:09 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 21:52:09 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:09 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:09 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:09 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:10 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:10 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:10 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:10 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:10 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:10 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:10 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:10 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:10 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:10 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:10 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:10 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:10 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:10 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:10 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:10 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:10 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:10 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:10 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:10 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:10 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:10 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:10 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:10 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:10 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 21:52:10 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (58.2ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 21:52:11 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 21:52:30 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.1ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (10.4ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (15.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (19.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (28.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (30.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 55ms (Views: 50.6ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 21:52:30 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 21:52:30 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 21:52:30 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:30 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:30 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 21:52:30 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:30 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:30 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:30 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:30 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:30 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 21:52:30 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:30 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:30 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:31 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:31 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:31 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:31 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:31 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:31 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:31 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:31 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:31 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:31 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:31 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:31 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:31 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:31 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:31 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:31 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:31 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:31 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:31 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:31 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:31 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:31 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:31 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:31 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:31 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:31 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:31 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:31 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:31 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:31 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:31 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:31 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:31 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:31 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 21:52:31 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (56.4ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 21:52:32 -0500 Started GET "/dashboard/posts/6/undefined" for 127.0.0.1 at 2014-05-12 21:52:36 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/undefined"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (50.1ms) Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 21:52:45 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.4ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.3ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (1.8ms) Storytime::Media Load (0.4ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (9.9ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (14.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (18.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (25.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (27.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 52ms (Views: 46.6ms | ActiveRecord: 1.3ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 21:52:45 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 21:52:45 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 21:52:45 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 21:52:45 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 21:52:45 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:45 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:45 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:45 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:45 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:45 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:45 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:45 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:45 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:45 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:45 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:45 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:45 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:45 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:45 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:45 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:45 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:45 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:45 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:45 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:45 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:45 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:45 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:45 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:45 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:45 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:45 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 21:52:45 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 21:52:45 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (52.5ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 21:52:46 -0500 Started GET "/dashboard/posts/6/undefined" for 127.0.0.1 at 2014-05-12 21:52:49 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/undefined"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (20.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (93.2ms) Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 21:53:20 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.4ms) Storytime::Media Load (0.4ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (21.1ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (26.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (32.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (38.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (41.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 67ms (Views: 62.0ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 21:53:21 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (56.5ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 21:53:22 -0500 Started GET "/dashboard/posts/6/undefined" for 127.0.0.1 at 2014-05-12 21:54:00 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/undefined"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (50.4ms) Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 21:54:15 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (3.0ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (12.3ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (16.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (21.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (33.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (34.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 143ms (Views: 139.5ms | ActiveRecord: 0.7ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 21:54:16 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 21:54:16 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 21:54:16 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 21:54:16 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 21:54:16 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 21:54:16 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 21:54:16 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 21:54:16 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 21:54:16 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 21:54:16 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 21:54:16 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 21:54:16 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 21:54:16 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 21:54:16 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 21:54:16 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 21:54:16 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 21:54:16 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 21:54:16 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 21:54:16 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 21:54:16 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 21:54:16 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 21:54:16 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 21:54:16 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 21:54:16 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 21:54:16 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 21:54:16 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 21:54:16 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 21:54:16 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 21:54:16 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 21:54:16 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 21:54:16 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 21:54:16 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 21:54:16 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 21:54:16 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 21:54:16 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 21:54:16 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 21:54:16 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 21:54:16 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 21:54:17 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 21:54:17 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 21:54:17 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 21:54:24 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (66.0ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 21:54:25 -0500 Started GET "/dashboard/posts/6/undefined" for 127.0.0.1 at 2014-05-12 21:55:02 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/undefined"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (48.7ms) Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 21:55:29 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (3.2ms) Storytime::Media Load (0.4ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (16.2ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (21.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (27.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (35.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (37.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 165ms (Views: 158.7ms | ActiveRecord: 1.1ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 21:55:30 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 21:55:30 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:30 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 21:55:30 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 21:55:30 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:30 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:30 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:30 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:30 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:30 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:30 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:30 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:30 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:30 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:30 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 21:55:30 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:30 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:30 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:30 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:30 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:30 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:30 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:30 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:30 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:30 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:30 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:30 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:30 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:30 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:30 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:30 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:30 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:30 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:30 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:30 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:30 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:30 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:30 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:30 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:30 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:31 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:31 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:31 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:31 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:31 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 21:55:31 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 21:55:37 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (76.0ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 21:55:37 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 21:56:26 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.9ms) Storytime::Media Load (0.4ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (18.1ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (23.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (29.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (38.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (40.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 71ms (Views: 66.0ms | ActiveRecord: 1.0ms) Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 21:56:26 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 21:56:26 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 21:56:26 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 21:56:26 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 21:56:26 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 21:56:26 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 21:56:26 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 21:56:26 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 21:56:26 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 21:56:26 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 21:56:26 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 21:56:26 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 21:56:26 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 21:56:26 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 21:56:26 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 21:56:26 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 21:56:26 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 21:56:26 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 21:56:26 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 21:56:26 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 21:56:26 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 21:56:26 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 21:56:26 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 21:56:26 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 21:56:26 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 21:56:26 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 21:56:26 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 21:56:26 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 21:56:26 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 21:56:26 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 21:56:26 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 21:56:26 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 21:56:27 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (63.2ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 21:56:28 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 21:57:32 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (1.8ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (12.3ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (17.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (21.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (26.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (28.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 51ms (Views: 47.0ms | ActiveRecord: 0.9ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 21:57:33 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 21:57:33 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 21:57:33 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 21:57:33 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 21:57:33 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 21:57:33 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 21:57:33 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 21:57:33 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 21:57:33 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 21:57:33 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 21:57:33 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 21:57:33 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 21:57:33 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 21:57:33 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 21:57:33 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 21:57:33 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 21:57:33 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 21:57:33 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 21:57:33 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 21:57:33 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 21:57:33 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 21:57:33 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 21:57:33 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 21:57:33 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 21:57:33 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 21:57:33 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 21:57:33 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 21:57:33 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 21:57:33 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 21:57:33 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 21:57:33 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 21:57:33 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 21:57:33 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (7.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (53.7ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 21:57:34 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 22:00:34 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.4ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (13.5ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (17.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (22.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (29.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (39.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 62ms (Views: 58.4ms | ActiveRecord: 0.8ms) Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 22:00:34 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 22:00:34 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 22:00:34 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 22:00:34 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 22:00:34 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 22:00:34 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 22:00:34 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 22:00:34 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 22:00:34 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 22:00:34 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 22:00:34 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 22:00:34 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 22:00:34 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 22:00:34 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 22:00:34 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 22:00:34 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 22:00:34 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 22:00:34 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 22:00:34 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 22:00:34 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 22:00:34 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 22:00:34 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 22:00:34 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 22:00:35 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 22:00:35 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 22:00:35 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 22:00:35 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 22:00:35 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 22:00:35 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 22:00:35 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 22:00:35 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 22:00:35 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 22:00:35 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (6.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (56.2ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 22:00:36 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 22:05:00 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.3ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (8.3ms) Storytime::Media Load (0.4ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (391045.2ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (391051.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (391062.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (391072.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (391074.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 391147ms (Views: 391102.8ms | ActiveRecord: 2.8ms) Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 22:11:31 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 22:11:32 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 22:11:32 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 22:11:32 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:32 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 22:11:32 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:32 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:32 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:32 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:32 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:32 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:32 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:32 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:32 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:32 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:32 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:32 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:32 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:32 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:32 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:32 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:32 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:32 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:32 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:32 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:32 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:32 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:32 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:32 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:32 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:32 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:32 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:32 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 22:11:32 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (83.1ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 22:11:33 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-12 22:11:36 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (6.8ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (20.2ms)  (0.3ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (25.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (34.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (40.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (42.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 109ms (Views: 73.6ms | ActiveRecord: 2.5ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-12 22:11:36 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-12 22:11:36 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:36 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-12 22:11:36 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:36 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-12 22:11:36 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-12 22:11:36 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:36 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:36 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:36 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:36 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:36 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:36 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:37 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:37 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:37 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:37 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:37 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:37 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:37 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:37 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:37 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:37 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:37 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:37 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:37 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:37 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:37 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:37 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:37 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:37 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-12 22:11:37 -0500 Started GET "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-12 22:11:37 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/posts/6/css/bootstrap3-wysiwyg5-color.css"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (54.5ms) Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-12 22:11:38 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-13 10:12:09 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (1.8ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.3ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (4.9ms) Storytime::Media Load (0.5ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (22.7ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (31.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (40.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (60.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (63.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.3ms) Completed 200 OK in 479ms (Views: 451.5ms | ActiveRecord: 2.9ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 10:12:10 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 10:12:10 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 10:12:10 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 10:12:10 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 10:12:10 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 10:12:10 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 10:12:10 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 10:12:10 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 10:12:10 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 10:12:10 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 10:12:10 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 10:12:10 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 10:12:10 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 10:12:10 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 10:12:10 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 10:12:10 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 10:12:10 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 10:12:10 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 10:12:10 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 10:12:10 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 10:12:10 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 10:12:10 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 10:12:10 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 10:12:10 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 10:12:10 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 10:12:10 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 10:12:10 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 10:12:10 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 10:12:10 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 10:12:10 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 10:12:10 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 10:12:10 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-13 10:12:11 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-13 10:26:45 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.6ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (3.0ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (10.2ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (15.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (20.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 45ms (Views: 38.8ms | ActiveRecord: 1.1ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 10:26:45 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:45 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 10:26:46 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 10:26:46 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:46 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 10:26:46 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:46 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 10:26:46 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:46 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:46 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:46 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:46 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:46 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:46 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:46 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:46 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:46 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:46 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:46 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:46 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:46 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:46 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:46 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:46 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:46 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:46 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:46 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:46 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:46 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:46 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:46 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:46 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-13 10:26:46 -0500 Started GET "/dashboard/posts" for 127.0.0.1 at 2014-05-13 10:26:50 -0500 Processing by Storytime::Dashboard::PostsController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_post.html.erb (1.3ms)  (0.6ms) SELECT COUNT(*) FROM "storytime_posts" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/index.html.erb within layouts/storytime/dashboard (9.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 35ms (Views: 30.6ms | ActiveRecord: 1.0ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 10:26:50 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 10:26:50 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 10:26:50 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:50 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 10:26:50 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:50 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 10:26:50 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:50 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:50 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:50 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:50 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:50 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:50 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:50 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:50 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:50 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:50 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:50 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:50 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:50 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:50 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:50 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:50 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:50 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:50 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:50 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:50 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:50 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:50 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:50 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:50 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:50 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-13 10:26:50 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-13 10:26:52 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.0ms) Storytime::Media Load (0.4ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (9.4ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (14.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (18.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 41ms (Views: 37.1ms | ActiveRecord: 0.8ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 10:26:52 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:52 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 10:26:52 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 10:26:52 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 10:26:52 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 10:26:52 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:52 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:52 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:52 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:52 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:52 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:52 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:52 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:52 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:52 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:52 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:52 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:52 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:52 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:52 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:52 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:52 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:52 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:52 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:52 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:52 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:52 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:52 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:52 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:52 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:52 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 10:26:52 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-13 10:26:53 -0500 Started GET "/dashboard/posts" for 127.0.0.1 at 2014-05-13 10:27:08 -0500 Processing by Storytime::Dashboard::PostsController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_post.html.erb (1.3ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_posts" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/index.html.erb within layouts/storytime/dashboard (7.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 34ms (Views: 30.5ms | ActiveRecord: 0.7ms) Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 10:27:08 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 10:27:08 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 10:27:08 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 10:27:08 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 10:27:08 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 10:27:08 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 10:27:08 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 10:27:08 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 10:27:08 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 10:27:08 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 10:27:08 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 10:27:08 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 10:27:08 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 10:27:08 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 10:27:08 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 10:27:08 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 10:27:08 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 10:27:08 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 10:27:08 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 10:27:08 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 10:27:08 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 10:27:08 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 10:27:08 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 10:27:08 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 10:27:08 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 10:27:08 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 10:27:08 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 10:27:08 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 10:27:08 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 10:27:08 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 10:27:08 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 10:27:09 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-13 10:27:09 -0500 Started GET "/dashboard/posts" for 127.0.0.1 at 2014-05-13 11:20:04 -0500 Processing by Storytime::Dashboard::PostsController#index as HTML Storytime::Site Load (1.3ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 SQLite3::SQLException: no such table: storytime_sites: SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 6ms ActiveRecord::StatementInvalid (SQLite3::SQLException: no such table: storytime_sites: SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1): sqlite3 (1.3.9) lib/sqlite3/database.rb:91:in `initialize' sqlite3 (1.3.9) lib/sqlite3/database.rb:91:in `new' sqlite3 (1.3.9) lib/sqlite3/database.rb:91:in `prepare' activerecord (4.1.0) lib/active_record/connection_adapters/sqlite3_adapter.rb:301:in `block in exec_query' activerecord (4.1.0) lib/active_record/connection_adapters/abstract_adapter.rb:373:in `block in log' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activerecord (4.1.0) lib/active_record/connection_adapters/abstract_adapter.rb:367:in `log' activerecord (4.1.0) lib/active_record/connection_adapters/sqlite3_adapter.rb:298:in `exec_query' activerecord (4.1.0) lib/active_record/connection_adapters/sqlite3_adapter.rb:507:in `select' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/database_statements.rb:31:in `select_all' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/query_cache.rb:67:in `block in select_all' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/query_cache.rb:82:in `cache_sql' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/query_cache.rb:67:in `select_all' activerecord (4.1.0) lib/active_record/querying.rb:39:in `find_by_sql' activerecord (4.1.0) lib/active_record/relation.rb:603:in `exec_queries' activerecord (4.1.0) lib/active_record/relation.rb:487:in `load' activerecord (4.1.0) lib/active_record/relation.rb:231:in `to_a' activerecord (4.1.0) lib/active_record/relation/finder_methods.rb:465:in `find_nth_with_limit' activerecord (4.1.0) lib/active_record/relation/finder_methods.rb:459:in `find_nth' activerecord (4.1.0) lib/active_record/relation/finder_methods.rb:132:in `first' activerecord (4.1.0) lib/active_record/querying.rb:3:in `first' /Users/ben/Documents/projects/benroesch.com/storytime/app/controllers/storytime/dashboard_controller.rb:14:in `ensure_site' activesupport (4.1.0) lib/active_support/callbacks.rb:424:in `block in make_lambda' activesupport (4.1.0) lib/active_support/callbacks.rb:160:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:160:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (22.0ms) ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateStorytimeSites (20140513161233)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "storytime_sites" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "post_slug_style" integer, "ga_tracking_id" varchar(255), "root_page_content" integer, "header" text, "footer" text, "created_at" datetime, "updated_at" datetime)  SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140513161233"]]  (0.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_media_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_media_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_pages_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_pages_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_posts_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_posts_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_email' AND type='index'  Started GET "/dashboard/posts" for 127.0.0.1 at 2014-05-13 11:20:19 -0500 Processing by Storytime::Dashboard::PostsController#index as HTML Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 7ms NameError (undefined local variable or method `new_dashboard_site_url' for #): /Users/ben/Documents/projects/benroesch.com/storytime/app/controllers/storytime/dashboard_controller.rb:14:in `ensure_site' activesupport (4.1.0) lib/active_support/callbacks.rb:424:in `block in make_lambda' activesupport (4.1.0) lib/active_support/callbacks.rb:160:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:160:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (22.2ms) Started GET "/dashboard/posts" for 127.0.0.1 at 2014-05-13 11:20:40 -0500 Processing by Storytime::Dashboard::PostsController#index as HTML Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 6ms (ActiveRecord: 0.6ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 11:20:40 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 11:20:40 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 11:20:40 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 11:20:40 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 11:20:40 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 11:20:40 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 11:20:40 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 11:20:40 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 11:20:40 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 11:20:40 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 11:20:40 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 11:20:40 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 11:20:40 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.3ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.3ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 11:20:40 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 11:20:40 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 11:20:40 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 11:20:40 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 11:20:40 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 11:20:40 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 11:20:40 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 11:21:33 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::User Load (0.6ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 28ms Pundit::NotDefinedError (unable to find policy Storytime::SitePolicy for #): pundit (0.2.3) lib/pundit/policy_finder.rb:28:in `policy!' pundit (0.2.3) lib/pundit.rb:32:in `policy!' pundit (0.2.3) lib/pundit.rb:84:in `policy' pundit (0.2.3) lib/pundit.rb:66:in `authorize' /Users/ben/Documents/projects/benroesch.com/storytime/app/controllers/storytime/dashboard/sites_controller.rb:10:in `new' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (16.5ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 11:22:34 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 23ms LoadError (Unable to autoload constant Storytime::SitePolicy, expected /Users/ben/Documents/projects/benroesch.com/storytime/app/policies/storytime/site_policy.rb to define it): activesupport (4.1.0) lib/active_support/dependencies.rb:481:in `load_missing_constant' activesupport (4.1.0) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.0) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.0) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.0) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.0) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.0) lib/active_support/inflector/methods.rb:236:in `constantize' activesupport (4.1.0) lib/active_support/core_ext/string/inflections.rb:66:in `constantize' pundit (0.2.3) lib/pundit/policy_finder.rb:17:in `policy' pundit (0.2.3) lib/pundit/policy_finder.rb:28:in `policy!' pundit (0.2.3) lib/pundit.rb:32:in `policy!' pundit (0.2.3) lib/pundit.rb:84:in `policy' pundit (0.2.3) lib/pundit.rb:66:in `authorize' /Users/ben/Documents/projects/benroesch.com/storytime/app/controllers/storytime/dashboard/sites_controller.rb:10:in `new' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.4ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 11:22:37 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 4ms RuntimeError (Circular dependency detected while autoloading constant Storytime::SitePolicy): activesupport (4.1.0) lib/active_support/dependencies.rb:478:in `load_missing_constant' activesupport (4.1.0) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.0) lib/active_support/inflector/methods.rb:240:in `const_get' activesupport (4.1.0) lib/active_support/inflector/methods.rb:240:in `block in constantize' activesupport (4.1.0) lib/active_support/inflector/methods.rb:236:in `each' activesupport (4.1.0) lib/active_support/inflector/methods.rb:236:in `inject' activesupport (4.1.0) lib/active_support/inflector/methods.rb:236:in `constantize' activesupport (4.1.0) lib/active_support/core_ext/string/inflections.rb:66:in `constantize' pundit (0.2.3) lib/pundit/policy_finder.rb:17:in `policy' pundit (0.2.3) lib/pundit/policy_finder.rb:28:in `policy!' pundit (0.2.3) lib/pundit.rb:32:in `policy!' pundit (0.2.3) lib/pundit.rb:84:in `policy' pundit (0.2.3) lib/pundit.rb:66:in `authorize' /Users/ben/Documents/projects/benroesch.com/storytime/app/controllers/storytime/dashboard/sites_controller.rb:10:in `new' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.7ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 11:22:44 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (13.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb within layouts/storytime/dashboard (15.8ms) Completed 500 Internal Server Error in 40ms ActionView::Template::Error (undefined method `content' for #): 6: <%= f.input :root_page_content %> 7: <%= f.input :header %> 8: <%= f.input :footer %> 9: <%= f.input :content, input_html: { rows: 20, class: "wysiwyg" }, label: false %> 10: 11:
12: <%= f.submit class: "btn btn-primary" %> activemodel (4.1.0) lib/active_model/attribute_methods.rb:435:in `method_missing' activerecord (4.1.0) lib/active_record/attribute_methods.rb:206:in `method_missing' actionview (4.1.0) lib/action_view/helpers/tags/base.rb:28:in `value' actionview (4.1.0) lib/action_view/helpers/tags/base.rb:37:in `value_before_type_cast' actionview (4.1.0) lib/action_view/helpers/tags/text_field.rb:9:in `block in render' actionview (4.1.0) lib/action_view/helpers/tags/text_field.rb:9:in `fetch' actionview (4.1.0) lib/action_view/helpers/tags/text_field.rb:9:in `render' actionview (4.1.0) lib/action_view/helpers/form_helper.rb:771:in `text_field' actionview (4.1.0) lib/action_view/helpers/form_helper.rb:1258:in `text_field' simple_form (3.0.2) lib/simple_form/inputs/string_input.rb:12:in `input' simple_form (3.0.2) lib/simple_form/components/label_input.rb:11:in `label_input' simple_form (3.0.2) lib/simple_form/wrappers/many.rb:29:in `block in render' simple_form (3.0.2) lib/simple_form/wrappers/many.rb:27:in `each' simple_form (3.0.2) lib/simple_form/wrappers/many.rb:27:in `render' simple_form (3.0.2) lib/simple_form/wrappers/root.rb:15:in `render' simple_form (3.0.2) lib/simple_form/form_builder.rb:120:in `input' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb:9:in `block in ___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_sites__form_html_erb__1266318546877391159_2244647360' actionview (4.1.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' actionview (4.1.0) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.1.0) lib/action_view/helpers/form_helper.rb:434:in `form_for' simple_form (3.0.2) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.2) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.2) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb:1:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_sites__form_html_erb__1266318546877391159_2244647360' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb:3:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_sites_new_html_erb___2853653416552023984_2244614340' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.3ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 11:23:02 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (10.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb within layouts/storytime/dashboard (35.0ms) Completed 500 Internal Server Error in 41ms ActionView::Template::Error (undefined local variable or method `sites_path' for #<#:0x000001118119f8>): 2: 3: <%= render 'form' %> 4: 5: <%= link_to 'Back', sites_path %> /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb:5:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_sites_new_html_erb___2853653416552023984_2244614340' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.0ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 11:24:38 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (9.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb within layouts/storytime/dashboard (11.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 175ms (Views: 156.1ms | ActiveRecord: 1.3ms) Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 11:24:39 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 11:24:39 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 11:24:39 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 11:24:39 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 11:24:39 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 11:24:39 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 11:24:39 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 11:24:39 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 11:24:39 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 11:24:39 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 11:24:39 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 11:24:39 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 11:24:39 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 11:24:39 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 11:24:39 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 11:24:39 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 11:24:39 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 11:24:39 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 11:24:39 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 11:24:39 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 11:24:39 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 11:24:39 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 11:24:39 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 11:24:39 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 11:24:39 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 11:24:39 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 11:24:39 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 11:24:39 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 11:24:39 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 11:24:39 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 11:24:39 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 11:24:39 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 11:24:39 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 11:24:39 -0500 Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 11:58:05 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (6.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb within layouts/storytime/dashboard (7.9ms) Completed 500 Internal Server Error in 38ms ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Site): 1: <%= simple_form_for [:dashboard, @site] do |f| %> 2: <%= f.error_notification %> 3: <%= f.input :title %> 4: <%= f.input :post_slug_style, collection: Site.post_slug_styles %> 5: <%= f.input :ga_tracking_id %> 6: <%= f.input :root_page_content %> 7: <%= f.input :header %> /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb:4:in `block in ___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_sites__form_html_erb__1266318546877391159_2219931840' actionview (4.1.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' actionview (4.1.0) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.1.0) lib/action_view/helpers/form_helper.rb:434:in `form_for' simple_form (3.0.2) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.2) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.2) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb:1:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_sites__form_html_erb__1266318546877391159_2219931840' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb:3:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_sites_new_html_erb___2853653416552023984_2191212680' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (14.1ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 11:58:19 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.3ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (40.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb within layouts/storytime/dashboard (41.9ms) Completed 500 Internal Server Error in 49ms ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Site): 2: <%= f.error_notification %> 3: <%= f.input :title %> 4: <% binding.pry %> 5: <%= f.input :post_slug_style, collection: Site.post_slug_styles %> 6: <%= f.input :ga_tracking_id %> 7: <%= f.input :root_page_content %> 8: <%= f.input :header %> /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb:5:in `block in ___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_sites__form_html_erb__1266318546877391159_2201179240' actionview (4.1.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' actionview (4.1.0) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.1.0) lib/action_view/helpers/form_helper.rb:434:in `form_for' simple_form (3.0.2) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.2) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.2) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb:1:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_sites__form_html_erb__1266318546877391159_2201179240' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb:3:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_sites_new_html_erb___2853653416552023984_2191212680' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.6ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 11:58:23 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (44027.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb within layouts/storytime/dashboard (44029.7ms) Completed 500 Internal Server Error in 44035ms ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Site): 2: <%= f.error_notification %> 3: <%= f.input :title %> 4: <% binding.pry %> 5: <%= f.input :post_slug_style, collection: Site.post_slug_styles %> 6: <%= f.input :ga_tracking_id %> 7: <%= f.input :root_page_content %> 8: <%= f.input :header %> /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb:5:in `block in ___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_sites__form_html_erb__1266318546877391159_2201179240' actionview (4.1.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' actionview (4.1.0) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.1.0) lib/action_view/helpers/form_helper.rb:434:in `form_for' simple_form (3.0.2) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.2) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.2) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb:1:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_sites__form_html_erb__1266318546877391159_2201179240' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb:3:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_sites_new_html_erb___2853653416552023984_2191212680' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (14.6ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 11:59:12 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.3ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (21.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb within layouts/storytime/dashboard (22.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.3ms) Completed 200 OK in 70ms (Views: 65.7ms | ActiveRecord: 0.5ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 11:59:13 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 11:59:13 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 11:59:13 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 11:59:13 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 11:59:13 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 11:59:13 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 11:59:13 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 11:59:13 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 11:59:13 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 11:59:13 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 11:59:13 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 11:59:13 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 11:59:13 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 11:59:13 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 11:59:13 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 11:59:13 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 11:59:13 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 11:59:13 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 11:59:13 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 11:59:13 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 11:59:13 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 11:59:13 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 11:59:13 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 11:59:13 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 11:59:13 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 11:59:13 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 11:59:13 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 11:59:13 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 11:59:13 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 11:59:13 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 11:59:13 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 11:59:13 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 11:59:13 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 11:59:13 -0500 Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:08:56 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.3ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (10.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb within layouts/storytime/dashboard (11.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 36ms (Views: 32.5ms | ActiveRecord: 0.5ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 12:08:56 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 12:08:56 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 12:08:56 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 12:08:56 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 12:08:56 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 12:08:56 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 12:08:56 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 12:08:56 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 12:08:56 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 12:08:56 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 12:08:56 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 12:08:56 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 12:08:56 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 12:08:56 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 12:08:56 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 12:08:56 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 12:08:56 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 12:08:56 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 12:08:56 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 12:08:56 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 12:08:56 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 12:08:56 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 12:08:56 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 12:08:56 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 12:08:56 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 12:08:56 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 12:08:56 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 12:08:56 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 12:08:56 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 12:08:56 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 12:08:56 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 12:08:56 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 12:08:56 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 12:08:56 -0500 Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:23:55 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::User Load (0.8ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (10.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb within layouts/storytime/dashboard (11.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 72ms (Views: 43.8ms | ActiveRecord: 2.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 12:23:55 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 12:23:55 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 12:23:55 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 12:23:56 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 12:23:56 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 12:23:56 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 12:23:56 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 12:23:56 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 12:23:56 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 12:23:56 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 12:23:56 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 12:23:56 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 12:23:56 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 12:23:56 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 12:23:56 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 12:23:56 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 12:23:56 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 12:23:56 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 12:23:56 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 12:23:56 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 12:23:56 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 12:23:56 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 12:23:56 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 12:23:56 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 12:23:56 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 12:23:56 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 12:23:56 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 12:23:56 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 12:23:56 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 12:23:56 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 12:23:56 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 12:23:56 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 12:23:56 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 12:23:56 -0500 Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:29:53 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.3ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (57.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb within layouts/storytime/dashboard (64.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.9ms) Completed 200 OK in 100222ms (Views: 468.9ms | ActiveRecord: 5.0ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 12:31:33 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 12:31:33 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 12:31:33 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 12:31:33 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 12:31:33 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 12:31:33 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 12:31:33 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 12:31:33 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 12:31:33 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 12:31:33 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 12:31:33 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 12:31:33 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 12:31:33 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 12:31:33 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 12:31:33 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 12:31:33 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 12:31:33 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 12:31:33 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 12:31:33 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 12:31:33 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 12:31:33 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 12:31:33 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 12:31:33 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 12:31:34 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 12:31:34 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 12:31:34 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 12:31:34 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 12:31:34 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 12:31:34 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 12:31:34 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 12:31:34 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 12:31:34 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 12:31:34 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 12:31:34 -0500 Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:43:02 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (55.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb within layouts/storytime/dashboard (61.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.6ms) Completed 200 OK in 546ms (Views: 497.9ms | ActiveRecord: 3.5ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 12:43:03 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 12:43:03 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 12:43:03 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 12:43:03 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 12:43:03 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 12:43:03 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:03 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:03 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:03 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:03 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:03 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:03 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:03 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:03 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:03 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:03 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:03 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:03 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:03 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:03 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:03 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:03 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:03 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:03 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:03 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:03 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:03 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:03 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:03 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:03 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:03 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:03 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:03 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:03 -0500 Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:43:13 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (8.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb within layouts/storytime/dashboard (9.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 58ms (Views: 33.0ms | ActiveRecord: 1.5ms) Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 12:43:14 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 12:43:14 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 12:43:14 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 12:43:14 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 12:43:14 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 12:43:14 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:14 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:14 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:14 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:14 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:14 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:14 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:14 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:14 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:14 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:14 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:14 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:14 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:14 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:14 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:14 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:14 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:14 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:14 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:14 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:14 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:14 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:14 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:14 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:14 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:14 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:14 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:14 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:14 -0500 Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:43:32 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (11.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb within layouts/storytime/dashboard (13.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 74ms (Views: 39.7ms | ActiveRecord: 1.9ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 12:43:32 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 12:43:32 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 12:43:32 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 12:43:32 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 12:43:32 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 12:43:32 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:32 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:32 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:32 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:32 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:32 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:32 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:32 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:32 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:32 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:32 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:32 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:32 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:32 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:32 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:32 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:32 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:32 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:32 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:32 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:32 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:32 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:32 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:32 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:32 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:32 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:32 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:32 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 12:43:32 -0500 Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:44:47 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (11.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb within layouts/storytime/dashboard (12.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 58ms (Views: 35.8ms | ActiveRecord: 1.2ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 12:44:47 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 12:44:47 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 12:44:47 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 12:44:47 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 12:44:47 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 12:44:47 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 12:44:47 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 12:44:47 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 12:44:47 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 12:44:47 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 12:44:47 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 12:44:47 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 12:44:47 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 12:44:47 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 12:44:47 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 12:44:47 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 12:44:47 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 12:44:47 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 12:44:47 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 12:44:47 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 12:44:47 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 12:44:47 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 12:44:47 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 12:44:47 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 12:44:47 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 12:44:47 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 12:44:47 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 12:44:47 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 12:44:47 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 12:44:47 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 12:44:47 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 12:44:47 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 12:44:47 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 12:44:47 -0500 Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:45:05 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.3ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (12.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb within layouts/storytime/dashboard (13.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 44ms (Views: 38.8ms | ActiveRecord: 0.6ms) Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 12:45:05 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 12:45:05 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 12:45:05 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:05 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 12:45:05 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 12:45:05 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:05 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:05 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:05 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:05 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:05 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:05 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:05 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:05 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:05 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:05 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:05 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:05 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:05 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:05 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:05 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:05 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 12:45:05 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:05 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:05 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:05 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:05 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:05 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:05 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:05 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:05 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:05 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:05 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:05 -0500 Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:45:24 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (25.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb within layouts/storytime/dashboard (27.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 62ms (Views: 57.8ms | ActiveRecord: 0.5ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 12:45:24 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 12:45:24 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 12:45:24 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:24 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 12:45:24 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:24 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 12:45:24 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:24 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:24 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:24 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:24 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:24 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:24 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 12:45:24 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:24 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:24 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:24 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:24 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:24 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:24 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:24 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:24 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:24 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:24 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:24 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:24 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:24 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:24 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:24 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:24 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:24 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:24 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:24 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:24 -0500 Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:45:57 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (10.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb within layouts/storytime/dashboard (11.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 42ms (Views: 38.6ms | ActiveRecord: 0.4ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 12:45:57 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 12:45:57 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 12:45:57 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 12:45:57 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 12:45:57 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 12:45:57 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:57 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:57 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:57 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:57 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:57 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:57 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:57 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:57 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:57 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:57 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:57 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:57 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:57 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:57 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:57 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:57 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:57 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:57 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:57 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:57 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:57 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:57 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:57 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:57 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:57 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:57 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:57 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 12:45:57 -0500 Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:46:51 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (20.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb within layouts/storytime/dashboard (22.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 82ms (Views: 44.1ms | ActiveRecord: 1.9ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 12:46:51 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 12:46:51 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 12:46:51 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 12:46:51 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 12:46:51 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 12:46:51 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 12:46:51 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 12:46:51 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 12:46:52 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 12:46:52 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 12:46:52 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 12:46:52 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 12:46:52 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 12:46:52 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 12:46:52 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 12:46:52 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 12:46:52 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 12:46:52 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 12:46:52 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 12:46:52 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 12:46:52 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 12:46:52 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 12:46:52 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 12:46:52 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 12:46:52 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 12:46:52 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 12:46:52 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 12:46:52 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 12:46:52 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 12:46:52 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 12:46:52 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 12:46:52 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 12:46:52 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 12:46:52 -0500 Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:47:14 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (23.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb within layouts/storytime/dashboard (24.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 71ms (Views: 45.9ms | ActiveRecord: 1.4ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 12:47:14 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 12:47:14 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 12:47:14 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 12:47:14 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 12:47:14 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 12:47:14 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 12:47:14 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 12:47:14 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 12:47:14 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 12:47:14 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 12:47:14 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 12:47:14 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 12:47:14 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 12:47:15 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 12:47:15 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 12:47:15 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 12:47:15 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 12:47:15 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 12:47:15 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 12:47:15 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 12:47:15 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 12:47:15 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 12:47:15 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 12:47:15 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 12:47:15 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 12:47:15 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 12:47:15 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 12:47:15 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 12:47:15 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 12:47:15 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 12:47:15 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 12:47:15 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 12:47:15 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 12:47:15 -0500 Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:48:01 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (19.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb within layouts/storytime/dashboard (20.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 77ms (Views: 49.7ms | ActiveRecord: 1.4ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 12:48:02 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 12:48:02 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 12:48:02 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 12:48:02 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 12:48:02 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 12:48:02 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:02 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:02 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:02 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:02 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:02 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:02 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:02 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:02 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:02 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:02 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:02 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:02 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:02 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:02 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:02 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:02 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:02 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:02 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:02 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:02 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:02 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:02 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:02 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:02 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:02 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:02 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:02 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:02 -0500 Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:48:11 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (40.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb within layouts/storytime/dashboard (47.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.8ms) Completed 200 OK in 412ms (Views: 358.0ms | ActiveRecord: 2.8ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 12:48:12 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 12:48:12 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 12:48:12 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 12:48:12 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 12:48:12 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 12:48:12 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:12 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:12 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:12 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:12 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:12 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:12 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:12 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:12 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:12 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:12 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:12 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:12 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:12 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:12 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:12 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:12 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:12 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:12 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:12 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:12 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:12 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:12 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:12 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:12 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:12 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:12 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:12 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:12 -0500 Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:48:14 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (9.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb within layouts/storytime/dashboard (10.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 38ms (Views: 34.0ms | ActiveRecord: 0.4ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 12:48:14 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 12:48:14 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 12:48:14 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 12:48:14 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 12:48:14 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:14 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:14 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:14 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:14 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:14 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:14 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:14 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:14 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 12:48:14 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:14 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:15 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:15 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:15 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:15 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:15 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:15 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:15 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:15 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:15 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:15 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:15 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:15 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:15 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:15 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:15 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:15 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:15 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:15 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:15 -0500 Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:48:41 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (22.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb within layouts/storytime/dashboard (23.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 77ms (Views: 47.8ms | ActiveRecord: 1.5ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 12:48:41 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 12:48:41 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 12:48:41 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 12:48:41 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 12:48:41 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 12:48:41 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:41 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:41 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:41 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:41 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:41 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:41 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:41 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:41 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:41 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:41 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:41 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:41 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:41 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:41 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:41 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:41 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:41 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:41 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:41 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:41 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:41 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:41 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:41 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:41 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:41 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:41 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:41 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 12:48:41 -0500 Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:49:12 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (25.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb within layouts/storytime/dashboard (26.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 76ms (Views: 50.1ms | ActiveRecord: 1.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 12:49:13 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 12:49:13 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 12:49:13 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 12:49:13 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:13 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 12:49:13 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:13 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:13 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:13 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:13 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:13 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:13 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:13 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:13 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:13 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:13 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:13 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:13 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:13 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:13 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:13 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:13 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:13 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:13 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:13 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:13 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:13 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:13 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 12:49:13 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:13 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:13 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:13 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:13 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:13 -0500 Started POST "/dashboard/sites" for 127.0.0.1 at 2014-05-13 12:49:58 -0500 Processing by Storytime::Dashboard::SitesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "site"=>{"title"=>"Ben's site", "post_slug_style"=>"day_and_name", "root_page_content"=>"posts", "ga_tracking_id"=>"", "header"=>"", "footer"=>""}, "commit"=>"Create Site"} Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:49:58 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (19.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb within layouts/storytime/dashboard (20.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 64ms (Views: 48.6ms | ActiveRecord: 0.5ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 12:49:58 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 12:49:58 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 12:49:58 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:58 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 12:49:58 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:58 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:58 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 12:49:58 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:58 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 12:49:58 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:58 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:58 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:58 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:58 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:58 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:58 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:58 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:58 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:58 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:58 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:58 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:58 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:58 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:58 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:58 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:58 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:58 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:58 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:58 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:58 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:58 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:58 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:58 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 12:49:58 -0500 Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:52:24 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 5ms (ActiveRecord: 0.6ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:52:24 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:52:24 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:52:24 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.3ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.3ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:52:24 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.3ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.3ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:52:24 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:52:24 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:52:24 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:52:24 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:52:24 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:52:24 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:52:24 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:52:24 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:52:24 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:52:24 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:52:24 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:52:24 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:52:24 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:52:24 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:52:24 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:52:24 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:52:35 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 15480ms (ActiveRecord: 0.7ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 12:52:50 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (9.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb within layouts/storytime/dashboard (10.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 61ms (Views: 36.0ms | ActiveRecord: 1.3ms) Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 12:52:50 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 12:52:50 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 12:52:50 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 12:52:50 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 12:52:50 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 12:52:50 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 12:52:50 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 12:52:51 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 12:52:51 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 12:52:51 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 12:52:51 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 12:52:51 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 12:52:51 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 12:52:51 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 12:52:51 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 12:52:51 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 12:52:51 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 12:52:51 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 12:52:51 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 12:52:51 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 12:52:51 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 12:52:51 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 12:52:51 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 12:52:51 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 12:52:51 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 12:52:51 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 12:52:51 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 12:52:51 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 12:52:51 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 12:52:51 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 12:52:51 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 12:52:51 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 12:52:51 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 12:52:51 -0500 Started POST "/dashboard/sites" for 127.0.0.1 at 2014-05-13 12:53:01 -0500 Processing by Storytime::Dashboard::SitesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "site"=>{"title"=>"Ben's site", "post_slug_style"=>"day_and_name", "root_page_content"=>"posts", "ga_tracking_id"=>"", "header"=>"", "footer"=>""}, "commit"=>"Create Site"} Storytime::User Load (0.4ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (1.0ms) INSERT INTO "storytime_sites" ("created_at", "footer", "ga_tracking_id", "header", "post_slug_style", "root_page_content", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-05-13 17:53:01.129257"], ["footer", ""], ["ga_tracking_id", ""], ["header", ""], ["post_slug_style", 1], ["root_page_content", 0], ["title", "Ben's site"], ["updated_at", "2014-05-13 17:53:01.129257"]]  (0.9ms) commit transaction Redirected to Completed 500 Internal Server Error in 39ms NoMethodError (undefined method `site_url' for #): actionpack (4.1.0) lib/action_dispatch/routing/polymorphic_routes.rb:142:in `polymorphic_url' actionpack (4.1.0) lib/action_dispatch/routing/url_for.rb:161:in `url_for' actionpack (4.1.0) lib/action_controller/metal/redirecting.rb:90:in `_compute_redirect_to_location' actionpack (4.1.0) lib/action_controller/metal/redirecting.rb:70:in `redirect_to' actionpack (4.1.0) lib/action_controller/metal/flash.rb:57:in `redirect_to' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:61:in `block in redirect_to' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:60:in `redirect_to' /Users/ben/Documents/projects/benroesch.com/storytime/app/controllers/storytime/dashboard/sites_controller.rb:22:in `create' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (28.2ms) Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Site Exists (0.2ms) SELECT 1 AS one FROM "storytime_sites" LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.5ms) DELETE FROM "storytime_sites" WHERE "storytime_sites"."id" = ? [["id", 1]]  (2.1ms) commit transaction Storytime::Site Exists (0.2ms) SELECT 1 AS one FROM "storytime_sites" LIMIT 1 Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 13:14:18 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.7ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.7ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Site Exists (0.2ms) SELECT 1 AS one FROM "storytime_sites" LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (15.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb within layouts/storytime/dashboard (17.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.3ms) Completed 200 OK in 105ms (Views: 49.2ms | ActiveRecord: 3.0ms) Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 13:14:19 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 13:14:19 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 13:14:19 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 13:14:19 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:19 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 13:14:19 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:19 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:19 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 13:14:19 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:19 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:19 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:19 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:19 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:19 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:19 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:19 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:19 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:19 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:19 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:19 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:19 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:19 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:19 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:19 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:19 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:19 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:19 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:19 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:19 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:19 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:19 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:19 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:19 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:19 -0500 Storytime::Site Exists (0.2ms) SELECT 1 AS one FROM "storytime_sites" LIMIT 1 Started POST "/dashboard/sites" for 127.0.0.1 at 2014-05-13 13:14:32 -0500 Processing by Storytime::Dashboard::SitesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "site"=>{"title"=>"Ben's site", "post_slug_style"=>"day_and_name", "root_page_content"=>"posts", "ga_tracking_id"=>"", "header"=>"", "footer"=>""}, "commit"=>"Create Site"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Exists (0.4ms) SELECT 1 AS one FROM "storytime_sites" LIMIT 1  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "storytime_sites" ("created_at", "footer", "ga_tracking_id", "header", "post_slug_style", "root_page_content", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-05-13 18:14:32.350756"], ["footer", ""], ["ga_tracking_id", ""], ["header", ""], ["post_slug_style", 1], ["root_page_content", 0], ["title", "Ben's site"], ["updated_at", "2014-05-13 18:14:32.350756"]]  (1.1ms) commit transaction Redirected to http://0.0.0.0:3000/dashboard/sites/2/edit Completed 302 Found in 16ms (ActiveRecord: 2.7ms) Started GET "/dashboard/sites/2/edit" for 127.0.0.1 at 2014-05-13 13:14:32 -0500 Processing by Storytime::Dashboard::SitesController#edit as HTML Parameters: {"id"=>"2"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.5ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (15.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/edit.html.erb within layouts/storytime/dashboard (56.2ms) Completed 500 Internal Server Error in 65ms ActionView::Template::Error (undefined method `site_path' for #<#:0x00000102bcdfd8>): 2: 3: <%= render 'form' %> 4: 5: <%= link_to 'Show', @site %> actionpack (4.1.0) lib/action_dispatch/routing/polymorphic_routes.rb:142:in `polymorphic_url' actionpack (4.1.0) lib/action_dispatch/routing/polymorphic_routes.rb:148:in `polymorphic_path' actionview (4.1.0) lib/action_view/routing_url_for.rb:89:in `url_for' actionview (4.1.0) lib/action_view/helpers/url_helper.rb:181:in `link_to' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/edit.html.erb:5:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_sites_edit_html_erb___3577539672963701914_2196666720' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (14.6ms) Started GET "/dashboard/sites/2/edit" for 127.0.0.1 at 2014-05-13 13:14:55 -0500 Processing by Storytime::Dashboard::SitesController#edit as HTML Parameters: {"id"=>"2"} Storytime::User Load (0.4ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (9.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/edit.html.erb within layouts/storytime/dashboard (12.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 43ms (Views: 38.6ms | ActiveRecord: 0.5ms) Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 13:14:55 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 13:14:55 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 13:14:55 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 13:14:55 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:55 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:55 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:55 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 13:14:55 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:55 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:55 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 13:14:55 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:55 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:55 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:55 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:55 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:55 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:55 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:55 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:55 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:55 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:55 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:55 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:55 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:55 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:55 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:55 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:55 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:55 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:55 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:55 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:55 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:55 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:55 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 13:14:55 -0500 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateStorytimeSites (20140513161233)  (0.1ms) begin transaction  (1.5ms) DROP TABLE "storytime_sites" SQL (0.2ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20140513161233'  (0.9ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_media_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_media_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_pages_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_pages_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_posts_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_posts_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_email' AND type='index' ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateStorytimeSites (20140513161233)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "storytime_sites" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "post_slug_style" integer DEFAULT 0, "ga_tracking_id" varchar(255), "root_page_content" integer DEFAULT 0, "header" text, "footer" text, "created_at" datetime, "updated_at" datetime)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140513161233"]]  (0.8ms) commit transaction Migrating to AddSelectedRootPageToSites (20140513162745)  (0.1ms) begin transaction  (0.6ms) ALTER TABLE "sites" ADD "selected_root_page_id" integer SQLite3::SQLException: no such table: sites: ALTER TABLE "sites" ADD "selected_root_page_id" integer  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateStorytimeSites (20140513161233)  (0.1ms) begin transaction  (0.5ms) DROP TABLE "storytime_sites" SQL (0.2ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20140513161233'  (0.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_media_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_media_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_pages_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_pages_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_posts_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_posts_on_user_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_email' AND type='index' ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateStorytimeSites (20140513161233)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "storytime_sites" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "post_slug_style" integer DEFAULT 0, "ga_tracking_id" varchar(255), "root_page_content" integer DEFAULT 0, "header" text, "footer" text, "created_at" datetime, "updated_at" datetime)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140513161233"]]  (0.7ms) commit transaction Migrating to AddSelectedRootPageToSites (20140513162745)  (0.1ms) begin transaction  (0.4ms) ALTER TABLE "sites" ADD "selected_root_page_id" integer SQLite3::SQLException: no such table: sites: ALTER TABLE "sites" ADD "selected_root_page_id" integer  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddSelectedRootPageToStorytimeSites (20140513162745)  (0.1ms) begin transaction  (1.6ms) ALTER TABLE "storytime_sites" ADD "selected_root_page_id" integer  (0.1ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_storytime_sites_on_selected_root_page_id" ON "storytime_sites" ("selected_root_page_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140513162745"]]  (0.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_media_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_media_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_pages_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_pages_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_posts_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_posts_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_sites_on_selected_root_page_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_sites_on_selected_root_page_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index'   (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_email' AND type='index' Started GET "/dashboard/sites/2/edit" for 127.0.0.1 at 2014-05-13 13:17:52 -0500 Processing by Storytime::Dashboard::SitesController#edit as HTML Parameters: {"id"=>"2"} Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 2]] Completed 404 Not Found in 21ms ActiveRecord::RecordNotFound (Couldn't find Storytime::Site with 'id'=2): activerecord (4.1.0) lib/active_record/relation/finder_methods.rb:320:in `raise_record_not_found_exception!' activerecord (4.1.0) lib/active_record/relation/finder_methods.rb:420:in `find_one' activerecord (4.1.0) lib/active_record/relation/finder_methods.rb:404:in `find_with_ids' activerecord (4.1.0) lib/active_record/relation/finder_methods.rb:68:in `find' activerecord (4.1.0) lib/active_record/querying.rb:3:in `find' /Users/ben/Documents/projects/benroesch.com/storytime/app/controllers/storytime/dashboard/sites_controller.rb:38:in `set_site' activesupport (4.1.0) lib/active_support/callbacks.rb:424:in `block in make_lambda' activesupport (4.1.0) lib/active_support/callbacks.rb:143:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:143:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (22.2ms) Started GET "/dashboard/" for 127.0.0.1 at 2014-05-13 13:17:58 -0500 Processing by Storytime::PagesController#show as HTML Parameters: {"id"=>"dashboard"} Storytime::Page Load (0.1ms) SELECT "storytime_pages".* FROM "storytime_pages" WHERE "storytime_pages"."slug" = 'dashboard' ORDER BY "storytime_pages"."id" ASC LIMIT 1 Storytime::Page Load (0.2ms) SELECT "storytime_pages".* FROM "storytime_pages" INNER JOIN "friendly_id_slugs" ON "friendly_id_slugs"."sluggable_id" = "storytime_pages"."id" AND "friendly_id_slugs"."sluggable_type" = 'Storytime::Page' WHERE ("friendly_id_slugs"."sluggable_type" = 'Storytime::Page' AND "friendly_id_slugs"."slug" = 'dashboard') ORDER BY "storytime_pages"."id" ASC LIMIT 1 Completed 404 Not Found in 34ms ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound): friendly_id (5.0.3) lib/friendly_id/finder_methods.rb:23:in `find' /Users/ben/Documents/projects/benroesch.com/storytime/app/controllers/storytime/pages_controller.rb:6:in `show' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.7ms) Started GET "/" for 127.0.0.1 at 2014-05-13 13:18:07 -0500 Processing by Storytime::PostsController#index as HTML Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" LIMIT 10 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "storytime_posts" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/index.html.erb within layouts/storytime/application (14.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 41ms (Views: 35.1ms | ActiveRecord: 0.7ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 13:18:07 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 13:18:07 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 13:18:07 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 13:18:07 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:07 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 13:18:07 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 13:18:07 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:07 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:07 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:07 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:07 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:07 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:07 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:07 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:07 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:07 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:07 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:07 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:07 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:07 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:07 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:07 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:07 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:07 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:07 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:07 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:07 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:07 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:07 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:07 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:07 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:07 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:07 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:07 -0500 Started GET "/dashboard/posts" for 127.0.0.1 at 2014-05-13 13:18:13 -0500 Processing by Storytime::Dashboard::PostsController#index as HTML Storytime::Site Exists (0.2ms) SELECT 1 AS one FROM "storytime_sites" LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 4ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 13:18:13 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Site Exists (0.2ms) SELECT 1 AS one FROM "storytime_sites" LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (8.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb within layouts/storytime/dashboard (10.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 50ms (Views: 33.2ms | ActiveRecord: 0.7ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 13:18:13 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 13:18:13 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:13 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 13:18:13 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 13:18:13 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 13:18:13 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 13:18:13 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:13 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:13 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:13 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:13 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:13 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:13 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:13 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:13 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:13 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:13 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:13 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:13 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:13 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:13 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:13 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:13 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:13 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:13 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:13 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:13 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:13 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:13 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:13 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:13 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:13 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:13 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:13 -0500 Started POST "/dashboard/sites" for 127.0.0.1 at 2014-05-13 13:18:19 -0500 Processing by Storytime::Dashboard::SitesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "site"=>{"title"=>"Ben's Site", "post_slug_style"=>"default", "root_page_content"=>"posts", "ga_tracking_id"=>"", "header"=>"", "footer"=>""}, "commit"=>"Create Site"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Exists (0.2ms) SELECT 1 AS one FROM "storytime_sites" LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "storytime_sites" ("created_at", "footer", "ga_tracking_id", "header", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2014-05-13 18:18:19.637749"], ["footer", ""], ["ga_tracking_id", ""], ["header", ""], ["title", "Ben's Site"], ["updated_at", "2014-05-13 18:18:19.637749"]]  (0.8ms) commit transaction Redirected to http://0.0.0.0:3000/dashboard/sites/1/edit Completed 302 Found in 12ms (ActiveRecord: 1.9ms) Started GET "/dashboard/sites/1/edit" for 127.0.0.1 at 2014-05-13 13:18:19 -0500 Processing by Storytime::Dashboard::SitesController#edit as HTML Parameters: {"id"=>"1"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (8.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/edit.html.erb within layouts/storytime/dashboard (9.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 41ms (Views: 36.0ms | ActiveRecord: 0.5ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 13:18:19 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 13:18:19 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 13:18:19 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 13:18:19 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 13:18:19 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 13:18:19 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:19 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:19 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:19 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:19 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:19 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:19 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:19 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:19 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:19 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:19 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:19 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:19 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:19 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:19 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:19 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:19 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:20 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:20 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:20 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:20 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:20 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:20 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:20 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:20 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:20 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:20 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:20 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:20 -0500 Started GET "/dashboard/posts" for 127.0.0.1 at 2014-05-13 13:18:56 -0500 Processing by Storytime::Dashboard::PostsController#index as HTML Storytime::Site Exists (0.4ms) SELECT 1 AS one FROM "storytime_sites" LIMIT 1 Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_post.html.erb (1.9ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_posts" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/index.html.erb within layouts/storytime/dashboard (8.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 40ms (Views: 31.6ms | ActiveRecord: 1.0ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 13:18:56 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 13:18:56 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 13:18:56 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 13:18:56 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 13:18:56 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 13:18:56 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:56 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:56 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:56 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:56 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:56 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:56 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:56 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:56 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:56 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:56 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:56 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:56 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:56 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:56 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:56 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:56 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:56 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:56 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:56 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:56 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:56 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:56 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:56 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:56 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:56 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:56 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:56 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 13:18:56 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-13 13:18:57 -0500 Started PATCH "/dashboard/sites/1" for 127.0.0.1 at 2014-05-13 13:19:04 -0500 Processing by Storytime::Dashboard::SitesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "site"=>{"title"=>"Ben's Site", "post_slug_style"=>"day_and_name", "root_page_content"=>"posts", "ga_tracking_id"=>"", "header"=>"", "footer"=>""}, "commit"=>"Update Site", "id"=>"1"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.6ms) UPDATE "storytime_sites" SET "post_slug_style" = ?, "updated_at" = ? WHERE "storytime_sites"."id" = 1 [["post_slug_style", 1], ["updated_at", "2014-05-13 18:19:04.578379"]]  (2.0ms) commit transaction Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (25.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/edit.html.erb within layouts/storytime/dashboard (27.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 89ms (Views: 77.8ms | ActiveRecord: 3.1ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 13:19:04 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 13:19:04 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 13:19:04 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 13:19:04 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 13:19:04 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:04 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 13:19:04 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:04 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:04 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:04 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:04 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:04 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:04 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:04 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:04 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:04 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:04 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:04 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:04 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:04 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:04 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:04 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:04 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:04 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:04 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:04 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:04 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:04 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:04 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:05 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:05 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:05 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:05 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:05 -0500 Started GET "/dashboard/posts" for 127.0.0.1 at 2014-05-13 13:19:08 -0500 Processing by Storytime::Dashboard::PostsController#index as HTML Storytime::Site Exists (0.2ms) SELECT 1 AS one FROM "storytime_sites" LIMIT 1 Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_post.html.erb (1.0ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_posts" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/index.html.erb within layouts/storytime/dashboard (6.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 38ms (Views: 32.8ms | ActiveRecord: 0.8ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 13:19:08 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 13:19:08 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 13:19:08 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 13:19:08 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:08 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:08 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:08 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 13:19:08 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 13:19:08 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:08 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:08 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:08 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:08 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:08 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:08 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:08 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:09 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:09 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:09 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:09 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:09 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:09 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:09 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:09 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:09 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:09 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:09 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:09 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:09 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:09 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:09 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:09 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:09 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:09 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-13 13:19:09 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 13:19:11 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 13:19:11 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 13:19:11 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 13:19:11 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 13:19:11 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 13:19:11 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:11 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:11 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:11 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:11 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:11 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:11 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:11 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:11 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:11 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:11 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:11 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:11 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:11 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:11 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:11 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:11 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:11 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:11 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:11 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:11 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:11 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:11 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:11 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:11 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:11 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:11 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:11 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:11 -0500 Storytime::Site Load (1.0ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Started PATCH "/dashboard/sites/1" for 127.0.0.1 at 2014-05-13 13:19:26 -0500 Processing by Storytime::Dashboard::SitesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "site"=>{"title"=>"Ben's Site", "post_slug_style"=>"month_and_name", "root_page_content"=>"posts", "ga_tracking_id"=>"", "header"=>"", "footer"=>""}, "commit"=>"Update Site", "id"=>"1"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.6ms) UPDATE "storytime_sites" SET "post_slug_style" = ?, "updated_at" = ? WHERE "storytime_sites"."id" = 1 [["post_slug_style", 2], ["updated_at", "2014-05-13 18:19:26.564360"]]  (4.0ms) commit transaction Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (13.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/edit.html.erb within layouts/storytime/dashboard (14.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 58ms (Views: 45.3ms | ActiveRecord: 5.2ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 13:19:26 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 13:19:26 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 13:19:26 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 13:19:26 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:26 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 13:19:26 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 13:19:26 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:26 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:26 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:26 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:26 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:26 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:26 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:26 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:26 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:26 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:26 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:26 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:26 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:26 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:26 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:26 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:26 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:26 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:26 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:26 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:26 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:26 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:26 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:26 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:26 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:26 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:26 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:26 -0500 Storytime::Site Load (0.3ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Started PATCH "/dashboard/sites/1" for 127.0.0.1 at 2014-05-13 13:19:36 -0500 Processing by Storytime::Dashboard::SitesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "site"=>{"title"=>"Ben's Site", "post_slug_style"=>"day_and_name", "root_page_content"=>"posts", "ga_tracking_id"=>"", "header"=>"", "footer"=>""}, "commit"=>"Update Site", "id"=>"1"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "storytime_sites" SET "post_slug_style" = ?, "updated_at" = ? WHERE "storytime_sites"."id" = 1 [["post_slug_style", 1], ["updated_at", "2014-05-13 18:19:36.408649"]]  (0.8ms) commit transaction Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (16.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/edit.html.erb within layouts/storytime/dashboard (18.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 54ms (Views: 46.4ms | ActiveRecord: 1.7ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 13:19:36 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:36 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 13:19:36 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 13:19:36 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 13:19:36 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 13:19:36 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:36 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:36 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 13:19:36 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:36 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:36 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:36 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:36 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:36 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:36 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:36 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:36 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:36 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:36 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:36 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:36 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:36 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:36 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:36 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:36 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:36 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:36 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:36 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:36 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:36 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:36 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:36 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:36 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 13:19:36 -0500 Started GET "/dashboard/sites/1/edit" for 127.0.0.1 at 2014-05-13 14:58:42 -0500 Processing by Storytime::Dashboard::SitesController#edit as HTML Parameters: {"id"=>"1"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (14.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/edit.html.erb within layouts/storytime/dashboard (16.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.3ms) Completed 200 OK in 152ms (Views: 55.0ms | ActiveRecord: 1.8ms) Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 14:58:42 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 14:58:42 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 14:58:42 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 14:58:42 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 14:58:42 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:42 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 14:58:42 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:42 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:42 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:42 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:42 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:43 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:43 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:43 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:43 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:43 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:43 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:43 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:43 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:43 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:43 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:43 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:43 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:43 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:43 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:43 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:43 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:43 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:43 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:43 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:43 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:43 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:43 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:43 -0500 Started GET "/dashboard/sites/1/edit" for 127.0.0.1 at 2014-05-13 14:58:46 -0500 Processing by Storytime::Dashboard::SitesController#edit as HTML Parameters: {"id"=>"1"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (11.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/edit.html.erb within layouts/storytime/dashboard (13.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 41ms (Views: 35.7ms | ActiveRecord: 0.5ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 14:58:46 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 14:58:46 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 14:58:46 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 14:58:46 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 14:58:46 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 14:58:46 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:46 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:46 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:46 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:46 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:46 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:46 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:46 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:46 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:46 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:46 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:46 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:46 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:46 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:46 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:46 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:46 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:46 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:46 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:46 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:46 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:46 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:46 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:46 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:46 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:46 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:46 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:46 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:46 -0500 Started GET "/dashboard/posts" for 127.0.0.1 at 2014-05-13 14:58:48 -0500 Processing by Storytime::Dashboard::PostsController#index as HTML Storytime::Site Exists (0.2ms) SELECT 1 AS one FROM "storytime_sites" LIMIT 1 Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_post.html.erb (7.4ms)  (0.3ms) SELECT COUNT(*) FROM "storytime_posts" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/index.html.erb within layouts/storytime/dashboard (16.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 50ms (Views: 36.9ms | ActiveRecord: 1.1ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 14:58:48 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 14:58:48 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 14:58:48 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 14:58:48 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 14:58:48 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 14:58:48 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:48 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:48 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:48 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:48 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:48 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:48 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:48 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:48 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:48 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:48 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:48 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:48 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:48 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:48 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:48 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:48 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:48 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:48 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:48 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:48 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:48 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:48 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:48 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:48 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:48 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:48 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:48 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:48 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-13 14:58:49 -0500 Started GET "/dashboard/pages" for 127.0.0.1 at 2014-05-13 14:58:50 -0500 Processing by Storytime::Dashboard::PagesController#index as HTML Storytime::Site Exists (0.2ms) SELECT 1 AS one FROM "storytime_sites" LIMIT 1 Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Page Load (0.2ms) SELECT "storytime_pages".* FROM "storytime_pages" LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/pages/_page.html.erb (8.9ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_pages" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/pages/index.html.erb within layouts/storytime/dashboard (16.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 52ms (Views: 38.8ms | ActiveRecord: 1.1ms) Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 14:58:50 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 14:58:50 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 14:58:50 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 14:58:50 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 14:58:50 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 14:58:50 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:50 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:50 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:50 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:50 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:50 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:50 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:50 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:50 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:50 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:50 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:50 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:50 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:50 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:50 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:50 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:50 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:50 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:50 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:50 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:50 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:50 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:50 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:50 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:50 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:50 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:50 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:50 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 14:58:50 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-13 14:58:50 -0500 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" DESC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" DESC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) DELETE FROM "storytime_sites" WHERE "storytime_sites"."id" = ? [["id", 1]]  (0.8ms) commit transaction Started GET "/dashboard/pages" for 127.0.0.1 at 2014-05-13 14:59:25 -0500 Processing by Storytime::Dashboard::PagesController#index as HTML Storytime::Site Exists (0.2ms) SELECT 1 AS one FROM "storytime_sites" LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 14:59:25 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Site Exists (0.2ms) SELECT 1 AS one FROM "storytime_sites" LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (10.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb within layouts/storytime/dashboard (11.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 41ms (Views: 35.1ms | ActiveRecord: 0.6ms) Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 14:59:25 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 14:59:25 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 14:59:25 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 14:59:25 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 14:59:25 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:25 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:25 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:25 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:25 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:25 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:25 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:25 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 14:59:25 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:25 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:25 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:25 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:25 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:25 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:25 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:25 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:25 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:25 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:25 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:25 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:25 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:25 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:25 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:25 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:25 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:25 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:25 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:25 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:25 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:26 -0500 Started POST "/dashboard/sites" for 127.0.0.1 at 2014-05-13 14:59:35 -0500 Processing by Storytime::Dashboard::SitesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "site"=>{"title"=>"Test site", "post_slug_style"=>"day_and_name", "root_page_content"=>"posts", "ga_tracking_id"=>"", "header"=>"", "footer"=>""}, "commit"=>"Create Site"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Exists (0.3ms) SELECT 1 AS one FROM "storytime_sites" LIMIT 1  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "storytime_sites" ("created_at", "footer", "ga_tracking_id", "header", "post_slug_style", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-05-13 19:59:35.494630"], ["footer", ""], ["ga_tracking_id", ""], ["header", ""], ["post_slug_style", 1], ["title", "Test site"], ["updated_at", "2014-05-13 19:59:35.494630"]]  (1.3ms) commit transaction Redirected to http://0.0.0.0:3000/dashboard/sites/2/edit Completed 302 Found in 14ms (ActiveRecord: 2.8ms) Started GET "/dashboard/sites/2/edit" for 127.0.0.1 at 2014-05-13 14:59:35 -0500 Processing by Storytime::Dashboard::SitesController#edit as HTML Parameters: {"id"=>"2"} Storytime::User Load (0.4ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.3ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (15.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/edit.html.erb within layouts/storytime/dashboard (17.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 50ms (Views: 44.9ms | ActiveRecord: 0.6ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 14:59:35 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 14:59:35 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 14:59:35 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 14:59:35 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:35 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 14:59:35 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:35 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:35 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 14:59:35 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:35 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:35 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:35 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:35 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:35 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:35 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:35 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:35 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:35 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:35 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:35 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:35 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:35 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:35 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:35 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:35 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:35 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:35 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:35 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:35 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:35 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:35 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:35 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:35 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:35 -0500 Started GET "/dashboard/posts" for 127.0.0.1 at 2014-05-13 14:59:40 -0500 Processing by Storytime::Dashboard::PostsController#index as HTML Storytime::Site Exists (0.2ms) SELECT 1 AS one FROM "storytime_sites" LIMIT 1 Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.3ms) SELECT "storytime_posts".* FROM "storytime_posts" LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_post.html.erb (1.1ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_posts" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/index.html.erb within layouts/storytime/dashboard (10.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 46ms (Views: 41.6ms | ActiveRecord: 0.9ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 14:59:40 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 14:59:40 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 14:59:40 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 14:59:40 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:40 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 14:59:40 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 14:59:40 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:40 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:40 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:40 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:40 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:40 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:40 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:40 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:40 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:40 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:40 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:40 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:40 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:40 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:40 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:40 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:40 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:40 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:40 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:40 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:40 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:40 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:40 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:40 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:40 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:40 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:40 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 14:59:40 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-13 14:59:41 -0500 Started GET "/dashboard/posts" for 127.0.0.1 at 2014-05-13 15:00:39 -0500 Processing by Storytime::Dashboard::PostsController#index as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_post.html.erb (10.5ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_posts" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/index.html.erb within layouts/storytime/dashboard (18.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 74ms (Views: 43.6ms | ActiveRecord: 2.7ms) Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 15:00:39 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 15:00:39 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 15:00:39 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 15:00:39 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:39 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 15:00:39 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 15:00:39 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:39 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:39 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:40 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:40 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:40 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:40 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:40 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:40 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:40 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:40 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:40 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:40 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:40 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:40 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:40 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:40 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:40 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:40 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:40 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:40 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:40 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:40 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:40 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:40 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:40 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:40 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:40 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-13 15:00:40 -0500 Started GET "/dashboard/sites/2" for 127.0.0.1 at 2014-05-13 15:00:42 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/sites/2"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (43.8ms) Started GET "/dashboard/sites/2" for 127.0.0.1 at 2014-05-13 15:00:47 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/sites/2"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (37.1ms) Started GET "/dashboard/posts" for 127.0.0.1 at 2014-05-13 15:00:49 -0500 Processing by Storytime::Dashboard::PostsController#index as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_post.html.erb (0.8ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_posts" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/index.html.erb within layouts/storytime/dashboard (5.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (2.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 32ms (Views: 28.4ms | ActiveRecord: 0.6ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 15:00:49 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 15:00:49 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 15:00:49 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:49 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 15:00:49 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 15:00:49 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 15:00:49 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:49 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:49 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:49 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:49 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:49 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:49 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:49 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:49 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:49 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:49 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:49 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:49 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:49 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:49 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:49 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:49 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:49 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:49 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:49 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:49 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:49 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:49 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:49 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:49 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:49 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:49 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:49 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-13 15:00:49 -0500 Started GET "/dashboard/sites/2/edit" for 127.0.0.1 at 2014-05-13 15:00:50 -0500 Processing by Storytime::Dashboard::SitesController#edit as HTML Parameters: {"id"=>"2"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (11.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/edit.html.erb within layouts/storytime/dashboard (12.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 46ms (Views: 33.6ms | ActiveRecord: 0.5ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 15:00:51 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 15:00:51 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 15:00:51 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 15:00:51 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 15:00:51 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 15:00:51 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:51 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:51 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:51 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:51 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:51 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:51 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:51 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:51 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:51 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:51 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:51 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:51 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:51 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:51 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:51 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:51 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:51 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:51 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:51 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:51 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:51 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:51 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:51 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:51 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:51 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:51 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:51 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:51 -0500 Started PATCH "/dashboard/sites/2" for 127.0.0.1 at 2014-05-13 15:00:57 -0500 Processing by Storytime::Dashboard::SitesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "site"=>{"title"=>"Test site", "post_slug_style"=>"day_and_name", "root_page_content"=>"page", "ga_tracking_id"=>"", "header"=>"", "footer"=>""}, "commit"=>"Update Site", "id"=>"2"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (1.6ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "storytime_sites" SET "root_page_content" = ?, "updated_at" = ? WHERE "storytime_sites"."id" = 2 [["root_page_content", 1], ["updated_at", "2014-05-13 20:00:57.432196"]]  (4.1ms) commit transaction Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (18.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/edit.html.erb within layouts/storytime/dashboard (23.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 69ms (Views: 50.7ms | ActiveRecord: 6.6ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 15:00:57 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 15:00:57 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 15:00:57 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 15:00:57 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 15:00:57 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 15:00:57 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:57 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:57 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:57 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:57 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:57 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:57 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:57 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:57 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:57 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:57 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:57 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:57 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:57 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:57 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:57 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:57 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:57 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:57 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:57 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:57 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:57 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:57 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:57 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:57 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:57 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:57 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:57 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 15:00:57 -0500 Started GET "/dashboard/sites/2/edit" for 127.0.0.1 at 2014-05-13 15:01:02 -0500 Processing by Storytime::Dashboard::SitesController#edit as HTML Parameters: {"id"=>"2"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (10.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/edit.html.erb within layouts/storytime/dashboard (12.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 46ms (Views: 41.6ms | ActiveRecord: 0.4ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 15:01:02 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 15:01:02 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 15:01:02 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:02 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 15:01:02 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 15:01:02 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 15:01:02 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:02 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:02 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:02 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:02 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:02 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:02 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:02 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:02 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:02 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:02 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:02 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:02 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:02 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:02 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:02 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:02 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:02 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:02 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:02 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:02 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:02 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:02 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:02 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:02 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:02 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:02 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:02 -0500 Started GET "/dashboard/media" for 127.0.0.1 at 2014-05-13 15:01:03 -0500 Processing by Storytime::Dashboard::MediaController#index as HTML Storytime::Site Load (0.3ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (9.5ms) Storytime::Media Load (0.4ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (9.9ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (16.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/index.html.erb within layouts/storytime/dashboard (29.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 89ms (Views: 51.4ms | ActiveRecord: 1.5ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 15:01:04 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 15:01:04 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 15:01:04 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 15:01:04 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 15:01:04 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 15:01:04 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:04 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:04 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:04 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:04 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:04 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:04 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:04 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:04 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:04 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:04 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:04 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:04 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:04 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:04 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:04 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:04 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:04 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:04 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:04 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:04 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:04 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:04 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:04 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:04 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:04 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:04 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:04 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 15:01:04 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-13 15:01:04 -0500 Started GET "/dashboard/posts" for 127.0.0.1 at 2014-05-13 15:02:16 -0500 Processing by Storytime::Dashboard::PostsController#index as HTML Storytime::Site Load (0.3ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_post.html.erb (1.0ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_posts" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/index.html.erb within layouts/storytime/dashboard (6.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 47ms (Views: 41.5ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 15:02:16 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 15:02:17 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 15:02:17 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 15:02:17 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 15:02:17 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:17 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:17 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 15:02:17 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:17 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:17 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:17 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:17 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:17 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:17 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:17 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:17 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:17 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:17 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:17 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:17 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:17 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:17 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:17 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:17 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:17 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:17 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:17 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:17 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:17 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:17 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:17 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:17 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:17 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:17 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-13 15:02:17 -0500 Started GET "/dashboard/sites/2/edit" for 127.0.0.1 at 2014-05-13 15:02:21 -0500 Processing by Storytime::Dashboard::SitesController#edit as HTML Parameters: {"id"=>"2"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (12.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/edit.html.erb within layouts/storytime/dashboard (14.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 41ms (Views: 36.9ms | ActiveRecord: 0.4ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 15:02:21 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 15:02:21 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 15:02:21 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 15:02:21 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 15:02:21 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 15:02:21 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:21 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:21 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:21 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:21 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:21 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:21 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:21 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:21 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:21 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:21 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:21 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:21 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:21 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:21 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:21 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:21 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:21 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:21 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:21 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:21 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:21 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:21 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:21 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:21 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:21 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:21 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:21 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 15:02:21 -0500 Started GET "/dashboard/sites/2/edit" for 127.0.0.1 at 2014-05-13 15:03:12 -0500 Processing by Storytime::Dashboard::SitesController#edit as HTML Parameters: {"id"=>"2"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (12.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/edit.html.erb within layouts/storytime/dashboard (13.9ms) Completed 500 Internal Server Error in 19ms ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Page): 3: <%= f.input :title %> 4: <%= f.input :post_slug_style, collection: post_slug_style_options %> 5: <%= f.input :root_page_content, collection: root_page_content_options %> 6: <%= f.input :selected_root_page_id, collection: Page.all %> 7: <%= f.input :ga_tracking_id %> 8: <%= f.input :header %> 9: <%= f.input :footer %> /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb:6:in `block in ___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_sites__form_html_erb__477465484158349305_2193758500' actionview (4.1.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionview (4.1.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' actionview (4.1.0) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionview (4.1.0) lib/action_view/helpers/form_helper.rb:434:in `form_for' simple_form (3.0.2) lib/simple_form/action_view_extensions/form_helper.rb:22:in `block in simple_form_for' simple_form (3.0.2) lib/simple_form/action_view_extensions/form_helper.rb:41:in `with_simple_form_field_error_proc' simple_form (3.0.2) lib/simple_form/action_view_extensions/form_helper.rb:21:in `simple_form_for' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb:1:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_sites__form_html_erb__477465484158349305_2193758500' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/edit.html.erb:3:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_sites_edit_html_erb___3577539672963701914_2203270560' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (14.2ms) Started GET "/dashboard/sites/2/edit" for 127.0.0.1 at 2014-05-13 19:17:13 -0500 Processing by Storytime::Dashboard::SitesController#edit as HTML Parameters: {"id"=>"2"} Storytime::User Load (1.6ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.3ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 2]] Storytime::Page Load (0.8ms) SELECT "storytime_pages".* FROM "storytime_pages" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (75.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/edit.html.erb within layouts/storytime/dashboard (78.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (3.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.4ms) Completed 200 OK in 148ms (Views: 124.8ms | ActiveRecord: 3.0ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 19:17:14 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 19:17:14 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 19:17:14 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 19:17:14 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 19:17:14 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 19:17:14 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 19:17:14 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 19:17:14 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 19:17:14 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 19:17:14 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 19:17:14 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 19:17:14 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 19:17:14 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 19:17:14 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 19:17:14 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 19:17:14 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 19:17:14 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 19:17:14 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 19:17:14 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 19:17:14 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 19:17:14 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 19:17:14 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 19:17:14 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 19:17:14 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 19:17:14 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 19:17:14 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 19:17:14 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 19:17:14 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 19:17:14 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 19:17:14 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 19:17:14 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 19:17:14 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 19:17:14 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 19:17:14 -0500 Storytime::Site Load (1.3ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" DESC LIMIT 1 Started GET "/dashboard/sites/2/edit" for 127.0.0.1 at 2014-05-13 19:22:20 -0500 Processing by Storytime::Dashboard::SitesController#edit as HTML Parameters: {"id"=>"2"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 2]] Storytime::Page Load (0.2ms) SELECT "storytime_pages".* FROM "storytime_pages" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (18.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/edit.html.erb within layouts/storytime/dashboard (19.5ms) Completed 500 Internal Server Error in 409ms ActionView::Template::Error ([stdin]:1:1: error: unexpected // // Place all the behaviors and hooks related to the matching controller here. ^^ (in /Users/ben/Documents/projects/benroesch.com/storytime/app/assets/javascripts/storytime/sites.js.coffee)): 8: Storytime 9: 10: <%= stylesheet_link_tag "storytime/application", media: "all" %> 11: <%= javascript_include_tag "storytime/application" %> 12: <%= csrf_meta_tags %> 13: 14: execjs (2.0.2) lib/execjs/external_runtime.rb:68:in `extract_result' execjs (2.0.2) lib/execjs/external_runtime.rb:28:in `block in exec' execjs (2.0.2) lib/execjs/external_runtime.rb:41:in `compile_to_tempfile' execjs (2.0.2) lib/execjs/external_runtime.rb:27:in `exec' execjs (2.0.2) lib/execjs/external_runtime.rb:19:in `eval' execjs (2.0.2) lib/execjs/external_runtime.rb:33:in `call' coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile' tilt (1.4.1) lib/tilt/coffee.rb:46:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.11.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.11.0) lib/sprockets/context.rb:194:in `each' sprockets (2.11.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.11.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.11.0) lib/sprockets/base.rb:374:in `new' sprockets (2.11.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.11.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.11.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/processed_asset.rb:111:in `block in resolve_dependencies' sprockets (2.11.0) lib/sprockets/processed_asset.rb:105:in `each' sprockets (2.11.0) lib/sprockets/processed_asset.rb:105:in `resolve_dependencies' sprockets (2.11.0) lib/sprockets/processed_asset.rb:97:in `build_required_assets' sprockets (2.11.0) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.11.0) lib/sprockets/base.rb:374:in `new' sprockets (2.11.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.11.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.11.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.11.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.11.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.11.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:214:in `lookup_asset_for_path' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:182:in `check_errors_for' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:134:in `block in javascript_include_tag' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:133:in `map' sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:133:in `javascript_include_tag' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/layouts/storytime/dashboard.html.erb:11:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_layouts_storytime_dashboard_html_erb__141025369230781087_2167946780' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (19.3ms) Started GET "/dashboard/sites/2/edit" for 127.0.0.1 at 2014-05-13 19:22:36 -0500 Processing by Storytime::Dashboard::SitesController#edit as HTML Parameters: {"id"=>"2"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 2]] Storytime::Page Load (0.2ms) SELECT "storytime_pages".* FROM "storytime_pages" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (14.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/edit.html.erb within layouts/storytime/dashboard (15.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (2.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.4ms) Completed 200 OK in 268ms (Views: 263.9ms | ActiveRecord: 0.5ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 19:22:36 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 19:22:36 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 19:22:36 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 19:22:36 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 19:22:36 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 19:22:36 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:36 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:36 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:36 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:36 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:36 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:36 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:36 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:36 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:36 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:36 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:36 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:36 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:36 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:36 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:36 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:36 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:36 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:36 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:36 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:36 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:36 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:36 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:36 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:36 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:36 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:36 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:37 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:37 -0500 Started PATCH "/dashboard/sites/2" for 127.0.0.1 at 2014-05-13 19:22:46 -0500 Processing by Storytime::Dashboard::SitesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "site"=>{"title"=>"Test site", "post_slug_style"=>"day_and_name", "root_page_content"=>"posts", "selected_root_page_id"=>"", "ga_tracking_id"=>"", "header"=>"", "footer"=>""}, "commit"=>"Update Site", "id"=>"2"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 2]] Unpermitted parameters: selected_root_page_id  (0.3ms) begin transaction SQL (0.3ms) UPDATE "storytime_sites" SET "root_page_content" = ?, "updated_at" = ? WHERE "storytime_sites"."id" = 2 [["root_page_content", 0], ["updated_at", "2014-05-14 00:22:46.197110"]]  (1.4ms) commit transaction Storytime::Page Load (0.2ms) SELECT "storytime_pages".* FROM "storytime_pages" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (27.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/edit.html.erb within layouts/storytime/dashboard (28.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 67ms (Views: 55.7ms | ActiveRecord: 2.7ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 19:22:46 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 19:22:46 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:46 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 19:22:46 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 19:22:46 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 19:22:46 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 19:22:46 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:46 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:46 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:46 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:46 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:46 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:46 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:46 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:46 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:46 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:46 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:46 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:46 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:46 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:46 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:46 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:46 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:46 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:46 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:46 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:46 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:46 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:46 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:46 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:46 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:46 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:46 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 19:22:46 -0500 Started PATCH "/dashboard/sites/2" for 127.0.0.1 at 2014-05-13 19:48:12 -0500 Processing by Storytime::Dashboard::SitesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "site"=>{"title"=>"Test site", "post_slug_style"=>"day_and_name", "root_page_content"=>"page", "selected_root_page_id"=>"", "ga_tracking_id"=>"", "header"=>"", "footer"=>""}, "commit"=>"Update Site", "id"=>"2"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 2]] Unpermitted parameters: selected_root_page_id  (0.4ms) begin transaction SQL (1.0ms) UPDATE "storytime_sites" SET "root_page_content" = ?, "updated_at" = ? WHERE "storytime_sites"."id" = 2 [["root_page_content", 1], ["updated_at", "2014-05-14 00:48:12.102936"]]  (0.7ms) commit transaction Storytime::Page Load (0.3ms) SELECT "storytime_pages".* FROM "storytime_pages" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (16.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/edit.html.erb within layouts/storytime/dashboard (18.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 73ms (Views: 60.7ms | ActiveRecord: 3.0ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 19:48:12 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 19:48:12 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 19:48:12 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 19:48:12 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:12 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 19:48:12 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 19:48:12 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:12 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:12 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:12 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:12 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:12 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:12 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:12 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:12 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:12 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:12 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:12 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:12 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:12 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:12 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:12 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:12 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:12 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:12 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:12 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:12 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:12 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:12 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:12 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:12 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:12 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:12 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:12 -0500 Started GET "/dashboard/sites/2/edit" for 127.0.0.1 at 2014-05-13 19:48:55 -0500 Processing by Storytime::Dashboard::SitesController#edit as HTML Parameters: {"id"=>"2"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.3ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 2]] Storytime::Page Load (0.2ms) SELECT "storytime_pages".* FROM "storytime_pages" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (12.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/edit.html.erb within layouts/storytime/dashboard (13.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 387ms (Views: 381.2ms | ActiveRecord: 0.7ms) Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 19:48:56 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 19:48:56 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 19:48:56 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 19:48:56 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 19:48:56 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:56 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:56 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:56 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 19:48:56 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:56 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:56 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:56 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:56 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:56 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:56 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:56 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:56 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:56 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:56 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:56 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:56 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:56 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:56 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:56 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:56 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:56 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:56 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:56 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:56 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:56 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:56 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:56 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:56 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 19:48:56 -0500 Started GET "/dashboard/sites/2/edit" for 127.0.0.1 at 2014-05-13 19:49:14 -0500 Processing by Storytime::Dashboard::SitesController#edit as HTML Parameters: {"id"=>"2"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 2]] Storytime::Page Load (0.2ms) SELECT "storytime_pages".* FROM "storytime_pages" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (13.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/edit.html.erb within layouts/storytime/dashboard (14.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (2.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 287ms (Views: 283.0ms | ActiveRecord: 0.5ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 19:49:14 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 19:49:14 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 19:49:14 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 19:49:14 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 19:49:14 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 19:49:14 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:14 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:14 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:14 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:14 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:14 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:14 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:14 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:14 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:14 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:14 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:14 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:14 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:14 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:14 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:14 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:14 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:14 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:14 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:14 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:14 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:14 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:14 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:14 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:14 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:14 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:14 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:14 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:14 -0500 Started GET "/dashboard/sites/2/edit" for 127.0.0.1 at 2014-05-13 19:49:25 -0500 Processing by Storytime::Dashboard::SitesController#edit as HTML Parameters: {"id"=>"2"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 2]] Storytime::Page Load (0.2ms) SELECT "storytime_pages".* FROM "storytime_pages" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (15.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/edit.html.erb within layouts/storytime/dashboard (16.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 41ms (Views: 36.6ms | ActiveRecord: 0.6ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 19:49:25 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 19:49:25 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 19:49:25 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 19:49:25 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 19:49:25 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:25 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 19:49:25 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:25 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:25 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:25 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:25 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:25 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:25 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:25 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:25 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:25 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:25 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:25 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:25 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:25 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:25 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:25 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:25 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:25 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:25 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:25 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:25 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:25 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:25 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:25 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:25 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:25 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:25 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 19:49:25 -0500 Started GET "/dashboard/sites/2/edit" for 127.0.0.1 at 2014-05-13 19:50:16 -0500 Processing by Storytime::Dashboard::SitesController#edit as HTML Parameters: {"id"=>"2"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 2]] Storytime::Page Load (0.2ms) SELECT "storytime_pages".* FROM "storytime_pages" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (12.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/edit.html.erb within layouts/storytime/dashboard (13.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (2.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 270ms (Views: 267.1ms | ActiveRecord: 0.6ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 19:50:17 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 19:50:17 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 19:50:17 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 19:50:17 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 19:50:17 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:17 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:17 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:17 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 19:50:17 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:17 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:17 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:17 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:17 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:17 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:17 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:17 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:17 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:17 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:17 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:17 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:17 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:17 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:17 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:17 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:17 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:17 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:17 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:17 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:17 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:17 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:17 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:17 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:17 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:17 -0500 Started PATCH "/dashboard/sites/2" for 127.0.0.1 at 2014-05-13 19:50:25 -0500 Processing by Storytime::Dashboard::SitesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "site"=>{"title"=>"Test site", "post_slug_style"=>"day_and_name", "root_page_content"=>"posts", "selected_root_page_id"=>"", "ga_tracking_id"=>"", "header"=>"", "footer"=>""}, "commit"=>"Update Site", "id"=>"2"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 2]] Unpermitted parameters: selected_root_page_id  (0.1ms) begin transaction SQL (0.4ms) UPDATE "storytime_sites" SET "root_page_content" = ?, "updated_at" = ? WHERE "storytime_sites"."id" = 2 [["root_page_content", 0], ["updated_at", "2014-05-14 00:50:25.541015"]]  (1.2ms) commit transaction Storytime::Page Load (0.3ms) SELECT "storytime_pages".* FROM "storytime_pages" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (24.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/edit.html.erb within layouts/storytime/dashboard (26.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 64ms (Views: 52.4ms | ActiveRecord: 2.6ms) Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 19:50:25 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 19:50:25 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 19:50:25 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 19:50:25 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 19:50:25 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:25 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:25 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:25 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:25 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:25 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:25 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:25 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:25 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:25 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:25 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:25 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 19:50:25 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:25 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:25 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:25 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:25 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:25 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:25 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:25 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:25 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:25 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:25 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:25 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:25 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:25 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:25 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:25 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:26 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:26 -0500 Started GET "/dashboard/sites/2/edit" for 127.0.0.1 at 2014-05-13 19:50:29 -0500 Processing by Storytime::Dashboard::SitesController#edit as HTML Parameters: {"id"=>"2"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 2]] Storytime::Page Load (0.2ms) SELECT "storytime_pages".* FROM "storytime_pages" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (13.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/edit.html.erb within layouts/storytime/dashboard (14.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 41ms (Views: 37.6ms | ActiveRecord: 0.5ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 19:50:29 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 19:50:29 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 19:50:29 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 19:50:29 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 19:50:29 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 19:50:29 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:29 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:29 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:29 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:29 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:29 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:29 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:29 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:29 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:29 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:29 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:29 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:29 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:29 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:29 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:29 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:29 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:29 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:29 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:29 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:29 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:29 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:29 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:29 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:29 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:29 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:29 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:29 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:29 -0500 Started PATCH "/dashboard/sites/2" for 127.0.0.1 at 2014-05-13 19:50:40 -0500 Processing by Storytime::Dashboard::SitesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "site"=>{"title"=>"Test site", "post_slug_style"=>"day_and_name", "root_page_content"=>"page", "selected_root_page_id"=>"1", "ga_tracking_id"=>"", "header"=>"", "footer"=>""}, "commit"=>"Update Site", "id"=>"2"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 2]] Unpermitted parameters: selected_root_page_id  (0.2ms) begin transaction SQL (0.7ms) UPDATE "storytime_sites" SET "root_page_content" = ?, "updated_at" = ? WHERE "storytime_sites"."id" = 2 [["root_page_content", 1], ["updated_at", "2014-05-14 00:50:40.501120"]]  (1.0ms) commit transaction Storytime::Page Load (0.3ms) SELECT "storytime_pages".* FROM "storytime_pages" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (18.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/edit.html.erb within layouts/storytime/dashboard (20.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 58ms (Views: 47.6ms | ActiveRecord: 2.7ms) Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 19:50:40 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 19:50:40 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 19:50:40 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 19:50:40 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 19:50:40 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:40 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:40 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 19:50:40 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:40 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:40 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:40 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:40 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:40 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:40 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:40 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:40 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:40 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:40 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:40 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:40 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:40 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:40 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:40 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:40 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:40 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:40 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:40 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:40 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:40 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:40 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:40 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:40 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:40 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:40 -0500 Started GET "/dashboard/posts" for 127.0.0.1 at 2014-05-13 19:50:43 -0500 Processing by Storytime::Dashboard::PostsController#index as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_post.html.erb (1.1ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_posts" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/index.html.erb within layouts/storytime/dashboard (7.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 34ms (Views: 30.7ms | ActiveRecord: 0.7ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 19:50:43 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 19:50:43 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 19:50:43 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 19:50:43 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 19:50:43 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:43 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 19:50:43 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:43 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:43 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:43 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:43 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:43 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:43 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:43 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:43 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:43 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:43 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:43 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:43 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:43 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:43 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:43 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:43 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:43 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:43 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:43 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:43 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:43 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:43 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:43 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:43 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:43 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:43 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:43 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-13 19:50:43 -0500 Started GET "/dashboard/sites/2/edit" for 127.0.0.1 at 2014-05-13 19:50:45 -0500 Processing by Storytime::Dashboard::SitesController#edit as HTML Parameters: {"id"=>"2"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 2]] Storytime::Page Load (0.2ms) SELECT "storytime_pages".* FROM "storytime_pages" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (12.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/edit.html.erb within layouts/storytime/dashboard (13.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 40ms (Views: 35.2ms | ActiveRecord: 0.7ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 19:50:45 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 19:50:45 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:45 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 19:50:45 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 19:50:45 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 19:50:45 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:45 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:45 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:45 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:45 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:45 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:45 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 19:50:45 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:45 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:45 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:45 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:45 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:45 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:45 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:45 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:45 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:45 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:45 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:45 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:45 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:45 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:45 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:45 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:45 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:45 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:45 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:45 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:45 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 19:50:45 -0500 Started GET "/dashboard/sites/2/edit" for 127.0.0.1 at 2014-05-13 19:51:40 -0500 Processing by Storytime::Dashboard::SitesController#edit as HTML Parameters: {"id"=>"2"} Storytime::User Load (0.6ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 2]] Storytime::Page Load (0.2ms) SELECT "storytime_pages".* FROM "storytime_pages" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (21.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/edit.html.erb within layouts/storytime/dashboard (22.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 83ms (Views: 56.6ms | ActiveRecord: 2.7ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 19:51:40 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 19:51:40 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 19:51:40 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 19:51:40 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 19:51:40 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 19:51:40 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:40 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:40 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:40 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:40 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:40 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:40 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:40 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:40 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:40 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:40 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:40 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:40 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:40 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:40 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:40 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:40 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:40 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:41 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:41 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:41 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:41 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:41 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:41 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:41 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:41 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:41 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:41 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:41 -0500 Started PATCH "/dashboard/sites/2" for 127.0.0.1 at 2014-05-13 19:51:44 -0500 Processing by Storytime::Dashboard::SitesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "site"=>{"title"=>"Test site", "post_slug_style"=>"day_and_name", "root_page_content"=>"page", "selected_root_page_id"=>"1", "ga_tracking_id"=>"", "header"=>"", "footer"=>""}, "commit"=>"Update Site", "id"=>"2"} Storytime::User Load (0.4ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "storytime_sites" SET "selected_root_page_id" = ?, "updated_at" = ? WHERE "storytime_sites"."id" = 2 [["selected_root_page_id", 1], ["updated_at", "2014-05-14 00:51:44.662747"]]  (1.8ms) commit transaction Storytime::Page Load (0.3ms) SELECT "storytime_pages".* FROM "storytime_pages" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (17.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/edit.html.erb within layouts/storytime/dashboard (19.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 60ms (Views: 46.7ms | ActiveRecord: 3.3ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 19:51:44 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 19:51:44 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 19:51:44 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:44 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:44 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 19:51:44 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 19:51:44 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:44 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:44 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:44 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:44 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:44 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:44 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:44 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:44 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:44 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 19:51:44 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:44 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:44 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:45 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:45 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:45 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:45 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:45 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:45 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:45 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:45 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:45 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:45 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:45 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:45 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:45 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:45 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 19:51:45 -0500 Started PATCH "/dashboard/sites/2" for 127.0.0.1 at 2014-05-13 19:55:01 -0500 Processing by Storytime::Dashboard::SitesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "site"=>{"title"=>"Test site", "post_slug_style"=>"day_and_name", "root_page_content"=>"posts", "selected_root_page_id"=>"", "ga_tracking_id"=>"", "header"=>"", "footer"=>""}, "commit"=>"Update Site", "id"=>"2"} Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 16ms SyntaxError (/Users/ben/Documents/projects/benroesch.com/storytime/app/models/storytime/site.rb:6: syntax error, unexpected '|' ...ge_id, presence: true, if: ->{|site| site.root_page_content ... ... ^): activesupport (4.1.0) lib/active_support/dependencies.rb:443:in `load' activesupport (4.1.0) lib/active_support/dependencies.rb:443:in `block in load_file' activesupport (4.1.0) lib/active_support/dependencies.rb:633:in `new_constants_in' activesupport (4.1.0) lib/active_support/dependencies.rb:442:in `load_file' activesupport (4.1.0) lib/active_support/dependencies.rb:342:in `require_or_load' activesupport (4.1.0) lib/active_support/dependencies.rb:480:in `load_missing_constant' activesupport (4.1.0) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.0) lib/active_support/dependencies.rb:512:in `load_missing_constant' activesupport (4.1.0) lib/active_support/dependencies.rb:180:in `const_missing' activesupport (4.1.0) lib/active_support/dependencies.rb:512:in `load_missing_constant' activesupport (4.1.0) lib/active_support/dependencies.rb:180:in `const_missing' /Users/ben/Documents/projects/benroesch.com/storytime/app/controllers/storytime/dashboard/sites_controller.rb:38:in `set_site' activesupport (4.1.0) lib/active_support/callbacks.rb:424:in `block in make_lambda' activesupport (4.1.0) lib/active_support/callbacks.rb:143:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:143:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (19.4ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 19:55:44 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 19:55:44 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 19:55:44 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 19:55:44 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 19:55:44 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 19:55:44 -0500 Started PATCH "/dashboard/sites/2" for 127.0.0.1 at 2014-05-13 19:55:49 -0500 Processing by Storytime::Dashboard::SitesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "site"=>{"title"=>"Test site", "post_slug_style"=>"day_and_name", "root_page_content"=>"posts", "selected_root_page_id"=>"", "ga_tracking_id"=>"", "header"=>"", "footer"=>""}, "commit"=>"Update Site", "id"=>"2"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (1.1ms) UPDATE "storytime_sites" SET "root_page_content" = ?, "selected_root_page_id" = ?, "updated_at" = ? WHERE "storytime_sites"."id" = 2 [["root_page_content", 0], ["selected_root_page_id", nil], ["updated_at", "2014-05-14 00:55:49.875013"]]  (0.8ms) commit transaction Storytime::Page Load (0.2ms) SELECT "storytime_pages".* FROM "storytime_pages" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (24.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/edit.html.erb within layouts/storytime/dashboard (25.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 80ms (Views: 47.9ms | ActiveRecord: 4.4ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 19:55:50 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 19:55:50 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 19:55:50 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 19:55:50 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 19:55:50 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 19:55:50 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 19:55:50 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 19:55:50 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 19:55:50 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 19:55:50 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 19:55:50 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 19:55:50 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 19:55:50 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 19:55:50 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 19:55:50 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 19:55:50 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 19:55:50 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 19:55:50 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 19:55:50 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 19:55:50 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 19:55:50 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 19:55:50 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 19:55:50 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 19:55:50 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 19:55:50 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 19:55:50 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 19:55:50 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 19:55:50 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 19:55:50 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 19:55:50 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 19:55:50 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 19:55:50 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 19:55:50 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 19:55:50 -0500 Storytime::Site Load (0.3ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" DESC LIMIT 1 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 19:57:29 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 19:57:29 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 19:57:29 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 19:57:29 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 19:57:29 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 19:57:29 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:29 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:30 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:30 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:30 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:30 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:30 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:30 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:30 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:30 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:30 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:30 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:30 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:30 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:30 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:30 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:30 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:30 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:30 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:30 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:30 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:30 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:30 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:30 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:30 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:30 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:30 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:30 -0500 Started GET "/dashboard/sites/2/edit" for 127.0.0.1 at 2014-05-13 19:57:34 -0500 Processing by Storytime::Dashboard::SitesController#edit as HTML Parameters: {"id"=>"2"} Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 2]] Storytime::Page Load (0.2ms) SELECT "storytime_pages".* FROM "storytime_pages" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (22.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/edit.html.erb within layouts/storytime/dashboard (22.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 99ms (Views: 76.6ms | ActiveRecord: 1.6ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 19:57:35 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 19:57:35 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 19:57:35 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 19:57:35 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 19:57:35 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 19:57:35 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:35 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:35 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:35 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:35 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:35 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:35 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:35 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:35 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:35 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:35 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:35 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:35 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:35 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:35 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:35 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:35 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:35 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:35 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:35 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:35 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:35 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:35 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:35 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:35 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:35 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:35 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:35 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:35 -0500 Started PATCH "/dashboard/sites/2" for 127.0.0.1 at 2014-05-13 19:57:46 -0500 Processing by Storytime::Dashboard::SitesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "site"=>{"title"=>"Test site", "post_slug_style"=>"day_and_name", "root_page_content"=>"page", "selected_root_page_id"=>"", "ga_tracking_id"=>"", "header"=>"", "footer"=>""}, "commit"=>"Update Site", "id"=>"2"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Storytime::Page Load (0.3ms) SELECT "storytime_pages".* FROM "storytime_pages" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (16.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/edit.html.erb within layouts/storytime/dashboard (17.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 216ms (Views: 208.3ms | ActiveRecord: 0.9ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 19:57:47 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 19:57:47 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 19:57:47 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 19:57:47 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 19:57:47 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 19:57:47 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:47 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:47 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:47 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:47 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:47 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:47 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:47 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:47 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:47 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:47 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:47 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:47 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:47 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:47 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:47 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:47 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:47 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:47 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:47 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:47 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:47 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:47 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:47 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:47 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:47 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:47 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:47 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:47 -0500 Started PATCH "/dashboard/sites/2" for 127.0.0.1 at 2014-05-13 19:57:55 -0500 Processing by Storytime::Dashboard::SitesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "site"=>{"title"=>"Test site", "post_slug_style"=>"day_and_name", "root_page_content"=>"page", "selected_root_page_id"=>"1", "ga_tracking_id"=>"", "header"=>"", "footer"=>""}, "commit"=>"Update Site", "id"=>"2"} Storytime::User Load (0.4ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "storytime_sites" SET "root_page_content" = ?, "selected_root_page_id" = ?, "updated_at" = ? WHERE "storytime_sites"."id" = 2 [["root_page_content", 1], ["selected_root_page_id", 1], ["updated_at", "2014-05-14 00:57:55.174965"]]  (0.9ms) commit transaction Storytime::Page Load (0.3ms) SELECT "storytime_pages".* FROM "storytime_pages" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (19.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/edit.html.erb within layouts/storytime/dashboard (21.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 58ms (Views: 47.7ms | ActiveRecord: 2.3ms) Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 19:57:55 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 19:57:55 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 19:57:55 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 19:57:55 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 19:57:55 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 19:57:55 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:55 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:55 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:55 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:55 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:55 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:55 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:55 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:55 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:55 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:55 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:55 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:55 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:55 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:55 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:55 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:55 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:55 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:55 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:55 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:55 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:55 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:55 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:55 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:55 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:55 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:55 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:55 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 19:57:55 -0500 Started GET "/dashboard/sites/2/edit" for 127.0.0.1 at 2014-05-13 20:33:31 -0500 Processing by Storytime::Dashboard::SitesController#edit as HTML Parameters: {"id"=>"2"} Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.5ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 2]] Storytime::Page Load (0.2ms) SELECT "storytime_pages".* FROM "storytime_pages" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (25.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/edit.html.erb within layouts/storytime/dashboard (26.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 68ms (Views: 44.5ms | ActiveRecord: 1.8ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 20:33:31 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 20:33:31 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 20:33:31 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 20:33:31 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 20:33:31 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 20:33:31 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 20:33:31 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 20:33:31 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 20:33:31 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 20:33:31 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 20:33:31 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 20:33:31 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 20:33:31 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 20:33:31 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 20:33:31 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 20:33:31 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 20:33:31 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 20:33:31 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 20:33:31 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 20:33:31 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 20:33:31 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 20:33:31 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 20:33:31 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 20:33:31 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 20:33:31 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 20:33:31 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 20:33:31 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 20:33:31 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 20:33:31 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 20:33:31 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 20:33:31 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 20:33:31 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 20:33:31 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 20:33:31 -0500 Storytime::Site Load (0.3ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" DESC LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) DELETE FROM "storytime_sites" WHERE "storytime_sites"."id" = ? [["id", 2]]  (0.9ms) commit transaction Started GET "/dashboard/sites/2/edit" for 127.0.0.1 at 2014-05-13 20:33:39 -0500 Processing by Storytime::Dashboard::SitesController#edit as HTML Parameters: {"id"=>"2"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 2]] Completed 404 Not Found in 3ms ActiveRecord::RecordNotFound (Couldn't find Storytime::Site with 'id'=2): activerecord (4.1.0) lib/active_record/relation/finder_methods.rb:320:in `raise_record_not_found_exception!' activerecord (4.1.0) lib/active_record/relation/finder_methods.rb:420:in `find_one' activerecord (4.1.0) lib/active_record/relation/finder_methods.rb:404:in `find_with_ids' activerecord (4.1.0) lib/active_record/relation/finder_methods.rb:68:in `find' activerecord (4.1.0) lib/active_record/querying.rb:3:in `find' /Users/ben/Documents/projects/benroesch.com/storytime/app/controllers/storytime/dashboard/sites_controller.rb:38:in `set_site' activesupport (4.1.0) lib/active_support/callbacks.rb:424:in `block in make_lambda' activesupport (4.1.0) lib/active_support/callbacks.rb:143:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:143:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (19.8ms) Started GET "/dashboard/pages" for 127.0.0.1 at 2014-05-13 20:33:45 -0500 Processing by Storytime::Dashboard::PagesController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.3ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 20:33:45 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Site Exists (0.1ms) SELECT 1 AS one FROM "storytime_sites" LIMIT 1 Storytime::Page Load (0.2ms) SELECT "storytime_pages".* FROM "storytime_pages" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (10.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb within layouts/storytime/dashboard (11.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (2.1ms) Completed 500 Internal Server Error in 33ms ActionView::Template::Error (No route matches {:action=>"edit", :controller=>"storytime/dashboard/sites", :format=>nil, :id=>#} missing required keys: [:id]): 14:
  • ><%= link_to "Posts", dashboard_posts_path %>
  • 15:
  • ><%= link_to "Pages", dashboard_pages_path %>
  • 16:
  • ><%= link_to "Media", dashboard_media_index_path %>
  • 17:
  • ><%= link_to "Settings", edit_dashboard_site_path(@site) %>
  • 18: 19:
    20:
    actionpack (4.1.0) lib/action_dispatch/journey/formatter.rb:39:in `generate' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:597:in `generate' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:627:in `generate' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:663:in `url_for' actionpack (4.1.0) lib/action_dispatch/routing/url_for.rb:155:in `url_for' actionview (4.1.0) lib/action_view/routing_url_for.rb:83:in `url_for' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:228:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:179:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:268:in `block (2 levels) in define_url_helper' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb:17:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard__navigation_html_erb___3754020416536505809_2176458140' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/layouts/storytime/dashboard.html.erb:17:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_layouts_storytime_dashboard_html_erb__141025369230781087_2167946780' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 20:35:30 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Site Exists (0.1ms) SELECT 1 AS one FROM "storytime_sites" LIMIT 1 Storytime::Page Load (0.2ms) SELECT "storytime_pages".* FROM "storytime_pages" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (16.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb within layouts/storytime/dashboard (17.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (2.5ms) Completed 500 Internal Server Error in 55ms ActionView::Template::Error (No route matches {:action=>"edit", :controller=>"storytime/dashboard/sites", :format=>nil, :id=>#} missing required keys: [:id]): 14:
  • ><%= link_to "Posts", dashboard_posts_path %>
  • 15:
  • ><%= link_to "Pages", dashboard_pages_path %>
  • 16:
  • ><%= link_to "Media", dashboard_media_index_path %>
  • 17:
  • ><%= link_to "Settings", dashboard_nav_site_path(@site) %>
  • 18: 19:
    20:
    actionpack (4.1.0) lib/action_dispatch/journey/formatter.rb:39:in `generate' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:597:in `generate' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:627:in `generate' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:663:in `url_for' actionpack (4.1.0) lib/action_dispatch/routing/url_for.rb:155:in `url_for' actionview (4.1.0) lib/action_view/routing_url_for.rb:83:in `url_for' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:228:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:179:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:268:in `block (2 levels) in define_url_helper' /Users/ben/Documents/projects/benroesch.com/storytime/app/helpers/storytime/application_helper.rb:5:in `dashboard_nav_site_path' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb:17:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard__navigation_html_erb___3754020416536505809_2196319840' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/layouts/storytime/dashboard.html.erb:17:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_layouts_storytime_dashboard_html_erb__141025369230781087_2167946780' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.6ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 20:36:02 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Site Exists (0.2ms) SELECT 1 AS one FROM "storytime_sites" LIMIT 1 Storytime::Page Load (0.2ms) SELECT "storytime_pages".* FROM "storytime_pages" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (28.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb within layouts/storytime/dashboard (29.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (27343.4ms) Completed 500 Internal Server Error in 27434ms ActionView::Template::Error (No route matches {:action=>"edit", :controller=>"storytime/dashboard/sites", :format=>nil, :id=>#} missing required keys: [:id]): 14:
  • ><%= link_to "Posts", dashboard_posts_path %>
  • 15:
  • ><%= link_to "Pages", dashboard_pages_path %>
  • 16:
  • ><%= link_to "Media", dashboard_media_index_path %>
  • 17:
  • ><%= link_to "Settings", dashboard_nav_site_path(@site) %>
  • 18: 19: 20: actionpack (4.1.0) lib/action_dispatch/journey/formatter.rb:39:in `generate' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:597:in `generate' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:627:in `generate' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:663:in `url_for' actionpack (4.1.0) lib/action_dispatch/routing/url_for.rb:155:in `url_for' actionview (4.1.0) lib/action_view/routing_url_for.rb:83:in `url_for' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:228:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:179:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:268:in `block (2 levels) in define_url_helper' /Users/ben/Documents/projects/benroesch.com/storytime/app/helpers/storytime/application_helper.rb:6:in `dashboard_nav_site_path' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb:17:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard__navigation_html_erb___3754020416536505809_2196319840' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/layouts/storytime/dashboard.html.erb:17:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_layouts_storytime_dashboard_html_erb__141025369230781087_2167946780' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:67:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (13.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 20:36:32 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Site Exists (0.2ms) SELECT 1 AS one FROM "storytime_sites" LIMIT 1 Storytime::Page Load (0.2ms) SELECT "storytime_pages".* FROM "storytime_pages" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (33.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb within layouts/storytime/dashboard (35.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 93ms (Views: 60.6ms | ActiveRecord: 2.4ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 20:36:32 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 20:36:32 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 20:36:32 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 20:36:32 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 20:36:32 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 20:36:32 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 20:36:33 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 20:36:33 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 20:36:33 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 20:36:33 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 20:36:33 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 20:36:33 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 20:36:33 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 20:36:33 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 20:36:33 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 20:36:33 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 20:36:33 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 20:36:33 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 20:36:33 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 20:36:33 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 20:36:33 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 20:36:33 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 20:36:33 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 20:36:33 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 20:36:33 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 20:36:33 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 20:36:33 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 20:36:33 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 20:36:33 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 20:36:33 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 20:36:33 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 20:36:33 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 20:36:33 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 20:36:33 -0500 Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 20:43:33 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Site Exists (0.1ms) SELECT 1 AS one FROM "storytime_sites" LIMIT 1 Storytime::Page Load (0.2ms) SELECT "storytime_pages".* FROM "storytime_pages" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (29.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb within layouts/storytime/dashboard (30.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 7034ms (Views: 52.2ms | ActiveRecord: 1.8ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 20:43:40 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 20:43:40 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 20:43:40 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:40 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:40 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 20:43:40 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 20:43:40 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:40 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 20:43:40 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:40 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:40 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:40 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:40 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:40 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:40 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:40 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:40 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:40 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:40 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:40 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:40 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:40 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:40 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:40 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:40 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:40 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:40 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:40 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:40 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:40 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:40 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:40 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:40 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:40 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:40 -0500 Started POST "/dashboard/sites" for 127.0.0.1 at 2014-05-13 20:43:45 -0500 Processing by Storytime::Dashboard::SitesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "site"=>{"title"=>"Test site", "post_slug_style"=>"default", "root_page_content"=>"posts", "selected_root_page_id"=>"", "ga_tracking_id"=>"", "header"=>"", "footer"=>""}, "commit"=>"Create Site"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Exists (0.2ms) SELECT 1 AS one FROM "storytime_sites" LIMIT 1  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "storytime_sites" ("created_at", "footer", "ga_tracking_id", "header", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2014-05-14 01:43:45.124548"], ["footer", ""], ["ga_tracking_id", ""], ["header", ""], ["title", "Test site"], ["updated_at", "2014-05-14 01:43:45.124548"]]  (0.9ms) commit transaction Redirected to http://0.0.0.0:3000/dashboard/sites/3/edit Completed 302 Found in 12ms (ActiveRecord: 2.1ms) Started GET "/dashboard/sites/3/edit" for 127.0.0.1 at 2014-05-13 20:43:45 -0500 Processing by Storytime::Dashboard::SitesController#edit as HTML Parameters: {"id"=>"3"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.3ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 3]] Storytime::Page Load (0.2ms) SELECT "storytime_pages".* FROM "storytime_pages" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (20.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/edit.html.erb within layouts/storytime/dashboard (21.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 48ms (Views: 44.2ms | ActiveRecord: 0.8ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 20:43:45 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 20:43:45 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 20:43:45 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 20:43:45 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 20:43:45 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 20:43:45 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:45 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:45 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:45 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:45 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:45 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:45 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:45 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:45 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:45 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:45 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:45 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:45 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:45 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:45 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:45 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:45 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:45 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:45 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:45 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:45 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:45 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:45 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:45 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:45 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:45 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:45 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:45 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:45 -0500 Started GET "/dashboard/sites/3/edit" for 127.0.0.1 at 2014-05-13 20:43:49 -0500 Processing by Storytime::Dashboard::SitesController#edit as HTML Parameters: {"id"=>"3"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 3]] Storytime::Page Load (0.2ms) SELECT "storytime_pages".* FROM "storytime_pages" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (13.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/edit.html.erb within layouts/storytime/dashboard (13.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 39ms (Views: 36.4ms | ActiveRecord: 0.5ms) Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 20:43:49 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 20:43:49 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 20:43:49 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 20:43:49 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 20:43:49 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:49 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 20:43:49 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:49 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:49 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:49 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:49 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:49 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:49 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:49 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:49 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:49 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:49 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:49 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:49 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:49 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:49 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:49 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:49 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:49 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:49 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:49 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:49 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:49 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:49 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:49 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:49 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:49 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:49 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 20:43:49 -0500 Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 20:46:17 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb within layouts/storytime/dashboard (1.7ms) Completed 500 Internal Server Error in 19ms ActionView::Template::Error (undefined method `model_name' for NilClass:Class): 1: <%= simple_form_for [:dashboard, @site] do |f| %> 2: <%= f.error_notification %> 3: <%= f.input :title %> 4: <%= f.input :post_slug_style, collection: post_slug_style_options %> actionpack (4.1.0) lib/action_controller/model_naming.rb:9:in `model_name_from_record_or_class' actionview (4.1.0) lib/action_view/record_identifier.rb:47:in `dom_class' simple_form (3.0.2) lib/simple_form/action_view_extensions/form_helper.rb:58:in `simple_form_css_class' simple_form (3.0.2) lib/simple_form/action_view_extensions/form_helper.rb:19:in `simple_form_for' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb:1:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_sites__form_html_erb__477465484158349305_2203677700' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb:3:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_sites_new_html_erb___2974470610644841456_2167926740' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.6ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 20:48:04 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (1.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 CACHE (0.4ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb within layouts/storytime/dashboard (1.8ms) Completed 500 Internal Server Error in 19906ms ActionView::Template::Error (undefined method `model_name' for NilClass:Class): 1: <%= simple_form_for [:dashboard, @site] do |f| %> 2: <%= f.error_notification %> 3: <%= f.input :title %> 4: <%= f.input :post_slug_style, collection: post_slug_style_options %> actionpack (4.1.0) lib/action_controller/model_naming.rb:9:in `model_name_from_record_or_class' actionview (4.1.0) lib/action_view/record_identifier.rb:47:in `dom_class' simple_form (3.0.2) lib/simple_form/action_view_extensions/form_helper.rb:58:in `simple_form_css_class' simple_form (3.0.2) lib/simple_form/action_view_extensions/form_helper.rb:19:in `simple_form_for' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb:1:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_sites__form_html_erb__477465484158349305_2203677700' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb:3:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_sites_new_html_erb___2974470610644841456_2167926740' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (16.0ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 20:48:55 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (0.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb within layouts/storytime/dashboard (1.6ms) Completed 500 Internal Server Error in 21ms ActionView::Template::Error (undefined method `model_name' for NilClass:Class): 1: <%= simple_form_for [:dashboard, @site] do |f| %> 2: <%= f.error_notification %> 3: <%= f.input :title %> 4: <%= f.input :post_slug_style, collection: post_slug_style_options %> actionpack (4.1.0) lib/action_controller/model_naming.rb:9:in `model_name_from_record_or_class' actionview (4.1.0) lib/action_view/record_identifier.rb:47:in `dom_class' simple_form (3.0.2) lib/simple_form/action_view_extensions/form_helper.rb:58:in `simple_form_css_class' simple_form (3.0.2) lib/simple_form/action_view_extensions/form_helper.rb:19:in `simple_form_for' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb:1:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_sites__form_html_erb__477465484158349305_2203677700' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb:3:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_sites_new_html_erb___2974470610644841456_2167926740' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (13.0ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 20:51:04 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/3/edit Completed 500 Internal Server Error in 25ms Pundit::AuthorizationNotPerformedError (Pundit::AuthorizationNotPerformedError): pundit (0.2.3) lib/pundit.rb:55:in `verify_authorized' activesupport (4.1.0) lib/active_support/callbacks.rb:424:in `block in make_lambda' activesupport (4.1.0) lib/active_support/callbacks.rb:231:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:231:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (17.0ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-13 20:52:24 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/3/edit Filter chain halted as :redirect_if_site_exists rendered or redirected Completed 302 Found in 25ms (ActiveRecord: 1.8ms) Started GET "/dashboard/sites/3/edit" for 127.0.0.1 at 2014-05-13 20:52:24 -0500 Processing by Storytime::Dashboard::SitesController#edit as HTML Parameters: {"id"=>"3"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 3]] Storytime::Page Load (0.2ms) SELECT "storytime_pages".* FROM "storytime_pages" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (23.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/edit.html.erb within layouts/storytime/dashboard (24.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 63ms (Views: 53.4ms | ActiveRecord: 1.0ms) Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-13 20:52:24 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-13 20:52:24 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-13 20:52:24 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:24 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-13 20:52:24 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:24 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:24 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-13 20:52:24 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:24 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:24 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:24 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:24 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:24 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:24 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:24 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:24 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:24 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:24 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:24 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:24 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:24 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:24 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:24 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:24 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:25 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:25 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:25 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:25 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:25 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-13 20:52:25 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:25 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:25 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:25 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:25 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:25 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:25 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:25 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:25 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:25 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:25 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:25 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:25 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:25 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:25 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:25 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:25 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:25 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:25 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:25 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:25 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:25 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:25 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:25 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:25 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:25 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:25 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:25 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:25 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-13 20:52:25 -0500 Started GET "/" for 127.0.0.1 at 2014-05-18 15:06:07 -0500 Processing by Storytime::PostsController#index as HTML Storytime::Post Load (3.2ms) SELECT "storytime_posts".* FROM "storytime_posts" ORDER BY "storytime_posts"."created_at" DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/index.html.erb within layouts/storytime/application (65.4ms) Completed 500 Internal Server Error in 140ms ActionView::Template::Error (Could not find table 'storytime_taggings'): 1: <% @posts.each do |post| %> 2:

    <%= link_to post.title, post %>

    3:
    <%= post.excerpt %>
    4:

    Tags: <%= raw post.tags.map(&:name).map { |t| link_to t, tag_path(t) }.join(', ') %>

    5: <% end %> 6: 7: <%= paginate @posts %> activerecord (4.1.0) lib/active_record/connection_adapters/sqlite3_adapter.rb:512:in `table_structure' activerecord (4.1.0) lib/active_record/connection_adapters/sqlite3_adapter.rb:387:in `columns' activerecord (4.1.0) lib/active_record/connection_adapters/schema_cache.rb:93:in `block in prepare_default_proc' activerecord (4.1.0) lib/active_record/connection_adapters/schema_cache.rb:44:in `yield' activerecord (4.1.0) lib/active_record/connection_adapters/schema_cache.rb:44:in `columns' activerecord (4.1.0) lib/active_record/connection_adapters/schema_cache.rb:97:in `block in prepare_default_proc' activerecord (4.1.0) lib/active_record/connection_adapters/schema_cache.rb:50:in `yield' activerecord (4.1.0) lib/active_record/connection_adapters/schema_cache.rb:50:in `columns_hash' activerecord (4.1.0) lib/active_record/associations/association_scope.rb:47:in `column_for' activerecord (4.1.0) lib/active_record/associations/association_scope.rb:59:in `bind' activerecord (4.1.0) lib/active_record/associations/association_scope.rb:86:in `block in add_constraints' activerecord (4.1.0) lib/active_record/associations/association_scope.rb:69:in `each' activerecord (4.1.0) lib/active_record/associations/association_scope.rb:69:in `each_with_index' activerecord (4.1.0) lib/active_record/associations/association_scope.rb:69:in `add_constraints' activerecord (4.1.0) lib/active_record/associations/association_scope.rb:18:in `scope' activerecord (4.1.0) lib/active_record/associations/association_scope.rb:7:in `scope' activerecord (4.1.0) lib/active_record/associations/association.rb:97:in `association_scope' activerecord (4.1.0) lib/active_record/associations/association.rb:86:in `scope' activerecord (4.1.0) lib/active_record/associations/collection_association.rb:404:in `scope' activerecord (4.1.0) lib/active_record/associations/collection_proxy.rb:36:in `initialize' activerecord (4.1.0) lib/active_record/relation/delegation.rb:106:in `new' activerecord (4.1.0) lib/active_record/relation/delegation.rb:106:in `create' activerecord (4.1.0) lib/active_record/associations/collection_association.rb:36:in `reader' activerecord (4.1.0) lib/active_record/associations/builder/association.rb:110:in `tags' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/index.html.erb:4:in `block in ___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_posts_index_html_erb__3350499100899772651_2160470960' activerecord (4.1.0) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.0) lib/active_record/relation/delegation.rb:46:in `each' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/index.html.erb:1:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_posts_index_html_erb__3350499100899772651_2160470960' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (28.3ms) Started GET "/" for 127.0.0.1 at 2014-05-18 15:06:08 -0500 Processing by Storytime::PostsController#index as HTML Storytime::Post Load (0.3ms) SELECT "storytime_posts".* FROM "storytime_posts" ORDER BY "storytime_posts"."created_at" DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/index.html.erb within layouts/storytime/application (3.7ms) Completed 500 Internal Server Error in 9ms ActionView::Template::Error (Could not find table 'storytime_taggings'): 1: <% @posts.each do |post| %> 2:

    <%= link_to post.title, post %>

    3:
    <%= post.excerpt %>
    4:

    Tags: <%= raw post.tags.map(&:name).map { |t| link_to t, tag_path(t) }.join(', ') %>

    5: <% end %> 6: 7: <%= paginate @posts %> activerecord (4.1.0) lib/active_record/connection_adapters/sqlite3_adapter.rb:512:in `table_structure' activerecord (4.1.0) lib/active_record/connection_adapters/sqlite3_adapter.rb:387:in `columns' activerecord (4.1.0) lib/active_record/connection_adapters/schema_cache.rb:93:in `block in prepare_default_proc' activerecord (4.1.0) lib/active_record/connection_adapters/schema_cache.rb:44:in `yield' activerecord (4.1.0) lib/active_record/connection_adapters/schema_cache.rb:44:in `columns' activerecord (4.1.0) lib/active_record/connection_adapters/schema_cache.rb:97:in `block in prepare_default_proc' activerecord (4.1.0) lib/active_record/connection_adapters/schema_cache.rb:50:in `yield' activerecord (4.1.0) lib/active_record/connection_adapters/schema_cache.rb:50:in `columns_hash' activerecord (4.1.0) lib/active_record/associations/association_scope.rb:47:in `column_for' activerecord (4.1.0) lib/active_record/associations/association_scope.rb:59:in `bind' activerecord (4.1.0) lib/active_record/associations/association_scope.rb:86:in `block in add_constraints' activerecord (4.1.0) lib/active_record/associations/association_scope.rb:69:in `each' activerecord (4.1.0) lib/active_record/associations/association_scope.rb:69:in `each_with_index' activerecord (4.1.0) lib/active_record/associations/association_scope.rb:69:in `add_constraints' activerecord (4.1.0) lib/active_record/associations/association_scope.rb:18:in `scope' activerecord (4.1.0) lib/active_record/associations/association_scope.rb:7:in `scope' activerecord (4.1.0) lib/active_record/associations/association.rb:97:in `association_scope' activerecord (4.1.0) lib/active_record/associations/association.rb:86:in `scope' activerecord (4.1.0) lib/active_record/associations/collection_association.rb:404:in `scope' activerecord (4.1.0) lib/active_record/associations/collection_proxy.rb:36:in `initialize' activerecord (4.1.0) lib/active_record/relation/delegation.rb:106:in `new' activerecord (4.1.0) lib/active_record/relation/delegation.rb:106:in `create' activerecord (4.1.0) lib/active_record/associations/collection_association.rb:36:in `reader' activerecord (4.1.0) lib/active_record/associations/builder/association.rb:110:in `tags' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/index.html.erb:4:in `block in ___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_posts_index_html_erb__3350499100899772651_2160470960' activerecord (4.1.0) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.1.0) lib/active_record/relation/delegation.rb:46:in `each' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/index.html.erb:1:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_posts_index_html_erb__3350499100899772651_2160470960' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (17.8ms) ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateStorytimeTags (20140514200234)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "storytime_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime)  SQL (0.8ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140514200234"]]  (0.8ms) commit transaction Migrating to CreateStorytimeTaggings (20140514200304)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "storytime_taggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_id" integer, "post_id" integer, "created_at" datetime, "updated_at" datetime)   (0.4ms) select sqlite_version(*)  (0.2ms) CREATE INDEX "index_storytime_taggings_on_tag_id" ON "storytime_taggings" ("tag_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_taggings_on_tag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_taggings_on_tag_id' AND type='index'  (0.1ms) CREATE INDEX "index_storytime_taggings_on_post_id" ON "storytime_taggings" ("post_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140514200304"]]  (0.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_media_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_media_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_pages_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_pages_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_posts_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_posts_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_sites_on_selected_root_page_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_sites_on_selected_root_page_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_taggings_on_post_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_taggings_on_post_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_taggings_on_tag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_taggings_on_tag_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_email' AND type='index' Started GET "/" for 127.0.0.1 at 2014-05-18 15:06:44 -0500 Processing by Storytime::PostsController#index as HTML Storytime::Post Load (0.5ms) SELECT "storytime_posts".* FROM "storytime_posts" ORDER BY "storytime_posts"."created_at" DESC LIMIT 10 OFFSET 0 Storytime::Tag Load (0.2ms) SELECT "storytime_tags".* FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_tags"."id" = "storytime_taggings"."tag_id" WHERE "storytime_taggings"."post_id" = ? [["post_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "storytime_posts" Storytime::Tag Load (0.2ms) SELECT storytime_tags.*, count(storytime_taggings.tag_id) as count FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_taggings"."tag_id" = "storytime_tags"."id" GROUP BY storytime_taggings.tag_id Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/index.html.erb within layouts/storytime/application (40.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.6ms) Completed 200 OK in 394ms (Views: 388.8ms | ActiveRecord: 1.7ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-18 15:06:44 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-18 15:06:44 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-18 15:06:44 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-18 15:06:44 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-18 15:06:44 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-18 15:06:44 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-18 15:06:44 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-18 15:06:44 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-18 15:06:44 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-18 15:06:44 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:06:44 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-18 15:06:44 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-18 15:06:44 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:06:44 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-18 15:06:44 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-18 15:06:45 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-18 15:06:45 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-18 15:06:45 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-18 15:06:45 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-18 15:06:45 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-18 15:06:45 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-18 15:06:45 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-18 15:06:45 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-18 15:06:45 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-18 15:06:45 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-18 15:06:45 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-18 15:06:45 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:06:45 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-18 15:06:45 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-18 15:06:45 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-18 15:06:45 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-18 15:06:45 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-18 15:06:45 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-18 15:06:45 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-18 15:06:45 -0500 Started GET "/posts/6" for 127.0.0.1 at 2014-05-18 15:07:21 -0500 Processing by Storytime::PostsController#show as HTML Parameters: {"id"=>"6"} Storytime::Post Load (0.3ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Storytime::Tag Load (0.1ms) SELECT "storytime_tags".* FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_tags"."id" = "storytime_taggings"."tag_id" WHERE "storytime_taggings"."post_id" = ? [["post_id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/show.html.erb within layouts/storytime/application (2.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 25ms (Views: 23.2ms | ActiveRecord: 0.4ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-18 15:07:21 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-18 15:07:21 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-18 15:07:21 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-18 15:07:21 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-18 15:07:21 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:21 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:21 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-18 15:07:21 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:21 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:21 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:07:21 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:21 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:21 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:21 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:21 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:21 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:21 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:21 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:21 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:21 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:21 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:21 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:21 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:21 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:21 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:21 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:21 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:21 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:21 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:21 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:21 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:21 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:21 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:21 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:21 -0500 Started GET "/dashboard/posts" for 127.0.0.1 at 2014-05-18 15:07:26 -0500 Processing by Storytime::Dashboard::PostsController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.3ms) SELECT "storytime_posts".* FROM "storytime_posts" LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_post.html.erb (16.6ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_posts" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/index.html.erb within layouts/storytime/dashboard (22.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 162ms (Views: 132.3ms | ActiveRecord: 1.7ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-18 15:07:27 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-18 15:07:27 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-18 15:07:27 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-18 15:07:27 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-18 15:07:27 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-18 15:07:27 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:27 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:27 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:27 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:27 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:27 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:27 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:07:27 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:27 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:27 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:27 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:27 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:27 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:27 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:27 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:27 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:27 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:27 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:27 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:27 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:27 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:27 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:27 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:27 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:27 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:27 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:27 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:27 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:27 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:27 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-18 15:07:27 -0500 Started GET "/dashboard/posts/new" for 127.0.0.1 at 2014-05-18 15:07:29 -0500 Processing by Storytime::Dashboard::PostsController#new as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (7.5ms) Storytime::Media Load (0.4ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (17.3ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (68.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (79.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (120.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/new.html.erb within layouts/storytime/dashboard (122.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 191ms (Views: 145.6ms | ActiveRecord: 1.7ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-18 15:07:29 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-18 15:07:29 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-18 15:07:29 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-18 15:07:29 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-18 15:07:29 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-18 15:07:29 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:29 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:29 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:30 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:30 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:30 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:30 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:07:30 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:30 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:30 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:30 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:30 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:30 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:30 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:30 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:30 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:30 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:30 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:30 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:30 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:30 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:30 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:30 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:30 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:30 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:30 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:30 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:30 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:30 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-18 15:07:30 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:07:30 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-18 15:07:30 -0500 Started POST "/dashboard/posts" for 127.0.0.1 at 2014-05-18 15:07:55 -0500 Processing by Storytime::Dashboard::PostsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "post"=>{"title"=>"some cool post", "excerpt"=>"", "content"=>"here is some text to the post

    and here is some more!", "tag_list"=>"test"}, "_wysihtml5_mode"=>"1", "commit"=>"Create Post"} Storytime::User Load (0.4ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Tag Load (0.2ms) SELECT "storytime_tags".* FROM "storytime_tags" WHERE "storytime_tags"."name" = 'test' ORDER BY "storytime_tags"."id" ASC LIMIT 1  (0.2ms) begin transaction Storytime::Tag Exists (0.3ms) SELECT 1 AS one FROM "storytime_tags" WHERE "storytime_tags"."name" = 'test' LIMIT 1 SQL (1.1ms) INSERT INTO "storytime_tags" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-05-18 20:07:55.341505"], ["name", "test"], ["updated_at", "2014-05-18 20:07:55.341505"]]  (0.9ms) commit transaction Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Storytime::Tag Exists (0.3ms) SELECT 1 AS one FROM "storytime_tags" WHERE ("storytime_tags"."name" = 'test' AND "storytime_tags"."id" != 1) LIMIT 1  (0.2ms) rollback transaction Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (1.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (0.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (2.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (6.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (15.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/new.html.erb within layouts/storytime/dashboard (16.4ms) Completed 500 Internal Server Error in 66ms ActionView::Template::Error (undefined method `current_page' for nil:NilClass): 2:
    3: <%= render partial: "storytime/dashboard/media/media", collection: @media %> 4:
    5: <%= paginate @media, remote: true, params: { controller: "dashboard/media", action: "index", id: nil } %> 6: kaminari (0.15.1) lib/kaminari/helpers/action_view_extension.rb:18:in `paginate' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html:5:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media__gallery_html__1127432073519108712_2165623780' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb:19:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media__modal_html_erb__2367007068491471740_2165429840' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb:13:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_posts__form_html_erb___2160889398482919540_2205757240' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/new.html.erb:3:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_posts_new_html_erb__2220119596572157591_2205672520' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/controllers/storytime/dashboard/posts_controller.rb:32:in `create' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (13.3ms) Started POST "/dashboard/posts" for 127.0.0.1 at 2014-05-18 15:10:13 -0500 Processing by Storytime::Dashboard::PostsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "post"=>{"title"=>"some cool post", "excerpt"=>"", "content"=>"here is some text to the post

    and here is some more!", "tag_list"=>"test"}, "_wysihtml5_mode"=>"1", "commit"=>"Create Post"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Tag Load (0.2ms) SELECT "storytime_tags".* FROM "storytime_tags" WHERE "storytime_tags"."name" = 'test' ORDER BY "storytime_tags"."id" ASC LIMIT 1 Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Storytime::Tag Exists (0.2ms) SELECT 1 AS one FROM "storytime_tags" WHERE ("storytime_tags"."name" = 'test' AND "storytime_tags"."id" != 1) LIMIT 1  (0.1ms) rollback transaction Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (7.6ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (15.9ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (21.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (31.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (43.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/new.html.erb within layouts/storytime/dashboard (44.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 166ms (Views: 83.4ms | ActiveRecord: 4.4ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-18 15:10:13 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-18 15:10:13 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-18 15:10:13 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-18 15:10:13 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-18 15:10:14 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-18 15:10:14 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-18 15:10:14 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-18 15:10:14 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-18 15:10:14 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-18 15:10:14 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-18 15:10:14 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-18 15:10:14 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:10:14 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:10:14 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-18 15:10:14 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-18 15:10:14 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-18 15:10:14 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-18 15:10:14 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-18 15:10:14 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-18 15:10:14 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-18 15:10:14 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-18 15:10:14 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-18 15:10:14 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-18 15:10:14 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-18 15:10:14 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-18 15:10:14 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:10:14 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-18 15:10:14 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-18 15:10:14 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-18 15:10:14 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-18 15:10:14 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-18 15:10:14 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-18 15:10:14 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-18 15:10:14 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-18 15:10:14 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-18 15:11:34 -0500 Started POST "/dashboard/posts" for 127.0.0.1 at 2014-05-18 15:11:44 -0500 Processing by Storytime::Dashboard::PostsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "post"=>{"title"=>"some cool post", "excerpt"=>"here is some text to the post", "content"=>"here is some text to the post

    and here is some more!", "tag_list"=>"test"}, "_wysihtml5_mode"=>"1", "commit"=>"Create Post"} Storytime::User Load (0.7ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Tag Load (0.3ms) SELECT "storytime_tags".* FROM "storytime_tags" WHERE "storytime_tags"."name" = 'test' ORDER BY "storytime_tags"."id" ASC LIMIT 1 Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Storytime::Tag Exists (0.2ms) SELECT 1 AS one FROM "storytime_tags" WHERE ("storytime_tags"."name" = 'test' AND "storytime_tags"."id" != 1) LIMIT 1 SQL (3.7ms) INSERT INTO "storytime_posts" ("content", "created_at", "excerpt", "title", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?) [["content", "here is some text to the post

    and here is some more!"], ["created_at", "2014-05-18 20:11:45.021291"], ["excerpt", "here is some text to the post"], ["title", "some cool post"], ["updated_at", "2014-05-18 20:11:45.021291"], ["user_id", 1]] SQL (15.4ms) INSERT INTO "storytime_taggings" ("created_at", "post_id", "tag_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-05-18 20:11:45.027757"], ["post_id", 7], ["tag_id", 1], ["updated_at", "2014-05-18 20:11:45.027757"]]  (3.1ms) commit transaction Redirected to http://0.0.0.0:3000/posts/7 Completed 302 Found in 46ms (ActiveRecord: 23.9ms) Started GET "/posts/7" for 127.0.0.1 at 2014-05-18 15:11:45 -0500 Processing by Storytime::PostsController#show as HTML Parameters: {"id"=>"7"} Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 7]] Storytime::Tag Load (0.4ms) SELECT "storytime_tags".* FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_tags"."id" = "storytime_taggings"."tag_id" WHERE "storytime_taggings"."post_id" = ? [["post_id", 7]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/show.html.erb within layouts/storytime/application (2.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 27ms (Views: 24.9ms | ActiveRecord: 0.6ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-18 15:11:45 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-18 15:11:45 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-18 15:11:45 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-18 15:11:45 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-18 15:11:45 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-18 15:11:45 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:11:45 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-18 15:11:45 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-18 15:11:45 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-18 15:11:45 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-18 15:11:45 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-18 15:11:45 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-18 15:11:45 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:11:45 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-18 15:11:45 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-18 15:11:45 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-18 15:11:45 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-18 15:11:45 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-18 15:11:45 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-18 15:11:45 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-18 15:11:45 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-18 15:11:45 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-18 15:11:45 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-18 15:11:45 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:11:45 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-18 15:11:45 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-18 15:11:45 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-18 15:11:45 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-18 15:11:45 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-18 15:11:45 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-18 15:11:45 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-18 15:11:45 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-18 15:11:45 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-18 15:11:45 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-18 15:11:45 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-18 15:12:09 -0500 Started GET "/dashboard/posts" for 127.0.0.1 at 2014-05-18 15:12:12 -0500 Processing by Storytime::Dashboard::PostsController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_post.html.erb (2.5ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_posts" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/index.html.erb within layouts/storytime/dashboard (8.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 34ms (Views: 29.5ms | ActiveRecord: 1.0ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-18 15:12:12 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-18 15:12:12 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-18 15:12:12 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-18 15:12:12 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-18 15:12:12 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-18 15:12:12 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:12 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:12 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:12:12 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:12 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:12 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:12 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:12 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:12 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:12 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:12 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:12 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:12 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:12 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:12 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:12 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:12 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:12 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:12 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:12 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:12 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:12 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:12 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:12 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:12 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:12 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:12 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:12 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:12 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:12 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-18 15:12:13 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-18 15:12:16 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Storytime::Tag Load (0.1ms) SELECT "storytime_tags".* FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_tags"."id" = "storytime_taggings"."tag_id" WHERE "storytime_taggings"."post_id" = ? [["post_id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.8ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (13.7ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (18.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (23.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (33.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (36.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 61ms (Views: 55.8ms | ActiveRecord: 1.1ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-18 15:12:16 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-18 15:12:16 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-18 15:12:16 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:16 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-18 15:12:16 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:16 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-18 15:12:16 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-18 15:12:16 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:16 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:16 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:16 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:16 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:16 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:16 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:16 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:12:16 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:16 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:16 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:16 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:16 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:16 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:16 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:16 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:16 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:16 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:16 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:16 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:16 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:16 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:16 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:16 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:16 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:16 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:16 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:16 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:12:16 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-18 15:12:17 -0500 Started GET "/dashboard/sites/3/edit" for 127.0.0.1 at 2014-05-18 15:12:21 -0500 Processing by Storytime::Dashboard::SitesController#edit as HTML Parameters: {"id"=>"3"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 3]] Storytime::Page Load (0.2ms) SELECT "storytime_pages".* FROM "storytime_pages" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (34.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/edit.html.erb within layouts/storytime/dashboard (36.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 70ms (Views: 57.3ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-18 15:12:21 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-18 15:12:21 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-18 15:12:21 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-18 15:12:21 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-18 15:12:21 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-18 15:12:21 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:21 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:21 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:12:21 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:21 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:21 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:21 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:21 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:21 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:21 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:21 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:21 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:21 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:21 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:21 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:21 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:21 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:21 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:21 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:21 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:21 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:21 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:21 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:21 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:21 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:21 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:21 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:21 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:21 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:21 -0500 Started GET "/dashboard/posts" for 127.0.0.1 at 2014-05-18 15:12:23 -0500 Processing by Storytime::Dashboard::PostsController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_post.html.erb (3.0ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_posts" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/index.html.erb within layouts/storytime/dashboard (9.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 36ms (Views: 31.2ms | ActiveRecord: 0.8ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-18 15:12:24 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-18 15:12:24 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-18 15:12:24 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-18 15:12:24 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-18 15:12:24 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-18 15:12:24 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:24 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:24 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:24 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:24 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:24 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:12:24 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:24 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:24 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:24 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:24 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:24 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:24 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:24 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:24 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:24 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:24 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:24 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:24 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:24 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:24 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:24 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:24 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:24 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:24 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:24 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:24 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:24 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:24 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:24 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-18 15:12:24 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-18 15:12:26 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Storytime::Tag Load (0.2ms) SELECT "storytime_tags".* FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_tags"."id" = "storytime_taggings"."tag_id" WHERE "storytime_taggings"."post_id" = ? [["post_id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.2ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (16.4ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (22.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (26.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (39.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (41.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 68ms (Views: 61.9ms | ActiveRecord: 1.2ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-18 15:12:26 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-18 15:12:26 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-18 15:12:26 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-18 15:12:26 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-18 15:12:26 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-18 15:12:26 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:26 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:26 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:26 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:26 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:26 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:26 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:12:26 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:26 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:26 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:26 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:26 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:26 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:26 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:26 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:26 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:26 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:26 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:26 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:26 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:26 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:26 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:26 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:27 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:27 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:27 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:27 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:27 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:27 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-18 15:12:27 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:12:27 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-18 15:12:27 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-18 15:13:09 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Completed 500 Internal Server Error in 28ms NameError (uninitialized constant Concerns::HasVersions): /Users/ben/Documents/projects/benroesch.com/storytime/app/models/storytime/post.rb:3:in `' /Users/ben/Documents/projects/benroesch.com/storytime/app/models/storytime/post.rb:2:in `' /Users/ben/Documents/projects/benroesch.com/storytime/app/models/storytime/post.rb:1:in `' /Users/ben/Documents/projects/benroesch.com/storytime/app/controllers/storytime/dashboard/posts_controller.rb:55:in `set_post' activesupport (4.1.0) lib/active_support/callbacks.rb:424:in `block in make_lambda' activesupport (4.1.0) lib/active_support/callbacks.rb:143:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:143:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (23.2ms) Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-18 15:13:23 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/versions/_versions_info.html.erb (21.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (29.5ms) Completed 500 Internal Server Error in 148ms ActionView::Template::Error (Could not find table 'storytime_versions'): 1:

    Versions

    2:
      3: <% versionable.versions.order(updated_at: :desc).each do |version| %> 4:
    • 5: Created on <%= version.created_at.localtime.strftime("%m-%d-%Y @ %I:%M%p") %> 6: <%= "by #{version.user.email}" if version.user %> activerecord (4.1.0) lib/active_record/connection_adapters/sqlite3_adapter.rb:512:in `table_structure' activerecord (4.1.0) lib/active_record/connection_adapters/sqlite3_adapter.rb:387:in `columns' activerecord (4.1.0) lib/active_record/connection_adapters/schema_cache.rb:93:in `block in prepare_default_proc' activerecord (4.1.0) lib/active_record/connection_adapters/schema_cache.rb:44:in `yield' activerecord (4.1.0) lib/active_record/connection_adapters/schema_cache.rb:44:in `columns' activerecord (4.1.0) lib/active_record/connection_adapters/schema_cache.rb:97:in `block in prepare_default_proc' activerecord (4.1.0) lib/active_record/connection_adapters/schema_cache.rb:50:in `yield' activerecord (4.1.0) lib/active_record/connection_adapters/schema_cache.rb:50:in `columns_hash' activerecord (4.1.0) lib/active_record/associations/association_scope.rb:47:in `column_for' activerecord (4.1.0) lib/active_record/associations/association_scope.rb:59:in `bind' activerecord (4.1.0) lib/active_record/associations/association_scope.rb:86:in `block in add_constraints' activerecord (4.1.0) lib/active_record/associations/association_scope.rb:69:in `each' activerecord (4.1.0) lib/active_record/associations/association_scope.rb:69:in `each_with_index' activerecord (4.1.0) lib/active_record/associations/association_scope.rb:69:in `add_constraints' activerecord (4.1.0) lib/active_record/associations/association_scope.rb:18:in `scope' activerecord (4.1.0) lib/active_record/associations/association_scope.rb:7:in `scope' activerecord (4.1.0) lib/active_record/associations/association.rb:97:in `association_scope' activerecord (4.1.0) lib/active_record/associations/association.rb:86:in `scope' activerecord (4.1.0) lib/active_record/associations/collection_association.rb:404:in `scope' activerecord (4.1.0) lib/active_record/associations/collection_proxy.rb:36:in `initialize' activerecord (4.1.0) lib/active_record/relation/delegation.rb:106:in `new' activerecord (4.1.0) lib/active_record/relation/delegation.rb:106:in `create' activerecord (4.1.0) lib/active_record/associations/collection_association.rb:36:in `reader' activerecord (4.1.0) lib/active_record/associations/builder/association.rb:110:in `versions' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/versions/_versions_info.html.erb:3:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_versions__versions_info_html_erb__2991653943754316851_2168317880' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/helpers/storytime/versions_helper.rb:4:in `versions_info' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb:3:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_posts_edit_html_erb___1790696721608178362_2168044300' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.7ms) ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateStorytimeVersions (20140516141252)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "storytime_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text, "user_id" integer, "versionable_id" integer, "versionable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_storytime_versions_on_user_id" ON "storytime_versions" ("user_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_versions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_versions_on_user_id' AND type='index'  (0.2ms) CREATE INDEX "versionable_index" ON "storytime_versions" ("versionable_type", "versionable_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140516141252"]]  (0.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index'  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_media_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_media_on_user_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_pages_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_pages_on_user_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_posts_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_posts_on_user_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_sites_on_selected_root_page_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_sites_on_selected_root_page_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_taggings_on_post_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_taggings_on_post_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_taggings_on_tag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_taggings_on_tag_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_email' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='versionable_index' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='versionable_index' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_versions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_versions_on_user_id' AND type='index' Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-18 15:15:06 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Storytime::Version Load (0.2ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC [["versionable_id", 6], ["versionable_type", "Storytime::Post"]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/versions/_versions_info.html.erb (9.5ms) Storytime::Version Load (0.3ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 6], ["versionable_type", "Storytime::Post"]] Storytime::Tag Load (0.2ms) SELECT "storytime_tags".* FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_tags"."id" = "storytime_taggings"."tag_id" WHERE "storytime_taggings"."post_id" = ? [["post_id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (8.6ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (19.4ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (26.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (38.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (125.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (138.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.5ms) Completed 200 OK in 512ms (Views: 474.3ms | ActiveRecord: 3.9ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-18 15:15:07 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-18 15:15:07 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-18 15:15:07 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-18 15:15:07 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-18 15:15:07 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-18 15:15:07 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:07 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:07 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:07 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:07 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:07 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:15:07 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:07 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:07 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:07 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:07 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:07 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:07 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:07 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:07 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:07 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:07 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:07 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:07 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:07 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:07 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:07 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:07 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:07 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:07 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:07 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:07 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:07 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:07 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:07 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:15:08 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-18 15:15:08 -0500 Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-18 15:15:17 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.3ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Storytime::Version Load (0.1ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC [["versionable_id", 6], ["versionable_type", "Storytime::Post"]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/versions/_versions_info.html.erb (1.0ms) Storytime::Version Load (0.2ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 6], ["versionable_type", "Storytime::Post"]] Storytime::Tag Load (0.1ms) SELECT "storytime_tags".* FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_tags"."id" = "storytime_taggings"."tag_id" WHERE "storytime_taggings"."post_id" = ? [["post_id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.5ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (13.2ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (18.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (23.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (39.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (43.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 72ms (Views: 65.8ms | ActiveRecord: 1.8ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-18 15:15:17 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-18 15:15:17 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-18 15:15:17 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-18 15:15:17 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-18 15:15:17 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:17 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-18 15:15:17 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:17 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:17 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:17 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:17 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:17 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:17 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:17 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:15:17 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:17 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:17 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:17 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:17 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:17 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:17 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:17 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:17 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:17 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:17 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:17 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:17 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:17 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:17 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:17 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:17 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:17 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:17 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:17 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:17 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:15:18 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-18 15:15:18 -0500 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Started GET "/dashboard/posts/6/edit" for 127.0.0.1 at 2014-05-18 15:15:42 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"6"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]] Storytime::Version Load (0.1ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC [["versionable_id", 6], ["versionable_type", "Storytime::Post"]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/versions/_versions_info.html.erb (0.8ms) Storytime::Version Load (0.2ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 6], ["versionable_type", "Storytime::Post"]] Storytime::Tag Load (0.1ms) SELECT "storytime_tags".* FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_tags"."id" = "storytime_taggings"."tag_id" WHERE "storytime_taggings"."post_id" = ? [["post_id", 6]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (1.8ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (12.0ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (15.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (19.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (34.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (37.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 60ms (Views: 55.9ms | ActiveRecord: 1.1ms) Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-18 15:15:42 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-18 15:15:42 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-18 15:15:42 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-18 15:15:42 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-18 15:15:42 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-18 15:15:42 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:42 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:42 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:15:42 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:42 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:42 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:42 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:42 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:42 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:42 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:42 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:42 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:42 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:42 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:42 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:42 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:43 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:43 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:43 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:43 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:43 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:43 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:43 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:43 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:43 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:43 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:43 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:43 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:43 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:43 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:15:43 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-18 15:15:43 -0500 Started DELETE "/dashboard/posts/6" for 127.0.0.1 at 2014-05-18 15:15:49 -0500 Processing by Storytime::Dashboard::PostsController#destroy as JS Parameters: {"id"=>"6"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) begin transaction Storytime::Version Load (0.2ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? [["versionable_id", 6], ["versionable_type", "Storytime::Post"]] Storytime::Tagging Load (0.1ms) SELECT "storytime_taggings".* FROM "storytime_taggings" WHERE "storytime_taggings"."post_id" = ? [["post_id", 6]] SQL (0.4ms) DELETE FROM "storytime_posts" WHERE "storytime_posts"."id" = ? [["id", 6]]  (0.7ms) commit transaction Completed 204 No Content in 16ms (ActiveRecord: 2.1ms) Started DELETE "/dashboard/posts/7" for 127.0.0.1 at 2014-05-18 15:15:50 -0500 Processing by Storytime::Dashboard::PostsController#destroy as JS Parameters: {"id"=>"7"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.3ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 7]]  (0.2ms) begin transaction Storytime::Version Load (0.2ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? [["versionable_id", 7], ["versionable_type", "Storytime::Post"]] Storytime::Tagging Load (0.2ms) SELECT "storytime_taggings".* FROM "storytime_taggings" WHERE "storytime_taggings"."post_id" = ? [["post_id", 7]] SQL (0.5ms) DELETE FROM "storytime_taggings" WHERE "storytime_taggings"."id" = ? [["id", 1]] Storytime::Tag Load (0.1ms) SELECT "storytime_tags".* FROM "storytime_tags" WHERE "storytime_tags"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "storytime_taggings" WHERE "storytime_taggings"."tag_id" = ? [["tag_id", 1]] Storytime::Tagging Load (0.1ms) SELECT "storytime_taggings".* FROM "storytime_taggings" WHERE "storytime_taggings"."tag_id" = ? [["tag_id", 1]] SQL (0.2ms) DELETE FROM "storytime_tags" WHERE "storytime_tags"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "storytime_posts" WHERE "storytime_posts"."id" = ? [["id", 7]]  (0.8ms) commit transaction Completed 204 No Content in 41ms (ActiveRecord: 3.7ms) Started GET "/dashboard/posts/new" for 127.0.0.1 at 2014-05-18 15:15:51 -0500 Processing by Storytime::Dashboard::PostsController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.8ms) Storytime::Media Load (0.4ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (12.9ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (18.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (23.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (43.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/new.html.erb within layouts/storytime/dashboard (45.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 83ms (Views: 68.9ms | ActiveRecord: 1.7ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-18 15:15:51 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-18 15:15:51 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-18 15:15:51 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-18 15:15:51 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-18 15:15:51 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:51 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-18 15:15:51 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:51 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:51 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:51 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:51 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:51 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:51 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:15:51 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:51 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:51 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:51 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:51 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:51 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:51 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:51 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:51 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:51 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:51 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:51 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:51 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:51 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:51 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:51 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:51 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:51 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:51 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:51 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:51 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-18 15:15:51 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:15:52 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-18 15:15:52 -0500 Started POST "/dashboard/posts" for 127.0.0.1 at 2014-05-18 15:16:15 -0500 Processing by Storytime::Dashboard::PostsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "post"=>{"title"=>"test post", "excerpt"=>"some content", "draft_content"=>"here is some content

      and some more", "tag_list"=>"test", "published"=>"0"}, "_wysihtml5_mode"=>"1", "commit"=>"Create Post"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Tag Load (0.2ms) SELECT "storytime_tags".* FROM "storytime_tags" WHERE "storytime_tags"."name" = 'test' ORDER BY "storytime_tags"."id" ASC LIMIT 1  (0.1ms) begin transaction Storytime::Tag Exists (0.2ms) SELECT 1 AS one FROM "storytime_tags" WHERE "storytime_tags"."name" = 'test' LIMIT 1 SQL (0.5ms) INSERT INTO "storytime_tags" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-05-18 20:16:15.933049"], ["name", "test"], ["updated_at", "2014-05-18 20:16:15.933049"]]  (0.7ms) commit transaction Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Storytime::Tag Exists (0.3ms) SELECT 1 AS one FROM "storytime_tags" WHERE ("storytime_tags"."name" = 'test' AND "storytime_tags"."id" != 2) LIMIT 1 SQL (0.6ms) INSERT INTO "storytime_posts" ("created_at", "excerpt", "published", "title", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2014-05-18 20:16:15.940911"], ["excerpt", "some content"], ["published", "f"], ["title", "test post"], ["updated_at", "2014-05-18 20:16:15.940911"], ["user_id", 1]] SQL (0.3ms) INSERT INTO "storytime_taggings" ("created_at", "post_id", "tag_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-05-18 20:16:15.943724"], ["post_id", 8], ["tag_id", 2], ["updated_at", "2014-05-18 20:16:15.943724"]] Storytime::Version Load (0.1ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] SQL (0.2ms) INSERT INTO "storytime_versions" ("content", "created_at", "updated_at", "user_id", "versionable_id", "versionable_type") VALUES (?, ?, ?, ?, ?, ?) [["content", "here is some content

      and some more"], ["created_at", "2014-05-18 20:16:15.952405"], ["updated_at", "2014-05-18 20:16:15.952405"], ["user_id", 1], ["versionable_id", 8], ["versionable_type", "Storytime::Post"]]  (0.8ms) commit transaction Redirected to http://0.0.0.0:3000/dashboard/posts Completed 302 Found in 35ms (ActiveRecord: 4.8ms) Started GET "/dashboard/posts" for 127.0.0.1 at 2014-05-18 15:16:15 -0500 Processing by Storytime::Dashboard::PostsController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.3ms) SELECT "storytime_posts".* FROM "storytime_posts" LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_post.html.erb (2.0ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_posts" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/index.html.erb within layouts/storytime/dashboard (8.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 31ms (Views: 27.1ms | ActiveRecord: 0.8ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:16 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:16 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:16 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:16 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:16 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:16 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:16:16 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:16 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:16 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:16 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:16 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:16 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:16 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:16 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:16 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:16 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:16 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:16 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:16 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:16 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:16 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:16 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:16 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:16 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:16 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:16 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:16 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:16 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:16 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:16 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:16 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:16 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:16 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:16 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:16 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-18 15:16:16 -0500 Started GET "/dashboard/posts/8/edit" for 127.0.0.1 at 2014-05-18 15:16:18 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"8"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 8]] Storytime::Version Load (0.2ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] Storytime::Version Load (0.2ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/versions/_versions_info.html.erb (7.7ms) CACHE (0.0ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] CACHE (0.0ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] Storytime::Tag Load (0.1ms) SELECT "storytime_tags".* FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_tags"."id" = "storytime_taggings"."tag_id" WHERE "storytime_taggings"."post_id" = ? [["post_id", 8]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (1.7ms) Storytime::Media Load (0.2ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (13.1ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (17.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (20.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (34.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (45.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 71ms (Views: 65.0ms | ActiveRecord: 1.7ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:18 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:18 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:18 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:18 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:18 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:18 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:18 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:18 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:16:18 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:18 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:18 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:18 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:18 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:18 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:18 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:18 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:18 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:18 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:18 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:18 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:18 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:18 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:18 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:18 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:18 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:18 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:18 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:18 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:18 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:18 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:18 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:18 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:18 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:18 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:18 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:16:19 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-18 15:16:19 -0500 Started PATCH "/dashboard/posts/8" for 127.0.0.1 at 2014-05-18 15:16:32 -0500 Processing by Storytime::Dashboard::PostsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "post"=>{"title"=>"test post", "excerpt"=>"some content", "draft_content"=>"here is some content

      and some more

      some more", "tag_list"=>"test", "published"=>"0"}, "_wysihtml5_mode"=>"1", "commit"=>"Update Post", "id"=>"8"} Storytime::User Load (0.4ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.3ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.3ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 8]]  (0.3ms) begin transaction Storytime::Tagging Load (0.1ms) SELECT "storytime_taggings".* FROM "storytime_taggings" WHERE "storytime_taggings"."post_id" = ? [["post_id", 8]] SQL (0.3ms) DELETE FROM "storytime_taggings" WHERE "storytime_taggings"."id" = ? [["id", 2]] Storytime::Tag Load (0.1ms) SELECT "storytime_tags".* FROM "storytime_tags" WHERE "storytime_tags"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "storytime_taggings" WHERE "storytime_taggings"."tag_id" = ? [["tag_id", 2]] Storytime::Tagging Load (0.1ms) SELECT "storytime_taggings".* FROM "storytime_taggings" WHERE "storytime_taggings"."tag_id" = ? [["tag_id", 2]] SQL (0.1ms) DELETE FROM "storytime_tags" WHERE "storytime_tags"."id" = ? [["id", 2]] Storytime::Tag Load (0.2ms) SELECT "storytime_tags".* FROM "storytime_tags" WHERE "storytime_tags"."name" = 'test' ORDER BY "storytime_tags"."id" ASC LIMIT 1 Storytime::Tag Exists (0.1ms) SELECT 1 AS one FROM "storytime_tags" WHERE "storytime_tags"."name" = 'test' LIMIT 1 SQL (0.1ms) INSERT INTO "storytime_tags" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-05-18 20:16:32.154680"], ["name", "test"], ["updated_at", "2014-05-18 20:16:32.154680"]] Storytime::Tag Load (0.1ms) SELECT "storytime_tags".* FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_tags"."id" = "storytime_taggings"."tag_id" WHERE "storytime_taggings"."post_id" = ? [["post_id", 8]] SQL (0.2ms) INSERT INTO "storytime_taggings" ("created_at", "post_id", "tag_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-05-18 20:16:32.159444"], ["post_id", 8], ["tag_id", 3], ["updated_at", "2014-05-18 20:16:32.159444"]] Storytime::Version Load (0.2ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] CACHE (0.0ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] SQL (0.2ms) INSERT INTO "storytime_versions" ("content", "created_at", "updated_at", "user_id", "versionable_id", "versionable_type") VALUES (?, ?, ?, ?, ?, ?) [["content", "here is some content

      and some more

      some more"], ["created_at", "2014-05-18 20:16:32.165200"], ["updated_at", "2014-05-18 20:16:32.165200"], ["user_id", 1], ["versionable_id", 8], ["versionable_type", "Storytime::Post"]]  (1.0ms) commit transaction Redirected to http://0.0.0.0:3000/dashboard/posts Completed 302 Found in 33ms (ActiveRecord: 4.2ms) Started GET "/dashboard/posts" for 127.0.0.1 at 2014-05-18 15:16:32 -0500 Processing by Storytime::Dashboard::PostsController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.3ms) SELECT "storytime_posts".* FROM "storytime_posts" LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_post.html.erb (1.3ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_posts" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/index.html.erb within layouts/storytime/dashboard (7.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.3ms) Completed 200 OK in 37ms (Views: 33.5ms | ActiveRecord: 0.9ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:32 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:32 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:32 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:32 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:32 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:32 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:32 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:32 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:32 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:32 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:32 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:32 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:32 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:32 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:32 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:16:32 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:32 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:32 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:32 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:32 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:32 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:32 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:32 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:32 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:32 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:32 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:32 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:32 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:32 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:32 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:32 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:32 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:32 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:32 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:32 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-18 15:16:32 -0500 Started GET "/dashboard/posts/8/edit" for 127.0.0.1 at 2014-05-18 15:16:34 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"8"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 8]] Storytime::Version Load (0.1ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] Storytime::Version Load (0.2ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] CACHE (0.0ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/versions/_versions_info.html.erb (4.6ms) CACHE (0.0ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] CACHE (0.0ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] Storytime::Tag Load (0.1ms) SELECT "storytime_tags".* FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_tags"."id" = "storytime_taggings"."tag_id" WHERE "storytime_taggings"."post_id" = ? [["post_id", 8]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.1ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (13.7ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (17.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (22.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (38.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (45.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 70ms (Views: 65.5ms | ActiveRecord: 1.4ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:35 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:35 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:35 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:35 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:35 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:35 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:35 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:35 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:35 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:35 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:35 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:16:35 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:35 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:35 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:35 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:35 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:35 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:35 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:35 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:35 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:35 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:35 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:35 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:35 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:35 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:35 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:35 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:35 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:35 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:35 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:35 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:35 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:35 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:35 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:35 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:16:35 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-18 15:16:35 -0500 Started PATCH "/dashboard/versions/1/revert" for 127.0.0.1 at 2014-05-18 15:16:37 -0500 Processing by Storytime::Dashboard::VersionsController#revert as HTML Parameters: {"authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "id"=>"1"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Version Load (0.2ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."id" = ? LIMIT 1 [["id", 1]] Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 8]] SQL (0.9ms) UPDATE "storytime_posts" SET "content" = 'here is some content

      and some more' WHERE "storytime_posts"."id" = 8  (0.1ms) begin transaction SQL (0.2ms) UPDATE "storytime_versions" SET "updated_at" = '2014-05-18 20:16:37.954623' WHERE "storytime_versions"."id" = 1  (0.7ms) commit transaction Redirected to http://0.0.0.0:3000/dashboard/posts/8/edit Completed 302 Found in 14ms (ActiveRecord: 2.7ms) Started GET "/dashboard/posts/8/edit" for 127.0.0.1 at 2014-05-18 15:16:37 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"8"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 8]] Storytime::Version Load (0.2ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] Storytime::Version Load (0.2ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] CACHE (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/versions/_versions_info.html.erb (6.4ms) CACHE (0.0ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] CACHE (0.0ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] Storytime::Tag Load (0.2ms) SELECT "storytime_tags".* FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_tags"."id" = "storytime_taggings"."tag_id" WHERE "storytime_taggings"."post_id" = ? [["post_id", 8]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (1.8ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (16.5ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (21.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (24.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (42.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (52.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 76ms (Views: 70.5ms | ActiveRecord: 1.8ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:38 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:38 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:38 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:38 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:38 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:38 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:38 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:38 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:38 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:16:38 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:38 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:38 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:38 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:38 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:38 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:38 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:38 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:38 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:38 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:38 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:38 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:38 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:38 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:38 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:38 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:38 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:38 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:38 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:38 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:38 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:38 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:38 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:38 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:38 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:38 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:16:38 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-18 15:16:38 -0500 Started PATCH "/dashboard/versions/2/revert" for 127.0.0.1 at 2014-05-18 15:16:45 -0500 Processing by Storytime::Dashboard::VersionsController#revert as HTML Parameters: {"authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "id"=>"2"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Version Load (0.1ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."id" = ? LIMIT 1 [["id", 2]] Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 8]] SQL (1.2ms) UPDATE "storytime_posts" SET "content" = 'here is some content

      and some more

      some more' WHERE "storytime_posts"."id" = 8  (0.1ms) begin transaction SQL (0.4ms) UPDATE "storytime_versions" SET "updated_at" = '2014-05-18 20:16:45.662598' WHERE "storytime_versions"."id" = 2  (0.9ms) commit transaction Redirected to http://0.0.0.0:3000/dashboard/posts/8/edit Completed 302 Found in 11ms (ActiveRecord: 3.2ms) Started GET "/dashboard/posts/8/edit" for 127.0.0.1 at 2014-05-18 15:16:45 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"8"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 8]] Storytime::Version Load (0.2ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] Storytime::Version Load (0.1ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] CACHE (0.0ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/versions/_versions_info.html.erb (4.4ms) CACHE (0.0ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] CACHE (0.0ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] Storytime::Tag Load (0.1ms) SELECT "storytime_tags".* FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_tags"."id" = "storytime_taggings"."tag_id" WHERE "storytime_taggings"."post_id" = ? [["post_id", 8]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.5ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (16.4ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (20.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (25.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (45.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (52.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 78ms (Views: 72.2ms | ActiveRecord: 1.7ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:45 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:45 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:45 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:45 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:45 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:45 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:45 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:45 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:45 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:16:45 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:45 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:45 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:45 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:45 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:45 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:45 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:45 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:45 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:45 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:45 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:46 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:46 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:46 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:46 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:46 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:46 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:46 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:46 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:46 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:46 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:46 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:46 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:46 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:46 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:46 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:16:46 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-18 15:16:46 -0500 Started PATCH "/dashboard/posts/8" for 127.0.0.1 at 2014-05-18 15:16:52 -0500 Processing by Storytime::Dashboard::PostsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "post"=>{"title"=>"test post", "excerpt"=>"some content", "draft_content"=>"here is some content

      and some more

      some more", "tag_list"=>"test", "published"=>"1"}, "_wysihtml5_mode"=>"1", "commit"=>"Update Post", "id"=>"8"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.3ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction Storytime::Tagging Load (0.2ms) SELECT "storytime_taggings".* FROM "storytime_taggings" WHERE "storytime_taggings"."post_id" = ? [["post_id", 8]] SQL (0.4ms) DELETE FROM "storytime_taggings" WHERE "storytime_taggings"."id" = ? [["id", 3]] Storytime::Tag Load (0.1ms) SELECT "storytime_tags".* FROM "storytime_tags" WHERE "storytime_tags"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) SELECT COUNT(*) FROM "storytime_taggings" WHERE "storytime_taggings"."tag_id" = ? [["tag_id", 3]] Storytime::Tagging Load (0.1ms) SELECT "storytime_taggings".* FROM "storytime_taggings" WHERE "storytime_taggings"."tag_id" = ? [["tag_id", 3]] SQL (0.1ms) DELETE FROM "storytime_tags" WHERE "storytime_tags"."id" = ? [["id", 3]] Storytime::Tag Load (0.1ms) SELECT "storytime_tags".* FROM "storytime_tags" WHERE "storytime_tags"."name" = 'test' ORDER BY "storytime_tags"."id" ASC LIMIT 1 Storytime::Tag Exists (0.1ms) SELECT 1 AS one FROM "storytime_tags" WHERE "storytime_tags"."name" = 'test' LIMIT 1 SQL (0.1ms) INSERT INTO "storytime_tags" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-05-18 20:16:52.947707"], ["name", "test"], ["updated_at", "2014-05-18 20:16:52.947707"]] Storytime::Tag Load (0.1ms) SELECT "storytime_tags".* FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_tags"."id" = "storytime_taggings"."tag_id" WHERE "storytime_taggings"."post_id" = ? [["post_id", 8]] SQL (0.1ms) INSERT INTO "storytime_taggings" ("created_at", "post_id", "tag_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-05-18 20:16:52.950843"], ["post_id", 8], ["tag_id", 4], ["updated_at", "2014-05-18 20:16:52.950843"]] SQL (0.2ms) UPDATE "storytime_posts" SET "published" = ?, "updated_at" = ? WHERE "storytime_posts"."id" = 8 [["published", "t"], ["updated_at", "2014-05-18 20:16:52.952351"]] Storytime::Version Load (0.1ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] CACHE (0.0ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] CACHE (0.0ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] SQL (0.1ms) UPDATE "storytime_posts" SET "content" = 'here is some content

      and some more

      some more', "published" = 't' WHERE "storytime_posts"."id" = 8  (0.8ms) commit transaction Redirected to http://0.0.0.0:3000/dashboard/posts Completed 302 Found in 27ms (ActiveRecord: 3.5ms) Started GET "/dashboard/posts" for 127.0.0.1 at 2014-05-18 15:16:52 -0500 Processing by Storytime::Dashboard::PostsController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_post.html.erb (1.1ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_posts" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/index.html.erb within layouts/storytime/dashboard (6.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 30ms (Views: 25.6ms | ActiveRecord: 0.9ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:53 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:53 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:53 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:53 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:53 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:53 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:53 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:53 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:53 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:53 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:53 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:53 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:53 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:16:53 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:53 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:53 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:53 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:53 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:53 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:53 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:53 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:53 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:53 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:53 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:53 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:53 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:53 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:53 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:53 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:53 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:53 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:53 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:53 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:53 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:53 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-18 15:16:53 -0500 Started GET "/dashboard/posts/8/edit" for 127.0.0.1 at 2014-05-18 15:16:55 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"8"} Storytime::User Load (0.4ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 8]] Storytime::Version Load (0.2ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] Storytime::Version Load (0.2ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] CACHE (0.0ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/versions/_versions_info.html.erb (6.4ms) CACHE (0.0ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] CACHE (0.0ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] Storytime::Tag Load (0.1ms) SELECT "storytime_tags".* FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_tags"."id" = "storytime_taggings"."tag_id" WHERE "storytime_taggings"."post_id" = ? [["post_id", 8]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.0ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (15.1ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (19.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (22.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (39.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (48.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 78ms (Views: 72.1ms | ActiveRecord: 1.9ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:55 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:55 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:55 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:55 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:55 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-18 15:16:55 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:55 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:55 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:55 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:55 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:16:55 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:55 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:55 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:55 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:55 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:55 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:55 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:55 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:55 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:55 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:55 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:55 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:55 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:55 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:55 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:55 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:55 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:55 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:55 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:55 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:55 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:55 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:55 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:55 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-18 15:16:55 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:16:55 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-18 15:16:56 -0500 Started PATCH "/dashboard/posts/8" for 127.0.0.1 at 2014-05-18 15:17:08 -0500 Processing by Storytime::Dashboard::PostsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "post"=>{"title"=>"test post", "excerpt"=>"some content", "draft_content"=>"here is some content

      and some more

      some more", "tag_list"=>"test", "published"=>"0"}, "_wysihtml5_mode"=>"1", "commit"=>"Update Post", "id"=>"8"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 8]]  (0.2ms) begin transaction Storytime::Tagging Load (0.2ms) SELECT "storytime_taggings".* FROM "storytime_taggings" WHERE "storytime_taggings"."post_id" = ? [["post_id", 8]] SQL (0.3ms) DELETE FROM "storytime_taggings" WHERE "storytime_taggings"."id" = ? [["id", 4]] Storytime::Tag Load (0.1ms) SELECT "storytime_tags".* FROM "storytime_tags" WHERE "storytime_tags"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) SELECT COUNT(*) FROM "storytime_taggings" WHERE "storytime_taggings"."tag_id" = ? [["tag_id", 4]] Storytime::Tagging Load (0.1ms) SELECT "storytime_taggings".* FROM "storytime_taggings" WHERE "storytime_taggings"."tag_id" = ? [["tag_id", 4]] SQL (0.1ms) DELETE FROM "storytime_tags" WHERE "storytime_tags"."id" = ? [["id", 4]] Storytime::Tag Load (0.1ms) SELECT "storytime_tags".* FROM "storytime_tags" WHERE "storytime_tags"."name" = 'test' ORDER BY "storytime_tags"."id" ASC LIMIT 1 Storytime::Tag Exists (0.1ms) SELECT 1 AS one FROM "storytime_tags" WHERE "storytime_tags"."name" = 'test' LIMIT 1 SQL (0.2ms) INSERT INTO "storytime_tags" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-05-18 20:17:08.589768"], ["name", "test"], ["updated_at", "2014-05-18 20:17:08.589768"]] Storytime::Tag Load (0.2ms) SELECT "storytime_tags".* FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_tags"."id" = "storytime_taggings"."tag_id" WHERE "storytime_taggings"."post_id" = ? [["post_id", 8]] SQL (0.1ms) INSERT INTO "storytime_taggings" ("created_at", "post_id", "tag_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-05-18 20:17:08.595079"], ["post_id", 8], ["tag_id", 5], ["updated_at", "2014-05-18 20:17:08.595079"]] SQL (0.1ms) UPDATE "storytime_posts" SET "published" = ?, "updated_at" = ? WHERE "storytime_posts"."id" = 8 [["published", "f"], ["updated_at", "2014-05-18 20:17:08.596733"]] Storytime::Version Load (0.3ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] CACHE (0.0ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]]  (1.0ms) commit transaction Redirected to http://0.0.0.0:3000/dashboard/posts Completed 302 Found in 27ms (ActiveRecord: 3.6ms) Started GET "/dashboard/posts" for 127.0.0.1 at 2014-05-18 15:17:08 -0500 Processing by Storytime::Dashboard::PostsController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_post.html.erb (1.3ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_posts" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/index.html.erb within layouts/storytime/dashboard (5.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (2.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 33ms (Views: 29.1ms | ActiveRecord: 0.8ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-18 15:17:08 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-18 15:17:08 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-18 15:17:08 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-18 15:17:08 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-18 15:17:08 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-18 15:17:08 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:08 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:08 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:08 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:08 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:08 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:08 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:17:08 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:08 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:08 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:08 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:08 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:08 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:08 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:08 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:08 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:08 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:08 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:08 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:08 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:08 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:08 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:08 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:08 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:08 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:08 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:08 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:08 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:08 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:08 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-18 15:17:09 -0500 Started GET "/dashboard/posts/8/edit" for 127.0.0.1 at 2014-05-18 15:17:11 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"8"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.3ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 8]] Storytime::Version Load (0.2ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] Storytime::Version Load (0.2ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] CACHE (0.0ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/versions/_versions_info.html.erb (7.4ms) CACHE (0.0ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] CACHE (0.0ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] Storytime::Tag Load (0.2ms) SELECT "storytime_tags".* FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_tags"."id" = "storytime_taggings"."tag_id" WHERE "storytime_taggings"."post_id" = ? [["post_id", 8]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.2ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (12.2ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (16.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (20.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (36.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (47.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 72ms (Views: 65.9ms | ActiveRecord: 1.8ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-18 15:17:11 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-18 15:17:11 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-18 15:17:11 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:11 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-18 15:17:11 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-18 15:17:11 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:11 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-18 15:17:11 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:17:11 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:11 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:11 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:11 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:11 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:11 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:11 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:11 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:11 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:11 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:11 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:11 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:11 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:11 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:11 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:11 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:11 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:11 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:11 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:11 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:11 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:11 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:11 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:11 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:11 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:11 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:11 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:17:11 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-18 15:17:12 -0500 Started GET "/" for 127.0.0.1 at 2014-05-18 15:17:17 -0500 Processing by Storytime::PostsController#index as HTML Storytime::Post Load (0.4ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."published" = 't' ORDER BY "storytime_posts"."created_at" DESC LIMIT 10 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "storytime_posts" WHERE "storytime_posts"."published" = 't' Storytime::Tag Load (0.3ms) SELECT storytime_tags.*, count(storytime_taggings.tag_id) as count FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_taggings"."tag_id" = "storytime_tags"."id" GROUP BY storytime_taggings.tag_id Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/index.html.erb within layouts/storytime/application (13.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 44ms (Views: 42.4ms | ActiveRecord: 0.9ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-18 15:17:17 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-18 15:17:17 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-18 15:17:17 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-18 15:17:17 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-18 15:17:17 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-18 15:17:17 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:17 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:17 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:17 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:17 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:17 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:17 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:17 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:17 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:17 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:17 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:17 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:17 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:17 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:17 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:17 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:17 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:17 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:17 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:17 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:17 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:17 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:17 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:17 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:17 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:17 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:17 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:17 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:17 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:17:17 -0500 Started GET "/posts" for 127.0.0.1 at 2014-05-18 15:17:18 -0500 Processing by Storytime::PostsController#index as HTML Storytime::Post Load (0.3ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."published" = 't' ORDER BY "storytime_posts"."created_at" DESC LIMIT 10 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "storytime_posts" WHERE "storytime_posts"."published" = 't' Storytime::Tag Load (0.3ms) SELECT storytime_tags.*, count(storytime_taggings.tag_id) as count FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_taggings"."tag_id" = "storytime_tags"."id" GROUP BY storytime_taggings.tag_id Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/index.html.erb within layouts/storytime/application (6.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 36ms (Views: 34.1ms | ActiveRecord: 0.8ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-18 15:17:18 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-18 15:17:18 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-18 15:17:18 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-18 15:17:18 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-18 15:17:18 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-18 15:17:18 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:18 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:18 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:18 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:18 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:18 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:18 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:18 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:18 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:18 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:18 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:18 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:18 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:18 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:18 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:18 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:18 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:18 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:18 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:18 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:18 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:18 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:18 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:18 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:18 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:18 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:18 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:18 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:18 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:17:18 -0500 Started GET "/posts/8" for 127.0.0.1 at 2014-05-18 15:17:19 -0500 Processing by Storytime::PostsController#show as HTML Parameters: {"id"=>"8"} Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."published" = 't' AND "storytime_posts"."id" = ? LIMIT 1 [["id", 8]] Completed 404 Not Found in 1ms ActiveRecord::RecordNotFound (Couldn't find Storytime::Post with 'id'=8 [WHERE "storytime_posts"."published" = 't']): activerecord (4.1.0) lib/active_record/relation/finder_methods.rb:320:in `raise_record_not_found_exception!' activerecord (4.1.0) lib/active_record/relation/finder_methods.rb:420:in `find_one' activerecord (4.1.0) lib/active_record/relation/finder_methods.rb:404:in `find_with_ids' activerecord (4.1.0) lib/active_record/relation/finder_methods.rb:68:in `find' /Users/ben/Documents/projects/benroesch.com/storytime/app/controllers/storytime/posts_controller.rb:15:in `show' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (16.0ms) Started PATCH "/dashboard/posts/8" for 127.0.0.1 at 2014-05-18 15:17:23 -0500 Processing by Storytime::Dashboard::PostsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "post"=>{"title"=>"test post", "excerpt"=>"some content", "draft_content"=>"here is some content

      and some more

      some more", "tag_list"=>"test", "published"=>"1"}, "_wysihtml5_mode"=>"1", "commit"=>"Update Post", "id"=>"8"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.4ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.3ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction Storytime::Tagging Load (0.2ms) SELECT "storytime_taggings".* FROM "storytime_taggings" WHERE "storytime_taggings"."post_id" = ? [["post_id", 8]] SQL (0.4ms) DELETE FROM "storytime_taggings" WHERE "storytime_taggings"."id" = ? [["id", 5]] Storytime::Tag Load (0.1ms) SELECT "storytime_tags".* FROM "storytime_tags" WHERE "storytime_tags"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "storytime_taggings" WHERE "storytime_taggings"."tag_id" = ? [["tag_id", 5]] Storytime::Tagging Load (0.0ms) SELECT "storytime_taggings".* FROM "storytime_taggings" WHERE "storytime_taggings"."tag_id" = ? [["tag_id", 5]] SQL (0.1ms) DELETE FROM "storytime_tags" WHERE "storytime_tags"."id" = ? [["id", 5]] Storytime::Tag Load (0.3ms) SELECT "storytime_tags".* FROM "storytime_tags" WHERE "storytime_tags"."name" = 'test' ORDER BY "storytime_tags"."id" ASC LIMIT 1 Storytime::Tag Exists (0.1ms) SELECT 1 AS one FROM "storytime_tags" WHERE "storytime_tags"."name" = 'test' LIMIT 1 SQL (0.2ms) INSERT INTO "storytime_tags" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-05-18 20:17:23.128941"], ["name", "test"], ["updated_at", "2014-05-18 20:17:23.128941"]] Storytime::Tag Load (0.1ms) SELECT "storytime_tags".* FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_tags"."id" = "storytime_taggings"."tag_id" WHERE "storytime_taggings"."post_id" = ? [["post_id", 8]] SQL (0.1ms) INSERT INTO "storytime_taggings" ("created_at", "post_id", "tag_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-05-18 20:17:23.132636"], ["post_id", 8], ["tag_id", 6], ["updated_at", "2014-05-18 20:17:23.132636"]] SQL (0.1ms) UPDATE "storytime_posts" SET "published" = ?, "updated_at" = ? WHERE "storytime_posts"."id" = 8 [["published", "t"], ["updated_at", "2014-05-18 20:17:23.134212"]] Storytime::Version Load (0.1ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] CACHE (0.0ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] CACHE (0.0ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] SQL (0.2ms) UPDATE "storytime_posts" SET "content" = 'here is some content

      and some more

      some more', "published" = 't' WHERE "storytime_posts"."id" = 8  (1.4ms) commit transaction Redirected to http://0.0.0.0:3000/dashboard/posts Completed 302 Found in 30ms (ActiveRecord: 4.5ms) Started GET "/dashboard/posts" for 127.0.0.1 at 2014-05-18 15:17:23 -0500 Processing by Storytime::Dashboard::PostsController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.4ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_post.html.erb (1.0ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_posts" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/index.html.erb within layouts/storytime/dashboard (5.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 40ms (Views: 34.8ms | ActiveRecord: 0.9ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-18 15:17:23 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-18 15:17:23 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-18 15:17:23 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-18 15:17:23 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-18 15:17:23 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:23 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-18 15:17:23 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:23 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:23 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:23 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:23 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:23 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:23 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:23 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:17:23 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:23 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:23 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:23 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:23 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:23 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:23 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:23 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:23 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:23 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:23 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:23 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:23 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:23 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:23 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:23 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:23 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:23 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:23 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:23 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:23 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-18 15:17:23 -0500 Started GET "/posts/8" for 127.0.0.1 at 2014-05-18 15:17:25 -0500 Processing by Storytime::PostsController#show as HTML Parameters: {"id"=>"8"} Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."published" = 't' AND "storytime_posts"."id" = ? LIMIT 1 [["id", 8]] Storytime::Tag Load (0.2ms) SELECT "storytime_tags".* FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_tags"."id" = "storytime_taggings"."tag_id" WHERE "storytime_taggings"."post_id" = ? [["post_id", 8]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/show.html.erb within layouts/storytime/application (2.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 26ms (Views: 24.1ms | ActiveRecord: 0.3ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-18 15:17:25 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-18 15:17:25 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-18 15:17:26 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-18 15:17:26 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-18 15:17:26 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-18 15:17:26 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:26 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:26 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:26 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:26 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:17:26 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:26 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:26 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:26 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:26 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:26 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:26 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:26 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:26 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:26 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:26 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:26 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:26 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:26 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:26 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:26 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:26 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:26 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:26 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:26 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:26 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:26 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:26 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:26 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-18 15:17:26 -0500 Started GET "/dashboard/posts/8/edit" for 127.0.0.1 at 2014-05-18 15:20:55 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"8"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.3ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 8]] Storytime::Version Load (0.2ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] Storytime::Version Load (0.2ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] CACHE (0.0ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/versions/_versions_info.html.erb (6.5ms) CACHE (0.0ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] CACHE (0.0ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] Storytime::Tag Load (0.1ms) SELECT "storytime_tags".* FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_tags"."id" = "storytime_taggings"."tag_id" WHERE "storytime_taggings"."post_id" = ? [["post_id", 8]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.0ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (14.4ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (18.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (22.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (37.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (46.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 74ms (Views: 66.2ms | ActiveRecord: 1.9ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-18 15:20:55 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-18 15:20:55 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-18 15:20:55 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:55 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:55 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-18 15:20:55 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-18 15:20:55 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-18 15:20:55 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:55 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:20:55 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:55 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:55 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:55 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:55 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:55 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:55 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:55 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:55 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:55 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:55 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:55 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:55 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:55 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:55 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:55 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:55 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:55 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:55 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:55 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:55 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:55 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:55 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:55 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:55 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:55 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:20:55 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-18 15:20:56 -0500 Started GET "/dashboard/posts/new" for 127.0.0.1 at 2014-05-18 15:20:58 -0500 Processing by Storytime::Dashboard::PostsController#new as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.6ms) Storytime::Media Load (0.4ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (28.4ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (35.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (40.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (57.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/new.html.erb within layouts/storytime/dashboard (59.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 100ms (Views: 92.7ms | ActiveRecord: 1.3ms) Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-18 15:20:59 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-18 15:20:59 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-18 15:20:59 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-18 15:20:59 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-18 15:20:59 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:59 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:59 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-18 15:20:59 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:59 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:59 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:59 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:59 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:20:59 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:59 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:59 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:59 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:59 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:59 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:59 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:59 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:59 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:59 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:59 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:59 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:59 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:59 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:59 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:59 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:59 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:59 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:59 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:59 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:59 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:59 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-18 15:20:59 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:20:59 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-18 15:20:59 -0500 Started POST "/dashboard/posts" for 127.0.0.1 at 2014-05-18 15:21:06 -0500 Processing by Storytime::Dashboard::PostsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "post"=>{"title"=>"another post", "excerpt"=>"", "draft_content"=>"asdf", "tag_list"=>"", "published"=>"0"}, "_wysihtml5_mode"=>"1", "commit"=>"Create Post"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (1.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (0.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (3.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (6.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (19.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/new.html.erb within layouts/storytime/dashboard (20.8ms) Completed 500 Internal Server Error in 33ms ActionView::Template::Error (undefined method `current_page' for nil:NilClass): 2:
      3: <%= render partial: "storytime/dashboard/media/media", collection: @media %> 4:
      5: <%= paginate @media, remote: true, params: { controller: "dashboard/media", action: "index", id: nil } %> 6: kaminari (0.15.1) lib/kaminari/helpers/action_view_extension.rb:18:in `paginate' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html:5:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media__gallery_html__1077792948297607483_2231376060' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb:19:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_media__modal_html_erb___1329955026849182035_2197357400' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb:14:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_posts__form_html_erb___13142864865500153_2196850800' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.1.0) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/new.html.erb:3:in `___sers_ben__ocuments_projects_benroesch_com_storytime_app_views_storytime_dashboard_posts_new_html_erb___2469552079352311249_2175368560' actionview (4.1.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument' actionview (4.1.0) lib/action_view/template.rb:339:in `instrument' actionview (4.1.0) lib/action_view/template.rb:143:in `render' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template' actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template' actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body' actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render' /Users/ben/Documents/projects/benroesch.com/storytime/app/controllers/storytime/dashboard/posts_controller.rb:33:in `create' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:229:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:166:in `block in halting' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.8ms) Started GET "/dashboard/pages" for 127.0.0.1 at 2014-05-18 15:21:28 -0500 Processing by Storytime::Dashboard::PagesController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Page Load (0.2ms) SELECT "storytime_pages".* FROM "storytime_pages" LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/pages/_page.html.erb (5.5ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_pages" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/pages/index.html.erb within layouts/storytime/dashboard (11.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 55ms (Views: 33.7ms | ActiveRecord: 1.1ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-18 15:21:28 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-18 15:21:28 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-18 15:21:28 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-18 15:21:28 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:28 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:28 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:28 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:28 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:28 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-18 15:21:28 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-18 15:21:28 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:28 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:28 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:28 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:28 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:28 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:28 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:21:28 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:28 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:29 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:29 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:29 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:29 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:29 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:29 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:29 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:29 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:29 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:29 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:29 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:29 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:29 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:29 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:29 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:29 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-18 15:21:29 -0500 Started GET "/dashboard/pages/new" for 127.0.0.1 at 2014-05-18 15:21:31 -0500 Processing by Storytime::Dashboard::PagesController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.4ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (15.5ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (19.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (24.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/pages/_form.html.erb (39.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/pages/new.html.erb within layouts/storytime/dashboard (41.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 70ms (Views: 60.4ms | ActiveRecord: 0.9ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-18 15:21:31 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-18 15:21:31 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-18 15:21:31 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-18 15:21:31 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-18 15:21:31 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-18 15:21:31 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:31 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:31 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:31 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:31 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:31 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:31 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:21:31 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:31 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:31 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:31 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:31 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:31 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:31 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:31 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:31 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:31 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:31 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:31 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:31 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:31 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:31 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:31 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:31 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:31 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:31 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:31 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:31 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:31 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:31 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:21:31 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-18 15:21:32 -0500 Started POST "/dashboard/pages" for 127.0.0.1 at 2014-05-18 15:21:36 -0500 Processing by Storytime::Dashboard::PagesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "page"=>{"title"=>"new page", "draft_content"=>"asdf", "published"=>"0"}, "_wysihtml5_mode"=>"1", "commit"=>"Create Page"} Storytime::User Load (0.4ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Storytime::Page Exists (0.1ms) SELECT 1 AS one FROM "storytime_pages" INNER JOIN "friendly_id_slugs" ON "friendly_id_slugs"."sluggable_id" = "storytime_pages"."id" AND "friendly_id_slugs"."sluggable_type" = 'Storytime::Page' WHERE "storytime_pages"."slug" = 'new-page' LIMIT 1 Storytime::Page Exists (0.2ms) SELECT 1 AS one FROM "storytime_pages" INNER JOIN "friendly_id_slugs" ON "friendly_id_slugs"."sluggable_id" = "storytime_pages"."id" AND "friendly_id_slugs"."sluggable_type" = 'Storytime::Page' WHERE ("friendly_id_slugs"."sluggable_type" = 'Storytime::Page' AND "friendly_id_slugs"."slug" = 'new-page') LIMIT 1 SQL (0.4ms) INSERT INTO "storytime_pages" ("created_at", "published", "slug", "title", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2014-05-18 20:21:36.328068"], ["published", "f"], ["slug", "new-page"], ["title", "new page"], ["updated_at", "2014-05-18 20:21:36.328068"], ["user_id", 1]] Storytime::Version Load (0.1ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 2], ["versionable_type", "Storytime::Page"]] SQL (0.1ms) INSERT INTO "storytime_versions" ("content", "created_at", "updated_at", "user_id", "versionable_id", "versionable_type") VALUES (?, ?, ?, ?, ?, ?) [["content", "asdf"], ["created_at", "2014-05-18 20:21:36.331076"], ["updated_at", "2014-05-18 20:21:36.331076"], ["user_id", 1], ["versionable_id", 2], ["versionable_type", "Storytime::Page"]] FriendlyId::Slug Load (0.1ms) SELECT "friendly_id_slugs".* FROM "friendly_id_slugs" WHERE "friendly_id_slugs"."sluggable_id" = ? AND "friendly_id_slugs"."sluggable_type" = ? ORDER BY "friendly_id_slugs".id DESC LIMIT 1 [["sluggable_id", 2], ["sluggable_type", "Storytime::Page"]] SQL (0.2ms) DELETE FROM "friendly_id_slugs" WHERE "friendly_id_slugs"."sluggable_id" = ? AND "friendly_id_slugs"."sluggable_type" = ? AND "friendly_id_slugs"."slug" = 'new-page' [["sluggable_id", 2], ["sluggable_type", "Storytime::Page"]] SQL (0.3ms) INSERT INTO "friendly_id_slugs" ("created_at", "slug", "sluggable_id", "sluggable_type") VALUES (?, ?, ?, ?) [["created_at", "2014-05-18 20:21:36.341273"], ["slug", "new-page"], ["sluggable_id", 2], ["sluggable_type", "Storytime::Page"]]  (1.0ms) commit transaction Redirected to http://0.0.0.0:3000/dashboard/pages Completed 302 Found in 35ms (ActiveRecord: 3.8ms) Started GET "/dashboard/pages" for 127.0.0.1 at 2014-05-18 15:21:36 -0500 Processing by Storytime::Dashboard::PagesController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Page Load (0.3ms) SELECT "storytime_pages".* FROM "storytime_pages" LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/pages/_page.html.erb (2.4ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_pages" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/pages/index.html.erb within layouts/storytime/dashboard (8.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 34ms (Views: 31.3ms | ActiveRecord: 0.7ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-18 15:21:36 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-18 15:21:36 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-18 15:21:36 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-18 15:21:36 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-18 15:21:36 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:36 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-18 15:21:36 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:36 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:36 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:36 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:36 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:36 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:36 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:21:36 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:36 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:36 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:36 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:36 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:36 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:36 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:36 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:36 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:36 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:36 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:36 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:36 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:36 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:36 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:36 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:36 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:36 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:36 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:36 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:36 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:36 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-18 15:21:37 -0500 Started GET "/dashboard/pages/new-page/edit" for 127.0.0.1 at 2014-05-18 15:21:38 -0500 Processing by Storytime::Dashboard::PagesController#edit as HTML Parameters: {"id"=>"new-page"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Page Load (0.1ms) SELECT "storytime_pages".* FROM "storytime_pages" WHERE "storytime_pages"."slug" = 'new-page' ORDER BY "storytime_pages"."id" ASC LIMIT 1 Storytime::Version Load (0.2ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC [["versionable_id", 2], ["versionable_type", "Storytime::Page"]] Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] Storytime::Version Load (0.1ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 2], ["versionable_type", "Storytime::Page"]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/versions/_versions_info.html.erb (2.8ms) CACHE (0.0ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 2], ["versionable_type", "Storytime::Page"]] CACHE (0.0ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 2], ["versionable_type", "Storytime::Page"]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.0ms) Storytime::Media Load (0.4ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (16.1ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (22.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (26.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/pages/_form.html.erb (40.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/pages/edit.html.erb within layouts/storytime/dashboard (46.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 72ms (Views: 66.5ms | ActiveRecord: 1.5ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-18 15:21:39 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-18 15:21:39 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-18 15:21:39 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-18 15:21:39 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-18 15:21:39 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-18 15:21:39 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:39 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:39 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:39 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:39 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:21:39 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:39 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:39 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:39 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:39 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:39 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:39 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:39 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:39 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:39 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:39 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:39 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:39 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:39 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:39 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:39 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:39 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:39 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:39 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:39 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:39 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:39 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:39 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:39 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-18 15:21:39 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-18 15:21:39 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-18 15:21:39 -0500 Started PATCH "/dashboard/pages/new-page" for 127.0.0.1 at 2014-05-18 15:21:47 -0500 Processing by Storytime::Dashboard::PagesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "page"=>{"title"=>"new page", "draft_content"=>"asdf


      asdf", "published"=>"0"}, "_wysihtml5_mode"=>"1", "commit"=>"Update Page", "id"=>"new-page"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Page Load (0.3ms) SELECT "storytime_pages".* FROM "storytime_pages" WHERE "storytime_pages"."slug" = 'new-page' ORDER BY "storytime_pages"."id" ASC LIMIT 1  (0.2ms) begin transaction Storytime::Version Load (0.3ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 2], ["versionable_type", "Storytime::Page"]] CACHE (0.0ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 2], ["versionable_type", "Storytime::Page"]] SQL (0.3ms) INSERT INTO "storytime_versions" ("content", "created_at", "updated_at", "user_id", "versionable_id", "versionable_type") VALUES (?, ?, ?, ?, ?, ?) [["content", "asdf


      asdf"], ["created_at", "2014-05-18 20:21:47.522126"], ["updated_at", "2014-05-18 20:21:47.522126"], ["user_id", 1], ["versionable_id", 2], ["versionable_type", "Storytime::Page"]] FriendlyId::Slug Load (0.1ms) SELECT "friendly_id_slugs".* FROM "friendly_id_slugs" WHERE "friendly_id_slugs"."sluggable_id" = ? AND "friendly_id_slugs"."sluggable_type" = ? ORDER BY "friendly_id_slugs".id DESC LIMIT 1 [["sluggable_id", 2], ["sluggable_type", "Storytime::Page"]]  (0.8ms) commit transaction Redirected to http://0.0.0.0:3000/new-page Completed 302 Found in 16ms (ActiveRecord: 2.5ms) Started GET "/new-page" for 127.0.0.1 at 2014-05-18 15:21:47 -0500 Processing by Storytime::PagesController#show as HTML Parameters: {"id"=>"new-page"} Storytime::Page Load (0.2ms) SELECT "storytime_pages".* FROM "storytime_pages" WHERE "storytime_pages"."published" = 't' AND "storytime_pages"."slug" = 'new-page' ORDER BY "storytime_pages"."id" ASC LIMIT 1 Storytime::Page Load (0.3ms) SELECT "storytime_pages".* FROM "storytime_pages" INNER JOIN "friendly_id_slugs" ON "friendly_id_slugs"."sluggable_id" = "storytime_pages"."id" AND "friendly_id_slugs"."sluggable_type" = 'Storytime::Page' WHERE "storytime_pages"."published" = 't' AND ("friendly_id_slugs"."sluggable_type" = 'Storytime::Page' AND "friendly_id_slugs"."slug" = 'new-page') ORDER BY "storytime_pages"."id" ASC LIMIT 1 Completed 404 Not Found in 4ms ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound): friendly_id (5.0.3) lib/friendly_id/finder_methods.rb:23:in `find' /Users/ben/Documents/projects/benroesch.com/storytime/app/controllers/storytime/pages_controller.rb:6:in `show' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (17.1ms) Started PATCH "/dashboard/pages/new-page" for 127.0.0.1 at 2014-05-18 15:23:57 -0500 Processing by Storytime::Dashboard::PagesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "page"=>{"title"=>"new page", "draft_content"=>"asdf


      asdf

      adfsd", "published"=>"0"}, "_wysihtml5_mode"=>"1", "commit"=>"Update Page", "id"=>"new-page"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.4ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Page Load (0.3ms) SELECT "storytime_pages".* FROM "storytime_pages" WHERE "storytime_pages"."slug" = 'new-page' ORDER BY "storytime_pages"."id" ASC LIMIT 1  (0.1ms) begin transaction Storytime::Version Load (0.3ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 2], ["versionable_type", "Storytime::Page"]] CACHE (0.0ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 2], ["versionable_type", "Storytime::Page"]] SQL (0.4ms) INSERT INTO "storytime_versions" ("content", "created_at", "updated_at", "user_id", "versionable_id", "versionable_type") VALUES (?, ?, ?, ?, ?, ?) [["content", "asdf


      asdf

      adfsd"], ["created_at", "2014-05-18 20:23:57.928647"], ["updated_at", "2014-05-18 20:23:57.928647"], ["user_id", 1], ["versionable_id", 2], ["versionable_type", "Storytime::Page"]] FriendlyId::Slug Load (0.1ms) SELECT "friendly_id_slugs".* FROM "friendly_id_slugs" WHERE "friendly_id_slugs"."sluggable_id" = ? AND "friendly_id_slugs"."sluggable_type" = ? ORDER BY "friendly_id_slugs".id DESC LIMIT 1 [["sluggable_id", 2], ["sluggable_type", "Storytime::Page"]]  (0.8ms) commit transaction Redirected to http://0.0.0.0:3000/new-page Completed 302 Found in 17ms (ActiveRecord: 2.7ms) Started GET "/new-page" for 127.0.0.1 at 2014-05-18 15:23:57 -0500 Processing by Storytime::PagesController#show as HTML Parameters: {"id"=>"new-page"} Storytime::Page Load (0.2ms) SELECT "storytime_pages".* FROM "storytime_pages" WHERE "storytime_pages"."published" = 't' AND "storytime_pages"."slug" = 'new-page' ORDER BY "storytime_pages"."id" ASC LIMIT 1 Storytime::Page Load (0.3ms) SELECT "storytime_pages".* FROM "storytime_pages" INNER JOIN "friendly_id_slugs" ON "friendly_id_slugs"."sluggable_id" = "storytime_pages"."id" AND "friendly_id_slugs"."sluggable_type" = 'Storytime::Page' WHERE "storytime_pages"."published" = 't' AND ("friendly_id_slugs"."sluggable_type" = 'Storytime::Page' AND "friendly_id_slugs"."slug" = 'new-page') ORDER BY "storytime_pages"."id" ASC LIMIT 1 Completed 404 Not Found in 3ms ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound): friendly_id (5.0.3) lib/friendly_id/finder_methods.rb:23:in `find' /Users/ben/Documents/projects/benroesch.com/storytime/app/controllers/storytime/pages_controller.rb:6:in `show' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.5ms) Started GET "/" for 127.0.0.1 at 2014-05-22 09:23:00 -0500 Processing by Storytime::PostsController#index as HTML Storytime::Site Load (0.5ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (1.0ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."published" = 't' ORDER BY "storytime_posts"."created_at" DESC LIMIT 10 OFFSET 0 Storytime::Tag Load (1.3ms) SELECT "storytime_tags".* FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_tags"."id" = "storytime_taggings"."tag_id" WHERE "storytime_taggings"."post_id" = ? [["post_id", 8]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/_tags.html.erb (47.0ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_posts" WHERE "storytime_posts"."published" = 't' Storytime::Tag Load (0.6ms) SELECT storytime_tags.*, count(storytime_taggings.tag_id) as count FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_taggings"."tag_id" = "storytime_tags"."id" GROUP BY storytime_taggings.tag_id Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/index.html.erb within layouts/storytime/application (88.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_navigation.html.erb (7.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.9ms) Storytime::Page Load (0.5ms) SELECT "storytime_pages".* FROM "storytime_pages" WHERE "storytime_pages"."published" = 't' Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_header.html.erb (35.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_footer.html.erb (0.8ms) Completed 200 OK in 1663ms (Views: 1627.2ms | ActiveRecord: 9.8ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-22 09:23:02 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-22 09:23:02 -0500 Started GET "/assets/storytime/devise.css?body=1" for 127.0.0.1 at 2014-05-22 09:23:02 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-22 09:23:02 -0500 Started GET "/assets/storytime/versions.css?body=1" for 127.0.0.1 at 2014-05-22 09:23:02 -0500 Started GET "/assets/storytime/admin.css?body=1" for 127.0.0.1 at 2014-05-22 09:23:02 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-22 09:23:02 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-22 09:23:02 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-22 09:23:02 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-22 09:23:02 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-22 09:23:02 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-22 09:23:02 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-22 09:23:02 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-22 09:23:02 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-22 09:23:02 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-22 09:23:02 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-22 09:23:02 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-22 09:23:02 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-22 09:23:02 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-22 09:23:02 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-22 09:23:02 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-22 09:23:02 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-22 09:23:02 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-22 09:23:02 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-22 09:23:02 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-22 09:23:02 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-22 09:23:02 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-22 09:23:02 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-22 09:23:02 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-22 09:23:02 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-22 09:23:02 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-22 09:23:02 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-22 09:23:02 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-22 09:23:02 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-22 09:23:02 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-22 09:23:02 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-22 09:23:02 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-22 09:23:02 -0500 Started GET "/" for 127.0.0.1 at 2014-05-22 09:23:28 -0500 Processing by Storytime::PostsController#index as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."published" = 't' ORDER BY "storytime_posts"."created_at" DESC LIMIT 10 OFFSET 0 Storytime::Tag Load (0.1ms) SELECT "storytime_tags".* FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_tags"."id" = "storytime_taggings"."tag_id" WHERE "storytime_taggings"."post_id" = ? [["post_id", 8]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/_tags.html.erb (1.6ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_posts" WHERE "storytime_posts"."published" = 't' Storytime::Tag Load (0.3ms) SELECT storytime_tags.*, count(storytime_taggings.tag_id) as count FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_taggings"."tag_id" = "storytime_tags"."id" GROUP BY storytime_taggings.tag_id Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/index.html.erb within layouts/storytime/application (8.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_navigation.html.erb (0.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Storytime::Page Load (0.1ms) SELECT "storytime_pages".* FROM "storytime_pages" WHERE "storytime_pages"."published" = 't' Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_header.html.erb (1.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_footer.html.erb (0.1ms) Completed 200 OK in 40ms (Views: 36.2ms | ActiveRecord: 1.2ms) Started GET "/assets/storytime/admin.css?body=1" for 127.0.0.1 at 2014-05-22 09:23:29 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-22 09:23:29 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-22 09:23:29 -0500 Started GET "/assets/storytime/devise.css?body=1" for 127.0.0.1 at 2014-05-22 09:23:29 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-22 09:23:29 -0500 Started GET "/assets/storytime/versions.css?body=1" for 127.0.0.1 at 2014-05-22 09:23:29 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-22 09:23:29 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-22 09:23:29 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-22 09:23:29 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-22 09:23:29 -0500 Started GET "/dashboard" for 127.0.0.1 at 2014-05-22 09:23:34 -0500 Processing by Storytime::PagesController#show as HTML Parameters: {"id"=>"dashboard"} Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Page Load (0.2ms) SELECT "storytime_pages".* FROM "storytime_pages" WHERE "storytime_pages"."published" = 't' AND "storytime_pages"."slug" = 'dashboard' ORDER BY "storytime_pages"."id" ASC LIMIT 1 Storytime::Page Load (0.5ms) SELECT "storytime_pages".* FROM "storytime_pages" INNER JOIN "friendly_id_slugs" ON "friendly_id_slugs"."sluggable_id" = "storytime_pages"."id" AND "friendly_id_slugs"."sluggable_type" = 'Storytime::Page' WHERE "storytime_pages"."published" = 't' AND ("friendly_id_slugs"."sluggable_type" = 'Storytime::Page' AND "friendly_id_slugs"."slug" = 'dashboard') ORDER BY "storytime_pages"."id" ASC LIMIT 1 Completed 404 Not Found in 9ms ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound): friendly_id (5.0.3) lib/friendly_id/finder_methods.rb:23:in `find' /Users/ben/Documents/projects/benroesch.com/storytime/app/controllers/storytime/pages_controller.rb:7:in `show' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (51.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (70.6ms) Started GET "/users/sign_in" for 127.0.0.1 at 2014-05-22 09:23:37 -0500 Processing by Devise::SessionsController#new as HTML Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/devise/sessions/new.html.erb within layouts/storytime/application (31.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_navigation.html.erb (0.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 71ms (Views: 55.9ms | ActiveRecord: 0.5ms) Started GET "/assets/storytime/devise.css?body=1" for 127.0.0.1 at 2014-05-22 09:23:37 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-22 09:23:37 -0500 Started GET "/assets/storytime/versions.css?body=1" for 127.0.0.1 at 2014-05-22 09:23:37 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-22 09:23:37 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-22 09:23:37 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-22 09:23:37 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-22 09:23:37 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-22 09:23:37 -0500 Started GET "/assets/storytime/admin.css?body=1" for 127.0.0.1 at 2014-05-22 09:23:37 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-22 09:23:37 -0500 Started POST "/users/sign_in" for 127.0.0.1 at 2014-05-22 09:23:41 -0500 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZBYW1r0LFBTCOICZ+0cxF0LXQuSlj0FbxFGGD87TBFw=", "user"=>{"email"=>"bcroesch@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log In"} Storytime::User Load (0.5ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."email" = 'bcroesch@gmail.com' ORDER BY "storytime_users"."id" ASC LIMIT 1 Completed 401 Unauthorized in 3ms Processing by Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZBYW1r0LFBTCOICZ+0cxF0LXQuSlj0FbxFGGD87TBFw=", "user"=>{"email"=>"bcroesch@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log In"} Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/devise/sessions/new.html.erb within layouts/storytime/application (1.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_navigation.html.erb (0.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 95ms (Views: 22.9ms | ActiveRecord: 0.0ms) Started GET "/assets/storytime/admin.css?body=1" for 127.0.0.1 at 2014-05-22 09:23:41 -0500 Started GET "/assets/storytime/devise.css?body=1" for 127.0.0.1 at 2014-05-22 09:23:41 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-22 09:23:41 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-22 09:23:41 -0500 Started GET "/assets/storytime/versions.css?body=1" for 127.0.0.1 at 2014-05-22 09:23:41 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-22 09:23:41 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-22 09:23:41 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-22 09:23:41 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-22 09:23:41 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-22 09:23:41 -0500 Storytime::User Load (3.2ms) SELECT "storytime_users".* FROM "storytime_users" ORDER BY "storytime_users"."id" DESC LIMIT 1 Started POST "/users/sign_in" for 127.0.0.1 at 2014-05-22 09:26:39 -0500 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZBYW1r0LFBTCOICZ+0cxF0LXQuSlj0FbxFGGD87TBFw=", "user"=>{"email"=>"ben@federisgroup.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log In"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."email" = 'ben@federisgroup.com' ORDER BY "storytime_users"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) UPDATE "storytime_users" SET "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "storytime_users"."id" = 1 [["current_sign_in_at", "2014-05-22 14:26:40.028473"], ["sign_in_count", 2], ["updated_at", "2014-05-22 14:26:40.030054"]]  (1.3ms) commit transaction Redirected to http://storyport.dev:3000/ Completed 302 Found in 85ms (ActiveRecord: 2.1ms) Started GET "/" for 127.0.0.1 at 2014-05-22 09:26:40 -0500 Processing by Storytime::PostsController#index as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.3ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."published" = 't' ORDER BY "storytime_posts"."created_at" DESC LIMIT 10 OFFSET 0 Storytime::Tag Load (0.1ms) SELECT "storytime_tags".* FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_tags"."id" = "storytime_taggings"."tag_id" WHERE "storytime_taggings"."post_id" = ? [["post_id", 8]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/_tags.html.erb (1.5ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_posts" WHERE "storytime_posts"."published" = 't' Storytime::Tag Load (0.1ms) SELECT storytime_tags.*, count(storytime_taggings.tag_id) as count FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_taggings"."tag_id" = "storytime_tags"."id" GROUP BY storytime_taggings.tag_id Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/index.html.erb within layouts/storytime/application (9.0ms) Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (12.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_navigation.html.erb (15.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Storytime::Page Load (0.2ms) SELECT "storytime_pages".* FROM "storytime_pages" WHERE "storytime_pages"."published" = 't' Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_header.html.erb (1.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_footer.html.erb (0.1ms) Completed 200 OK in 50ms (Views: 47.6ms | ActiveRecord: 1.3ms) Started GET "/assets/storytime/devise.css?body=1" for 127.0.0.1 at 2014-05-22 09:26:40 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-22 09:26:40 -0500 Started GET "/assets/storytime/versions.css?body=1" for 127.0.0.1 at 2014-05-22 09:26:40 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-22 09:26:40 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-22 09:26:40 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-22 09:26:40 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-22 09:26:40 -0500 Started GET "/assets/storytime/admin.css?body=1" for 127.0.0.1 at 2014-05-22 09:26:40 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-22 09:26:40 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-22 09:26:40 -0500 Started GET "/dashboard/posts" for 127.0.0.1 at 2014-05-22 09:26:47 -0500 Processing by Storytime::Dashboard::PostsController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" LIMIT 10 OFFSET 0  (0.8ms) SELECT COUNT(*) FROM "storytime_posts" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_list.html.erb (6.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/index.html.erb within layouts/storytime/dashboard (8.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 39ms (Views: 32.9ms | ActiveRecord: 1.3ms) Started GET "/assets/storytime/devise.css?body=1" for 127.0.0.1 at 2014-05-22 09:26:47 -0500 Started GET "/assets/storytime/versions.css?body=1" for 127.0.0.1 at 2014-05-22 09:26:47 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-22 09:26:47 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-22 09:26:47 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-22 09:26:47 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-22 09:26:47 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-22 09:26:47 -0500 Started GET "/assets/storytime/admin.css?body=1" for 127.0.0.1 at 2014-05-22 09:26:47 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-22 09:26:47 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-22 09:26:47 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-22 09:26:47 -0500 Started GET "/dashboard/posts/8/edit" for 127.0.0.1 at 2014-05-22 09:26:50 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"8"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 8]] Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" LIMIT 10 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "storytime_posts" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_list.html.erb (3.6ms) Storytime::Version Load (2.9ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."created_at" DESC [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] Storytime::Version Load (0.2ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] CACHE (0.0ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/versions/_versions_info.html.erb (22.3ms) CACHE (0.0ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] CACHE (0.0ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 8], ["versionable_type", "Storytime::Post"]] Storytime::Tag Load (0.1ms) SELECT "storytime_tags".* FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_tags"."id" = "storytime_taggings"."tag_id" WHERE "storytime_taggings"."post_id" = ? [["post_id", 8]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (8.8ms) Storytime::Media Load (0.8ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (12.8ms)  (0.5ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (19.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (31.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (46.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (76.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 120ms (Views: 89.5ms | ActiveRecord: 6.2ms) Started GET "/assets/storytime/devise.css?body=1" for 127.0.0.1 at 2014-05-22 09:26:50 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-22 09:26:50 -0500 Started GET "/assets/storytime/versions.css?body=1" for 127.0.0.1 at 2014-05-22 09:26:50 -0500 Started GET "/assets/storytime/admin.css?body=1" for 127.0.0.1 at 2014-05-22 09:26:50 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-22 09:26:50 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-22 09:26:50 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-22 09:26:50 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-22 09:26:50 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-22 09:26:50 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-22 09:26:50 -0500 Started GET "/dashboard/posts/new" for 127.0.0.1 at 2014-05-22 09:26:53 -0500 Processing by Storytime::Dashboard::PostsController#new as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] Storytime::Post Load (0.3ms) SELECT "storytime_posts".* FROM "storytime_posts" LIMIT 10 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "storytime_posts" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_list.html.erb (8.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.7ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (24.0ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (29.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (34.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (53.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/new.html.erb within layouts/storytime/dashboard (64.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.2ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 98ms (Views: 85.4ms | ActiveRecord: 1.9ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-22 09:26:53 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-22 09:26:53 -0500 Started GET "/assets/storytime/admin.css?body=1" for 127.0.0.1 at 2014-05-22 09:26:53 -0500 Started GET "/assets/storytime/versions.css?body=1" for 127.0.0.1 at 2014-05-22 09:26:53 -0500 Started GET "/assets/storytime/devise.css?body=1" for 127.0.0.1 at 2014-05-22 09:26:53 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-22 09:26:53 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-22 09:26:53 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-22 09:26:53 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-22 09:26:53 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-22 09:26:53 -0500 Started POST "/dashboard/posts" for 127.0.0.1 at 2014-05-22 09:27:18 -0500 Processing by Storytime::Dashboard::PostsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"QPBMywo0tz3Uc4HOceYCrO8E9Gnu8igWLp1xCMXFUK4=", "post"=>{"title"=>"another post", "excerpt"=>"some text", "draft_content"=>"some text and omsething else

      \"\"
      ", "tag_list"=>"test", "published"=>"0"}, "_wysihtml5_mode"=>"1", "commit"=>"Create Post"} Storytime::User Load (0.4ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.4ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Tag Load (0.4ms) SELECT "storytime_tags".* FROM "storytime_tags" WHERE "storytime_tags"."name" = 'test' ORDER BY "storytime_tags"."id" ASC LIMIT 1 Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Storytime::Tag Exists (0.3ms) SELECT 1 AS one FROM "storytime_tags" WHERE ("storytime_tags"."name" = 'test' AND "storytime_tags"."id" != 6) LIMIT 1 SQL (0.8ms) INSERT INTO "storytime_posts" ("created_at", "excerpt", "published", "title", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?) [["created_at", "2014-05-22 14:27:18.082416"], ["excerpt", "some text"], ["published", "f"], ["title", "another post"], ["updated_at", "2014-05-22 14:27:18.082416"], ["user_id", 1]] SQL (0.3ms) INSERT INTO "storytime_taggings" ("created_at", "post_id", "tag_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-05-22 14:27:18.085431"], ["post_id", 9], ["tag_id", 6], ["updated_at", "2014-05-22 14:27:18.085431"]] Storytime::Version Load (0.2ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 9], ["versionable_type", "Storytime::Post"]] SQL (0.9ms) INSERT INTO "storytime_versions" ("content", "created_at", "updated_at", "user_id", "versionable_id", "versionable_type") VALUES (?, ?, ?, ?, ?, ?) [["content", "some text and omsething else

      \"\"
      "], ["created_at", "2014-05-22 14:27:18.090193"], ["updated_at", "2014-05-22 14:27:18.090193"], ["user_id", 1], ["versionable_id", 9], ["versionable_type", "Storytime::Post"]]  (1.6ms) commit transaction Redirected to http://storyport.dev:3000/dashboard/posts/9/edit Completed 302 Found in 44ms (ActiveRecord: 6.2ms) Started GET "/dashboard/posts/9/edit" for 127.0.0.1 at 2014-05-22 09:27:18 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"9"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 9]] Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" LIMIT 10 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "storytime_posts" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_list.html.erb (5.8ms) Storytime::Version Load (0.2ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."created_at" DESC [["versionable_id", 9], ["versionable_type", "Storytime::Post"]] Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] Storytime::Version Load (0.3ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 9], ["versionable_type", "Storytime::Post"]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/versions/_versions_info.html.erb (4.1ms) CACHE (0.1ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 9], ["versionable_type", "Storytime::Post"]] CACHE (0.0ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 9], ["versionable_type", "Storytime::Post"]] Storytime::Tag Load (0.2ms) SELECT "storytime_tags".* FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_tags"."id" = "storytime_taggings"."tag_id" WHERE "storytime_taggings"."post_id" = ? [["post_id", 9]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (2.4ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (14.3ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (18.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (22.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (39.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (53.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (2.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.3ms) Completed 200 OK in 86ms (Views: 78.9ms | ActiveRecord: 2.3ms) Started GET "/assets/storytime/devise.css?body=1" for 127.0.0.1 at 2014-05-22 09:27:18 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-22 09:27:18 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-22 09:27:18 -0500 Started GET "/assets/storytime/admin.css?body=1" for 127.0.0.1 at 2014-05-22 09:27:18 -0500 Started GET "/assets/storytime/versions.css?body=1" for 127.0.0.1 at 2014-05-22 09:27:18 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-22 09:27:18 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-22 09:27:18 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-22 09:27:18 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-22 09:27:18 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-22 09:27:18 -0500 Started PATCH "/dashboard/posts/9" for 127.0.0.1 at 2014-05-22 09:27:23 -0500 Processing by Storytime::Dashboard::PostsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"QPBMywo0tz3Uc4HOceYCrO8E9Gnu8igWLp1xCMXFUK4=", "post"=>{"title"=>"another post", "excerpt"=>"some text", "draft_content"=>"some text and omsething else

      \"\"
      ", "tag_list"=>"test", "published"=>"1"}, "_wysihtml5_mode"=>"1", "commit"=>"Update Post", "id"=>"9"} Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.3ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction Storytime::Tagging Load (0.2ms) SELECT "storytime_taggings".* FROM "storytime_taggings" WHERE "storytime_taggings"."post_id" = ? [["post_id", 9]] SQL (0.3ms) DELETE FROM "storytime_taggings" WHERE "storytime_taggings"."id" = ? [["id", 7]] Storytime::Tag Load (0.2ms) SELECT "storytime_tags".* FROM "storytime_tags" WHERE "storytime_tags"."id" = ? LIMIT 1 [["id", 6]]  (0.2ms) SELECT COUNT(*) FROM "storytime_taggings" WHERE "storytime_taggings"."tag_id" = ? [["tag_id", 6]] Storytime::Tag Load (0.2ms) SELECT "storytime_tags".* FROM "storytime_tags" WHERE "storytime_tags"."name" = 'test' ORDER BY "storytime_tags"."id" ASC LIMIT 1 Storytime::Tag Load (0.1ms) SELECT "storytime_tags".* FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_tags"."id" = "storytime_taggings"."tag_id" WHERE "storytime_taggings"."post_id" = ? [["post_id", 9]] SQL (0.1ms) INSERT INTO "storytime_taggings" ("created_at", "post_id", "tag_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-05-22 14:27:23.416388"], ["post_id", 9], ["tag_id", 6], ["updated_at", "2014-05-22 14:27:23.416388"]] SQL (0.2ms) UPDATE "storytime_posts" SET "published" = ?, "updated_at" = ? WHERE "storytime_posts"."id" = 9 [["published", "t"], ["updated_at", "2014-05-22 14:27:23.417996"]] Storytime::Version Load (0.1ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 9], ["versionable_type", "Storytime::Post"]] CACHE (0.0ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 9], ["versionable_type", "Storytime::Post"]] CACHE (0.0ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 9], ["versionable_type", "Storytime::Post"]] SQL (0.1ms) UPDATE "storytime_posts" SET "content" = 'some text and omsething else


      ', "published" = 't' WHERE "storytime_posts"."id" = 9  (1.3ms) commit transaction Redirected to http://storyport.dev:3000/dashboard/posts/9/edit Completed 302 Found in 27ms (ActiveRecord: 3.9ms) Started GET "/dashboard/posts/9/edit" for 127.0.0.1 at 2014-05-22 09:27:23 -0500 Processing by Storytime::Dashboard::PostsController#edit as HTML Parameters: {"id"=>"9"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.1ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."id" = ? LIMIT 1 [["id", 9]] Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" LIMIT 10 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "storytime_posts" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_list.html.erb (4.5ms) Storytime::Version Load (0.2ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."created_at" DESC [["versionable_id", 9], ["versionable_type", "Storytime::Post"]] Storytime::User Load (0.1ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = ? LIMIT 1 [["id", 1]] Storytime::Version Load (0.2ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 9], ["versionable_type", "Storytime::Post"]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/versions/_versions_info.html.erb (3.9ms) CACHE (0.0ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 9], ["versionable_type", "Storytime::Post"]] CACHE (0.0ms) SELECT "storytime_versions".* FROM "storytime_versions" WHERE "storytime_versions"."versionable_id" = ? AND "storytime_versions"."versionable_type" = ? ORDER BY "storytime_versions"."updated_at" DESC LIMIT 1 [["versionable_id", 9], ["versionable_type", "Storytime::Post"]] Storytime::Tag Load (0.1ms) SELECT "storytime_tags".* FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_tags"."id" = "storytime_taggings"."tag_id" WHERE "storytime_taggings"."post_id" = ? [["post_id", 9]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_form.html.erb (1.6ms) Storytime::Media Load (0.3ms) SELECT "storytime_media".* FROM "storytime_media" ORDER BY created_at DESC LIMIT 10 OFFSET 0 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_media.html.erb (12.2ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_media" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_gallery.html (17.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/media/_modal.html.erb (20.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_form.html.erb (31.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/edit.html.erb within layouts/storytime/dashboard (42.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.3ms) Completed 200 OK in 72ms (Views: 66.7ms | ActiveRecord: 1.8ms) Started GET "/assets/storytime/devise.css?body=1" for 127.0.0.1 at 2014-05-22 09:27:23 -0500 Started GET "/assets/storytime/versions.css?body=1" for 127.0.0.1 at 2014-05-22 09:27:23 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-22 09:27:23 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-22 09:27:23 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-22 09:27:23 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-22 09:27:23 -0500 Started GET "/assets/storytime/admin.css?body=1" for 127.0.0.1 at 2014-05-22 09:27:23 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-22 09:27:23 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-22 09:27:23 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-22 09:27:23 -0500 Started GET "/" for 127.0.0.1 at 2014-05-22 09:27:42 -0500 Processing by Storytime::PostsController#index as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.3ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."published" = 't' ORDER BY "storytime_posts"."created_at" DESC LIMIT 10 OFFSET 0 Storytime::Tag Load (0.3ms) SELECT "storytime_tags".* FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_tags"."id" = "storytime_taggings"."tag_id" WHERE "storytime_taggings"."post_id" = ? [["post_id", 9]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/_tags.html.erb (2.8ms) Storytime::Tag Load (0.1ms) SELECT "storytime_tags".* FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_tags"."id" = "storytime_taggings"."tag_id" WHERE "storytime_taggings"."post_id" = ? [["post_id", 8]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/_tags.html.erb (1.5ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_posts" WHERE "storytime_posts"."published" = 't' Storytime::Tag Load (0.3ms) SELECT storytime_tags.*, count(storytime_taggings.tag_id) as count FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_taggings"."tag_id" = "storytime_tags"."id" GROUP BY storytime_taggings.tag_id Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/index.html.erb within layouts/storytime/application (15.9ms) Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_navigation.html.erb (3.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Storytime::Page Load (0.1ms) SELECT "storytime_pages".* FROM "storytime_pages" WHERE "storytime_pages"."published" = 't' Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_header.html.erb (1.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_footer.html.erb (0.1ms) Completed 200 OK in 48ms (Views: 44.9ms | ActiveRecord: 1.8ms) Started GET "/assets/storytime/admin.css?body=1" for 127.0.0.1 at 2014-05-22 09:27:42 -0500 Started GET "/assets/storytime/devise.css?body=1" for 127.0.0.1 at 2014-05-22 09:27:42 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-22 09:27:42 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-22 09:27:42 -0500 Started GET "/assets/storytime/versions.css?body=1" for 127.0.0.1 at 2014-05-22 09:27:42 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-22 09:27:42 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-22 09:27:42 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-22 09:27:42 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-22 09:27:42 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-22 09:27:42 -0500 Started GET "/posts/9" for 127.0.0.1 at 2014-05-22 09:27:46 -0500 Processing by Storytime::PostsController#show as HTML Parameters: {"id"=>"9"} Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."published" = 't' AND "storytime_posts"."id" = ? LIMIT 1 [["id", 9]] Storytime::Tag Load (0.1ms) SELECT "storytime_tags".* FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_tags"."id" = "storytime_taggings"."tag_id" WHERE "storytime_taggings"."post_id" = ? [["post_id", 9]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/_tags.html.erb (1.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/show.html.erb within layouts/storytime/application (2.8ms) Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_navigation.html.erb (3.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Storytime::Page Load (0.2ms) SELECT "storytime_pages".* FROM "storytime_pages" WHERE "storytime_pages"."published" = 't' Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_header.html.erb (1.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_footer.html.erb (0.1ms) Completed 200 OK in 44ms (Views: 41.2ms | ActiveRecord: 0.8ms) Started GET "/assets/storytime/devise.css?body=1" for 127.0.0.1 at 2014-05-22 09:27:47 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-22 09:27:47 -0500 Started GET "/assets/storytime/versions.css?body=1" for 127.0.0.1 at 2014-05-22 09:27:47 -0500 Started GET "/assets/storytime/admin.css?body=1" for 127.0.0.1 at 2014-05-22 09:27:47 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-22 09:27:47 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-22 09:27:47 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-22 09:27:47 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-22 09:27:47 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-22 09:27:47 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-22 09:27:47 -0500 Storytime::Site Load (0.5ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Started GET "/" for 127.0.0.1 at 2014-05-22 13:14:34 -0500 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Processing by Storytime::PostsController#index as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.7ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."published" = 't' ORDER BY "storytime_posts"."created_at" DESC LIMIT 10 OFFSET 0 Storytime::Tag Load (1.2ms) SELECT "storytime_tags".* FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_tags"."id" = "storytime_taggings"."tag_id" WHERE "storytime_taggings"."post_id" = ? [["post_id", 9]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/_tags.html.erb (40.4ms) Storytime::Tag Load (0.1ms) SELECT "storytime_tags".* FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_tags"."id" = "storytime_taggings"."tag_id" WHERE "storytime_taggings"."post_id" = ? [["post_id", 8]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/_tags.html.erb (2.0ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_posts" WHERE "storytime_posts"."published" = 't' Storytime::Tag Load (0.5ms) SELECT storytime_tags.*, count(storytime_taggings.tag_id) as count FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_taggings"."tag_id" = "storytime_tags"."id" GROUP BY storytime_taggings.tag_id Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/index.html.erb within layouts/storytime/application (81.2ms) Storytime::User Load (2.0ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (12.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_navigation.html.erb (30.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.5ms) Storytime::Page Load (0.4ms) SELECT "storytime_pages".* FROM "storytime_pages" WHERE "storytime_pages"."published" = 't' Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_header.html.erb (18.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_footer.html.erb (0.5ms) Completed 200 OK in 569ms (Views: 545.4ms | ActiveRecord: 7.1ms) Started GET "/" for 127.0.0.1 at 2014-05-22 13:14:34 -0500 Processing by Storytime::PostsController#index as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."published" = 't' ORDER BY "storytime_posts"."created_at" DESC LIMIT 10 OFFSET 0 Storytime::Tag Load (0.1ms) SELECT "storytime_tags".* FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_tags"."id" = "storytime_taggings"."tag_id" WHERE "storytime_taggings"."post_id" = ? [["post_id", 9]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/_tags.html.erb (1.8ms) Storytime::Tag Load (0.1ms) SELECT "storytime_tags".* FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_tags"."id" = "storytime_taggings"."tag_id" WHERE "storytime_taggings"."post_id" = ? [["post_id", 8]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/_tags.html.erb (1.2ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_posts" WHERE "storytime_posts"."published" = 't' Storytime::Tag Load (0.2ms) SELECT storytime_tags.*, count(storytime_taggings.tag_id) as count FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_taggings"."tag_id" = "storytime_tags"."id" GROUP BY storytime_taggings.tag_id Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/index.html.erb within layouts/storytime/application (10.6ms) Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_navigation.html.erb (4.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.3ms) Storytime::Page Load (0.1ms) SELECT "storytime_pages".* FROM "storytime_pages" WHERE "storytime_pages"."published" = 't' Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_header.html.erb (1.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_footer.html.erb (0.1ms) Completed 200 OK in 43ms (Views: 40.6ms | ActiveRecord: 1.4ms) Started GET "/assets/storytime/admin.css?body=1" for 127.0.0.1 at 2014-05-22 13:14:35 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-22 13:14:35 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-22 13:14:35 -0500 Started GET "/assets/storytime/versions.css?body=1" for 127.0.0.1 at 2014-05-22 13:14:35 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-22 13:14:35 -0500 Started GET "/assets/storytime/devise.css?body=1" for 127.0.0.1 at 2014-05-22 13:14:35 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-22 13:14:35 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-22 13:14:35 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-22 13:14:35 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:35 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:35 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:35 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:35 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-22 13:14:35 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:35 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:35 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:35 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:35 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:35 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:35 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:35 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:35 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:35 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:35 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:35 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:35 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:35 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:35 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:35 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:35 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:35 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:35 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:35 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:35 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:35 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:35 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:35 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:35 -0500 Started GET "/users/edit" for 127.0.0.1 at 2014-05-22 13:14:41 -0500 Processing by Devise::RegistrationsController#edit as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/devise/registrations/edit.html.erb within layouts/storytime/application (33.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_navigation.html.erb (0.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 60ms (Views: 57.9ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-22 13:14:41 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:41 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-22 13:14:41 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:41 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:41 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:41 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:41 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-22 13:14:41 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-22 13:14:41 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:41 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:41 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:41 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:41 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:41 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:41 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:41 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:41 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:41 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:41 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:41 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:41 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:41 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:41 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:41 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:41 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:41 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:41 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-22 13:14:41 -0500 Started GET "/site/" for 127.0.0.1 at 2014-05-22 13:14:48 -0500 Processing by Storytime::PagesController#show as HTML Parameters: {"id"=>"site"} Storytime::Site Load (0.3ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Page Load (0.2ms) SELECT "storytime_pages".* FROM "storytime_pages" WHERE "storytime_pages"."published" = 't' AND "storytime_pages"."slug" = 'site' ORDER BY "storytime_pages"."id" ASC LIMIT 1 Storytime::Page Load (0.5ms) SELECT "storytime_pages".* FROM "storytime_pages" INNER JOIN "friendly_id_slugs" ON "friendly_id_slugs"."sluggable_id" = "storytime_pages"."id" AND "friendly_id_slugs"."sluggable_type" = 'Storytime::Page' WHERE "storytime_pages"."published" = 't' AND ("friendly_id_slugs"."sluggable_type" = 'Storytime::Page' AND "friendly_id_slugs"."slug" = 'site') ORDER BY "storytime_pages"."id" ASC LIMIT 1 Completed 404 Not Found in 10ms ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound): friendly_id (5.0.3) lib/friendly_id/finder_methods.rb:23:in `find' /Users/ben/Documents/projects/benroesch.com/storytime/app/controllers/storytime/pages_controller.rb:9:in `show' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (29.0ms) Started GET "/site/new" for 127.0.0.1 at 2014-05-22 13:14:52 -0500 ActionController::RoutingError (No route matches [GET] "/site/new"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (46.7ms) Started GET "/sites/new" for 127.0.0.1 at 2014-05-22 13:14:55 -0500 ActionController::RoutingError (No route matches [GET] "/sites/new"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (39.4ms) Started GET "/sites/edit" for 127.0.0.1 at 2014-05-22 13:14:59 -0500 ActionController::RoutingError (No route matches [GET] "/sites/edit"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (43.6ms) Started GET "/dashboard" for 127.0.0.1 at 2014-05-22 13:15:11 -0500 Processing by Storytime::PagesController#show as HTML Parameters: {"id"=>"dashboard"} Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Page Load (0.2ms) SELECT "storytime_pages".* FROM "storytime_pages" WHERE "storytime_pages"."published" = 't' AND "storytime_pages"."slug" = 'dashboard' ORDER BY "storytime_pages"."id" ASC LIMIT 1 Storytime::Page Load (0.3ms) SELECT "storytime_pages".* FROM "storytime_pages" INNER JOIN "friendly_id_slugs" ON "friendly_id_slugs"."sluggable_id" = "storytime_pages"."id" AND "friendly_id_slugs"."sluggable_type" = 'Storytime::Page' WHERE "storytime_pages"."published" = 't' AND ("friendly_id_slugs"."sluggable_type" = 'Storytime::Page' AND "friendly_id_slugs"."slug" = 'dashboard') ORDER BY "storytime_pages"."id" ASC LIMIT 1 Completed 404 Not Found in 4ms ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound): friendly_id (5.0.3) lib/friendly_id/finder_methods.rb:23:in `find' /Users/ben/Documents/projects/benroesch.com/storytime/app/controllers/storytime/pages_controller.rb:9:in `show' actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process' actionview (4.1.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.2ms) Started GET "/dashboard/posts" for 127.0.0.1 at 2014-05-22 13:15:14 -0500 Processing by Storytime::Dashboard::PostsController#index as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.2ms) SELECT "storytime_posts".* FROM "storytime_posts" LIMIT 10 OFFSET 0  (5.8ms) SELECT COUNT(*) FROM "storytime_posts" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/_list.html.erb (18.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/posts/index.html.erb within layouts/storytime/dashboard (21.0ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (2.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 62ms (Views: 50.8ms | ActiveRecord: 6.3ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-22 13:15:14 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:14 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:14 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-22 13:15:14 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-22 13:15:14 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:14 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:14 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:14 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:14 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:14 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:14 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:14 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-22 13:15:14 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:14 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:14 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:14 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:14 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:14 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:14 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:14 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:14 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:14 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:14 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:14 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:14 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:14 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:14 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:14 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-22 13:15:14 -0500 Started GET "/dashboard/pages" for 127.0.0.1 at 2014-05-22 13:15:16 -0500 Processing by Storytime::Dashboard::PagesController#index as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Page Load (0.2ms) SELECT "storytime_pages".* FROM "storytime_pages" LIMIT 10 OFFSET 0  (0.6ms) SELECT COUNT(*) FROM "storytime_pages" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/pages/_list.html.erb (25.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/pages/index.html.erb within layouts/storytime/dashboard (27.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 56ms (Views: 50.0ms | ActiveRecord: 1.2ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-22 13:15:16 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-22 13:15:16 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:16 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-22 13:15:16 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:16 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:16 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:16 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:16 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-22 13:15:16 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:16 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:16 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:16 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:16 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:16 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:16 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:16 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:16 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:16 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:16 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:16 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:16 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:16 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:16 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:16 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:16 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:16 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:16 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:16 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-22 13:15:16 -0500 Started GET "/" for 127.0.0.1 at 2014-05-22 13:15:21 -0500 Processing by Storytime::PostsController#index as HTML Storytime::Site Load (0.3ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.4ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."published" = 't' ORDER BY "storytime_posts"."created_at" DESC LIMIT 10 OFFSET 0 Storytime::Tag Load (0.1ms) SELECT "storytime_tags".* FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_tags"."id" = "storytime_taggings"."tag_id" WHERE "storytime_taggings"."post_id" = ? [["post_id", 9]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/_tags.html.erb (2.1ms) Storytime::Tag Load (0.2ms) SELECT "storytime_tags".* FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_tags"."id" = "storytime_taggings"."tag_id" WHERE "storytime_taggings"."post_id" = ? [["post_id", 8]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/_tags.html.erb (2.2ms)  (0.2ms) SELECT COUNT(*) FROM "storytime_posts" WHERE "storytime_posts"."published" = 't' Storytime::Tag Load (0.1ms) SELECT storytime_tags.*, count(storytime_taggings.tag_id) as count FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_taggings"."tag_id" = "storytime_tags"."id" GROUP BY storytime_taggings.tag_id Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/index.html.erb within layouts/storytime/application (14.2ms) Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_navigation.html.erb (4.9ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Storytime::Page Load (0.1ms) SELECT "storytime_pages".* FROM "storytime_pages" WHERE "storytime_pages"."published" = 't' Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_header.html.erb (1.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_footer.html.erb (0.1ms) Completed 200 OK in 48ms (Views: 44.6ms | ActiveRecord: 1.5ms) Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-22 13:15:22 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-22 13:15:22 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:22 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:22 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-22 13:15:22 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:22 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:22 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:22 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:22 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:22 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:22 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-22 13:15:22 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:22 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:22 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:22 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:22 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:22 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:22 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:22 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:22 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:22 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:22 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:22 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:22 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:22 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:22 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:22 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:22 -0500 Started GET "/assets/bootstrap/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2014-05-22 13:15:23 -0500 Started GET "/dashboard/settings" for 127.0.0.1 at 2014-05-22 13:15:26 -0500 ActionController::RoutingError (No route matches [GET] "/dashboard/settings"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (38.5ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-22 13:15:31 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/3/edit Filter chain halted as :redirect_if_site_exists rendered or redirected Completed 302 Found in 6ms (ActiveRecord: 0.5ms) Started GET "/dashboard/sites/3/edit" for 127.0.0.1 at 2014-05-22 13:15:31 -0500 Processing by Storytime::Dashboard::SitesController#edit as HTML Parameters: {"id"=>"3"} Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" WHERE "storytime_sites"."id" = ? LIMIT 1 [["id", 3]] Redirected to http://0.0.0.0:3000/ Completed 302 Found in 3ms (ActiveRecord: 0.3ms) Started GET "/" for 127.0.0.1 at 2014-05-22 13:15:31 -0500 Processing by Storytime::PostsController#index as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Post Load (0.4ms) SELECT "storytime_posts".* FROM "storytime_posts" WHERE "storytime_posts"."published" = 't' ORDER BY "storytime_posts"."created_at" DESC LIMIT 10 OFFSET 0 Storytime::Tag Load (0.1ms) SELECT "storytime_tags".* FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_tags"."id" = "storytime_taggings"."tag_id" WHERE "storytime_taggings"."post_id" = ? [["post_id", 9]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/_tags.html.erb (2.0ms) Storytime::Tag Load (0.1ms) SELECT "storytime_tags".* FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_tags"."id" = "storytime_taggings"."tag_id" WHERE "storytime_taggings"."post_id" = ? [["post_id", 8]] Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/_tags.html.erb (1.4ms)  (0.1ms) SELECT COUNT(*) FROM "storytime_posts" WHERE "storytime_posts"."published" = 't' Storytime::Tag Load (0.1ms) SELECT storytime_tags.*, count(storytime_taggings.tag_id) as count FROM "storytime_tags" INNER JOIN "storytime_taggings" ON "storytime_taggings"."tag_id" = "storytime_tags"."id" GROUP BY storytime_taggings.tag_id Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/posts/index.html.erb within layouts/storytime/application (12.3ms) Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (1.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_navigation.html.erb (3.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Storytime::Page Load (0.2ms) SELECT "storytime_pages".* FROM "storytime_pages" WHERE "storytime_pages"."published" = 't' Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_header.html.erb (1.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_footer.html.erb (0.1ms) Completed 200 OK in 44ms (Views: 41.2ms | ActiveRecord: 1.5ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-22 13:15:31 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-22 13:15:31 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-22 13:15:31 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:31 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:31 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:31 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:31 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:31 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-22 13:15:31 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:31 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:31 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:31 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:31 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:31 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:31 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:31 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:31 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:31 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:31 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:31 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:31 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:31 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:31 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:31 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:31 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:31 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:31 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-22 13:15:31 -0500 Storytime::Role Load (0.3ms) SELECT "storytime_roles".* FROM "storytime_roles" SQLite3::SQLException: no such table: storytime_roles: SELECT "storytime_roles".* FROM "storytime_roles" Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddRoleToUsers (20140521152221)  (0.2ms) begin transaction  (1.3ms) ALTER TABLE "storytime_users" ADD "role" integer DEFAULT 0 SQL (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140521152221"]]  (0.8ms) commit transaction Migrating to CreateStorytimeRoles (20140521190606)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "storytime_roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140521190606"]]  (0.7ms) commit transaction Migrating to AddRoleIdToUsers (20140521191048)  (0.1ms) begin transaction  (0.4ms) ALTER TABLE "storytime_users" ADD "role_id" integer  (0.1ms) select sqlite_version(*)  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_email' AND type='index'  (0.2ms) CREATE INDEX "index_storytime_users_on_role_id" ON "storytime_users" ("role_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140521191048"]]  (0.8ms) commit transaction Migrating to CreateStorytimePermissions (20140521191728)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "storytime_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "role_id" integer, "action_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_storytime_permissions_on_role_id" ON "storytime_permissions" ("role_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_permissions_on_role_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_permissions_on_role_id' AND type='index'   (0.1ms) CREATE INDEX "index_storytime_permissions_on_action_id" ON "storytime_permissions" ("action_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140521191728"]]  (0.7ms) commit transaction Migrating to CreateStorytimeActions (20140521191744)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "storytime_actions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140521191744"]]  (1.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_media_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_media_on_user_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_pages_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_pages_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_permissions_on_action_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_permissions_on_action_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_permissions_on_role_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_permissions_on_role_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_posts_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_posts_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_sites_on_selected_root_page_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_sites_on_selected_root_page_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_taggings_on_post_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_taggings_on_post_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_taggings_on_tag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_taggings_on_tag_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_role_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_role_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_email' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='versionable_index' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='versionable_index' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_versions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_versions_on_user_id' AND type='index' Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Role Load (0.2ms) SELECT "storytime_roles".* FROM "storytime_roles" Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to RemoveRoleFromUsers (20140522182042)  (0.1ms) begin transaction  (0.0ms) rollback transaction Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to RemoveRoleFromStorytimeUsers (20140522182042)  (0.1ms) begin transaction  (1.3ms) CREATE TEMPORARY TABLE "astorytime_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 NOT NULL, "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, "updated_at" datetime, "role" integer DEFAULT 0, "role_id" integer)   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_role_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_role_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_email' AND type='index'  (0.0ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "tindex_astorytime_users_on_role_id" ON "astorytime_users" ("role_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='tindex_astorytime_users_on_role_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='tindex_astorytime_users_on_role_id' AND type='index'   (0.3ms) CREATE UNIQUE INDEX "tindex_astorytime_users_on_reset_password_token" ON "astorytime_users" ("reset_password_token")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='tindex_astorytime_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='tindex_astorytime_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='tindex_astorytime_users_on_role_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='tindex_astorytime_users_on_role_id' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "tindex_astorytime_users_on_email" ON "astorytime_users" ("email")  (0.1ms) SELECT * FROM "storytime_users"  (0.1ms) INSERT INTO "astorytime_users" ("id","email","encrypted_password","reset_password_token","reset_password_sent_at","remember_created_at","sign_in_count","current_sign_in_at","last_sign_in_at","current_sign_in_ip","last_sign_in_ip","created_at","updated_at","role","role_id") VALUES (1, 'ben@federisgroup.com', '$2a$10$kB.uHtgUvGDrzfqpYj/94ur0I5tNnn7EIj.dxZE15bAs02S0SudCi', NULL, NULL, NULL, 2, '2014-05-22 14:26:40.028473', '2014-05-01 17:41:30.556532', '127.0.0.1', '127.0.0.1', '2014-05-01 17:41:30.548893', '2014-05-22 14:26:40.030054', 0, NULL)  (0.4ms) DROP TABLE "storytime_users"  (0.1ms) CREATE TABLE "storytime_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 NOT NULL, "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, "updated_at" datetime, "role_id" integer)   (0.1ms) SELECT sql FROM sqlite_master WHERE name='tindex_astorytime_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='tindex_astorytime_users_on_email' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='tindex_astorytime_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='tindex_astorytime_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='tindex_astorytime_users_on_role_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='tindex_astorytime_users_on_role_id' AND type='index'  (0.3ms) CREATE UNIQUE INDEX "index_storytime_users_on_email" ON "storytime_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_storytime_users_on_reset_password_token" ON "storytime_users" ("reset_password_token")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_email' AND type='index'   (0.1ms) CREATE INDEX "index_storytime_users_on_role_id" ON "storytime_users" ("role_id")  (0.1ms) SELECT * FROM "astorytime_users"  (0.1ms) INSERT INTO "storytime_users" ("id","email","encrypted_password","reset_password_token","reset_password_sent_at","remember_created_at","sign_in_count","current_sign_in_at","last_sign_in_at","current_sign_in_ip","last_sign_in_ip","created_at","updated_at","role_id") VALUES (1, 'ben@federisgroup.com', '$2a$10$kB.uHtgUvGDrzfqpYj/94ur0I5tNnn7EIj.dxZE15bAs02S0SudCi', NULL, NULL, NULL, 2, '2014-05-22 14:26:40.028473', '2014-05-01 17:41:30.556532', '127.0.0.1', '127.0.0.1', '2014-05-01 17:41:30.548893', '2014-05-22 14:26:40.030054', NULL)  (0.3ms) DROP TABLE "astorytime_users" SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140522182042"]]  (3.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_media_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_media_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_pages_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_pages_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_permissions_on_action_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_permissions_on_action_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_permissions_on_role_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_permissions_on_role_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_posts_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_posts_on_user_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_sites_on_selected_root_page_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_sites_on_selected_root_page_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_taggings_on_post_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_taggings_on_post_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_taggings_on_tag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_taggings_on_tag_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_role_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_role_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_email' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='versionable_index' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='versionable_index' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_versions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_versions_on_user_id' AND type='index'   (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "storytime_actions" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-05-22 18:24:10.376895"], ["name", "Manage Site Settings"], ["updated_at", "2014-05-22 18:24:10.376895"]]  (2.4ms) commit transaction Storytime::Site Load (0.6ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to RemoveRoleFromStorytimeUsers (20140522182042)  (0.1ms) begin transaction  (0.1ms) rollback transaction Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to RemoveRoleFromStorytimeUsers (20140522182042)  (0.1ms) begin transaction  (0.5ms) ALTER TABLE "storytime_users" ADD "role" integer SQL (1.9ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20140522182042'  (0.8ms) commit transaction Migrating to CreateStorytimeActions (20140521191744)  (0.0ms) begin transaction  (0.1ms) rollback transaction Storytime::Site Load (0.3ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 SQLite3::SQLException: no such table: storytime_sites: SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1  (2.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateStorytimeUsers (20140501171949)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "storytime_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 NOT NULL, "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, "updated_at" datetime)  (1.0ms) CREATE UNIQUE INDEX "index_storytime_users_on_email" ON "storytime_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_email' AND type='index'  (0.2ms) CREATE UNIQUE INDEX "index_storytime_users_on_reset_password_token" ON "storytime_users" ("reset_password_token") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140501171949"]]  (0.8ms) commit transaction Migrating to CreateStorytimePosts (20140501174341)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "storytime_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "title" varchar(255), "content" text, "excerpt" text, "published" boolean, "post_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_storytime_posts_on_user_id" ON "storytime_posts" ("user_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140501174341"]]  (0.7ms) commit transaction Migrating to CreateStorytimePages (20140509150223)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "storytime_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "title" varchar(255), "slug" varchar(255), "content" text, "published" boolean, "created_at" datetime, "updated_at" datetime)  (0.1ms) CREATE INDEX "index_storytime_pages_on_user_id" ON "storytime_pages" ("user_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140509150223"]]  (0.6ms) commit transaction Migrating to CreateFriendlyIdSlugs (20140509191309)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "friendly_id_slugs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "slug" varchar(255) NOT NULL, "sluggable_id" integer NOT NULL, "sluggable_type" varchar(50), "scope" varchar(255), "created_at" datetime)   (0.1ms) CREATE INDEX "index_friendly_id_slugs_on_sluggable_id" ON "friendly_id_slugs" ("sluggable_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index'   (0.1ms) CREATE INDEX "index_friendly_id_slugs_on_slug_and_sluggable_type" ON "friendly_id_slugs" ("slug", "sluggable_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index'  (0.7ms) CREATE UNIQUE INDEX "index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope" ON "friendly_id_slugs" ("slug", "sluggable_type", "scope")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index'  (0.2ms) CREATE INDEX "index_friendly_id_slugs_on_sluggable_type" ON "friendly_id_slugs" ("sluggable_type") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140509191309"]]  (0.8ms) commit transaction Migrating to CreateStorytimeMedia (20140511200849)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "storytime_media" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "user_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_storytime_media_on_user_id" ON "storytime_media" ("user_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140511200849"]]  (0.7ms) commit transaction Migrating to CreateStorytimeSites (20140513161233)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "storytime_sites" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "post_slug_style" integer DEFAULT 0, "ga_tracking_id" varchar(255), "root_page_content" integer DEFAULT 0, "header" text, "footer" text, "created_at" datetime, "updated_at" datetime) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140513161233"]]  (0.8ms) commit transaction Migrating to AddSelectedRootPageToStorytimeSites (20140513162745)  (0.1ms) begin transaction  (0.6ms) ALTER TABLE "storytime_sites" ADD "selected_root_page_id" integer  (0.2ms) CREATE INDEX "index_storytime_sites_on_selected_root_page_id" ON "storytime_sites" ("selected_root_page_id") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140513162745"]]  (0.9ms) commit transaction Migrating to CreateStorytimeTags (20140514200234)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "storytime_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140514200234"]]  (0.9ms) commit transaction Migrating to CreateStorytimeTaggings (20140514200304)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "storytime_taggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_id" integer, "post_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_storytime_taggings_on_tag_id" ON "storytime_taggings" ("tag_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_taggings_on_tag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_taggings_on_tag_id' AND type='index'   (0.1ms) CREATE INDEX "index_storytime_taggings_on_post_id" ON "storytime_taggings" ("post_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140514200304"]]  (0.7ms) commit transaction Migrating to CreateStorytimeVersions (20140516141252)  (0.1ms) begin transaction  (0.8ms) CREATE TABLE "storytime_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text, "user_id" integer, "versionable_id" integer, "versionable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.2ms) CREATE INDEX "index_storytime_versions_on_user_id" ON "storytime_versions" ("user_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_versions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_versions_on_user_id' AND type='index'  (0.1ms) CREATE INDEX "versionable_index" ON "storytime_versions" ("versionable_type", "versionable_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140516141252"]]  (0.8ms) commit transaction Migrating to AddRoleToUsers (20140521152221)  (0.1ms) begin transaction  (0.5ms) ALTER TABLE "storytime_users" ADD "role" integer DEFAULT 0 SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140521152221"]]  (0.6ms) commit transaction Migrating to CreateStorytimeRoles (20140521190606)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "storytime_roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime)  SQL (0.3ms) INSERT INTO "storytime_roles" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-05-23 14:31:05.886375"], ["name", "writer"], ["updated_at", "2014-05-23 14:31:05.886375"]] SQL (0.1ms) INSERT INTO "storytime_roles" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-05-23 14:31:05.889324"], ["name", "editor"], ["updated_at", "2014-05-23 14:31:05.889324"]] SQL (0.1ms) INSERT INTO "storytime_roles" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-05-23 14:31:05.890915"], ["name", "admin"], ["updated_at", "2014-05-23 14:31:05.890915"]] SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140521190606"]]  (1.0ms) commit transaction Migrating to AddRoleIdToUsers (20140521191048)  (0.1ms) begin transaction  (0.9ms) ALTER TABLE "storytime_users" ADD "role_id" integer  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_email' AND type='index'  (0.2ms) CREATE INDEX "index_storytime_users_on_role_id" ON "storytime_users" ("role_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140521191048"]]  (0.8ms) commit transaction Migrating to CreateStorytimePermissions (20140521191728)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "storytime_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "role_id" integer, "action_id" integer, "created_at" datetime, "updated_at" datetime)   (0.2ms) CREATE INDEX "index_storytime_permissions_on_role_id" ON "storytime_permissions" ("role_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_permissions_on_role_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_permissions_on_role_id' AND type='index'   (0.2ms) CREATE INDEX "index_storytime_permissions_on_action_id" ON "storytime_permissions" ("action_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140521191728"]]  (1.1ms) commit transaction Migrating to CreateStorytimeActions (20140521191744)  (0.2ms) begin transaction  (0.7ms) CREATE TABLE "storytime_actions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "guid" varchar(255), "created_at" datetime, "updated_at" datetime) SQL (0.4ms) INSERT INTO "storytime_actions" ("created_at", "guid", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-05-23 14:31:05.926410"], ["guid", "d8a1b1"], ["name", "Manage Other People's Posts/Pages"], ["updated_at", "2014-05-23 14:31:05.926410"]] SQL (0.1ms) INSERT INTO "storytime_actions" ("created_at", "guid", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-05-23 14:31:05.929848"], ["guid", "5030ed"], ["name", "Publish Own Posts/Pages"], ["updated_at", "2014-05-23 14:31:05.929848"]] SQL (0.1ms) INSERT INTO "storytime_actions" ("created_at", "guid", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-05-23 14:31:05.932118"], ["guid", "47342a"], ["name", "Manage Site Settings"], ["updated_at", "2014-05-23 14:31:05.932118"]] SQL (0.1ms) INSERT INTO "storytime_actions" ("created_at", "guid", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-05-23 14:31:05.933880"], ["guid", "1f7d47"], ["name", "Manage Users"], ["updated_at", "2014-05-23 14:31:05.933880"]] Storytime::Role Load (0.2ms) SELECT "storytime_roles".* FROM "storytime_roles" WHERE "storytime_roles"."name" = 'writer' LIMIT 1 Storytime::Role Load (0.1ms) SELECT "storytime_roles".* FROM "storytime_roles" WHERE "storytime_roles"."name" = 'editor' LIMIT 1 Storytime::Role Load (0.2ms) SELECT "storytime_roles".* FROM "storytime_roles" WHERE "storytime_roles"."name" = 'admin' LIMIT 1 Storytime::Action Load (0.1ms) SELECT "storytime_actions".* FROM "storytime_actions" WHERE "storytime_actions"."guid" = '5030ed' LIMIT 1 Storytime::Action Load (0.1ms) SELECT "storytime_actions".* FROM "storytime_actions" WHERE "storytime_actions"."guid" = 'd8a1b1' LIMIT 1 Storytime::Action Load (0.1ms) SELECT "storytime_actions".* FROM "storytime_actions" WHERE "storytime_actions"."guid" = '47342a' LIMIT 1 Storytime::Action Load (0.1ms) SELECT "storytime_actions".* FROM "storytime_actions" WHERE "storytime_actions"."guid" = '1f7d47' LIMIT 1 SQL (0.2ms) INSERT INTO "storytime_permissions" ("action_id", "created_at", "role_id", "updated_at") VALUES (?, ?, ?, ?) [["action_id", 2], ["created_at", "2014-05-23 14:31:05.965526"], ["role_id", 1], ["updated_at", "2014-05-23 14:31:05.965526"]] SQL (0.1ms) INSERT INTO "storytime_permissions" ("action_id", "created_at", "role_id", "updated_at") VALUES (?, ?, ?, ?) [["action_id", 2], ["created_at", "2014-05-23 14:31:05.972039"], ["role_id", 2], ["updated_at", "2014-05-23 14:31:05.972039"]] SQL (0.1ms) INSERT INTO "storytime_permissions" ("action_id", "created_at", "role_id", "updated_at") VALUES (?, ?, ?, ?) [["action_id", 2], ["created_at", "2014-05-23 14:31:05.973508"], ["role_id", 3], ["updated_at", "2014-05-23 14:31:05.973508"]] SQL (0.1ms) INSERT INTO "storytime_permissions" ("action_id", "created_at", "role_id", "updated_at") VALUES (?, ?, ?, ?) [["action_id", 1], ["created_at", "2014-05-23 14:31:05.974965"], ["role_id", 2], ["updated_at", "2014-05-23 14:31:05.974965"]] SQL (0.1ms) INSERT INTO "storytime_permissions" ("action_id", "created_at", "role_id", "updated_at") VALUES (?, ?, ?, ?) [["action_id", 1], ["created_at", "2014-05-23 14:31:05.976633"], ["role_id", 3], ["updated_at", "2014-05-23 14:31:05.976633"]] SQL (0.1ms) INSERT INTO "storytime_permissions" ("action_id", "created_at", "role_id", "updated_at") VALUES (?, ?, ?, ?) [["action_id", 3], ["created_at", "2014-05-23 14:31:05.978257"], ["role_id", 3], ["updated_at", "2014-05-23 14:31:05.978257"]] SQL (0.1ms) INSERT INTO "storytime_permissions" ("action_id", "created_at", "role_id", "updated_at") VALUES (?, ?, ?, ?) [["action_id", 4], ["created_at", "2014-05-23 14:31:05.979633"], ["role_id", 3], ["updated_at", "2014-05-23 14:31:05.979633"]] SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140521191744"]]  (1.2ms) commit transaction Migrating to RemoveRoleFromStorytimeUsers (20140522182042)  (0.1ms) begin transaction  (0.6ms) CREATE TEMPORARY TABLE "astorytime_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 NOT NULL, "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, "updated_at" datetime, "role" integer DEFAULT 0, "role_id" integer)  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_role_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_role_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_email' AND type='index'   (0.2ms) CREATE INDEX "tindex_astorytime_users_on_role_id" ON "astorytime_users" ("role_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='tindex_astorytime_users_on_role_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='tindex_astorytime_users_on_role_id' AND type='index'   (0.4ms) CREATE UNIQUE INDEX "tindex_astorytime_users_on_reset_password_token" ON "astorytime_users" ("reset_password_token")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='tindex_astorytime_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='tindex_astorytime_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='tindex_astorytime_users_on_role_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='tindex_astorytime_users_on_role_id' AND type='index'  (0.2ms) CREATE UNIQUE INDEX "tindex_astorytime_users_on_email" ON "astorytime_users" ("email")  (0.3ms) SELECT * FROM "storytime_users"  (0.9ms) DROP TABLE "storytime_users"  (0.3ms) CREATE TABLE "storytime_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 NOT NULL, "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, "updated_at" datetime, "role_id" integer)  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='tindex_astorytime_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='tindex_astorytime_users_on_email' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='tindex_astorytime_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='tindex_astorytime_users_on_reset_password_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='tindex_astorytime_users_on_role_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='tindex_astorytime_users_on_role_id' AND type='index'   (0.8ms) CREATE UNIQUE INDEX "index_storytime_users_on_email" ON "storytime_users" ("email")  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_email' AND type='index'   (0.3ms) CREATE UNIQUE INDEX "index_storytime_users_on_reset_password_token" ON "storytime_users" ("reset_password_token")  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_email' AND type='index'  (0.2ms) CREATE INDEX "index_storytime_users_on_role_id" ON "storytime_users" ("role_id")  (0.1ms) SELECT * FROM "astorytime_users"  (0.3ms) DROP TABLE "astorytime_users" SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140522182042"]]  (1.2ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_media_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_media_on_user_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_pages_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_pages_on_user_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_permissions_on_action_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_permissions_on_action_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_permissions_on_role_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_permissions_on_role_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_posts_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_posts_on_user_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_sites_on_selected_root_page_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_sites_on_selected_root_page_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_taggings_on_post_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_taggings_on_post_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_taggings_on_tag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_taggings_on_tag_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_role_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_role_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_email' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='versionable_index' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='versionable_index' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_versions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_versions_on_user_id' AND type='index'  Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Role Load (0.2ms) SELECT "storytime_roles".* FROM "storytime_roles" Storytime::Role Load (0.3ms) SELECT "storytime_roles".* FROM "storytime_roles" ORDER BY "storytime_roles"."id" ASC LIMIT 1 Storytime::Action Load (0.4ms) SELECT "storytime_actions".* FROM "storytime_actions" INNER JOIN "storytime_permissions" ON "storytime_actions"."id" = "storytime_permissions"."action_id" WHERE "storytime_permissions"."role_id" = ? [["role_id", 1]] Started GET "/" for 127.0.0.1 at 2014-05-23 09:33:15 -0500 Storytime::Site Load (0.3ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Processing by Storytime::PagesController#show as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 4ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-23 09:33:16 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Completed 401 Unauthorized in 19ms Started GET "/users/sign_in" for 127.0.0.1 at 2014-05-23 09:33:16 -0500 Processing by Devise::SessionsController#new as HTML Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/devise/sessions/new.html.erb within layouts/storytime/application (13.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_navigation.html.erb (0.4ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 88ms (Views: 64.1ms | ActiveRecord: 0.2ms) Started GET "/assets/storytime/versions.css?body=1" for 127.0.0.1 at 2014-05-23 09:33:16 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-23 09:33:16 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:16 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-23 09:33:16 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-23 09:33:16 -0500 Started GET "/assets/storytime/devise.css?body=1" for 127.0.0.1 at 2014-05-23 09:33:16 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-23 09:33:16 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-23 09:33:16 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-23 09:33:16 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:16 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:16 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:16 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-23 09:33:16 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:16 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:16 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:16 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:16 -0500 Started GET "/assets/storytime/admin.css?body=1" for 127.0.0.1 at 2014-05-23 09:33:16 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:16 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:16 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:16 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:16 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:16 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:16 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:16 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:16 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:16 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:16 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:16 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:16 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:16 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:16 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:16 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:16 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:16 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:16 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:16 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:16 -0500 Started GET "/users/sign_up" for 127.0.0.1 at 2014-05-23 09:33:22 -0500 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/devise/registrations/new.html.erb within layouts/storytime/application (2.6ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_navigation.html.erb (0.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.2ms) Completed 200 OK in 35ms (Views: 33.5ms | ActiveRecord: 0.0ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-23 09:33:22 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-23 09:33:22 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-23 09:33:22 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-23 09:33:22 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-23 09:33:22 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-23 09:33:22 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:22 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-23 09:33:22 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:22 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:22 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:22 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:22 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:22 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:22 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:22 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:22 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:22 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:22 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:22 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:22 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:22 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:22 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:22 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:22 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:22 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:22 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:22 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:22 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:22 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:22 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:22 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:22 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:22 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:22 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-23 09:33:22 -0500 Started POST "/users" for 127.0.0.1 at 2014-05-23 09:33:34 -0500 Processing by Devise::RegistrationsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "user"=>{"email"=>"ben@federisgroup.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign Up"}  (0.2ms) begin transaction Storytime::User Exists (0.2ms) SELECT 1 AS one FROM "storytime_users" WHERE "storytime_users"."email" = 'ben@federisgroup.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.7ms) INSERT INTO "storytime_users" ("created_at", "email", "encrypted_password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-05-23 14:33:34.392013"], ["email", "ben@federisgroup.com"], ["encrypted_password", "$2a$10$G4UOtVr1prYr6FdX9ut1FOQnXvnTIytVlz476hZtRNwhVzxMnhXb2"], ["updated_at", "2014-05-23 14:33:34.392013"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Binary data inserted for `string` type on column `current_sign_in_ip` Binary data inserted for `string` type on column `last_sign_in_ip` SQL (0.3ms) UPDATE "storytime_users" SET "current_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_at" = ?, "last_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "storytime_users"."id" = 1 [["current_sign_in_at", "2014-05-23 14:33:34.396591"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_at", "2014-05-23 14:33:34.396591"], ["last_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2014-05-23 14:33:34.397799"]]  (0.7ms) commit transaction Redirected to http://0.0.0.0:3000/dashboard/sites/new Completed 302 Found in 93ms (ActiveRecord: 2.9ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-23 09:33:34 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Action Load (0.1ms) SELECT "storytime_actions".* FROM "storytime_actions" WHERE "storytime_actions"."guid" = '47342a' LIMIT 1 Redirected to http://0.0.0.0:3000/users/sign_up Completed 302 Found in 21ms (ActiveRecord: 1.1ms) Started GET "/users/sign_up" for 127.0.0.1 at 2014-05-23 09:33:34 -0500 Processing by Devise::RegistrationsController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/ Filter chain halted as :require_no_authentication rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/" for 127.0.0.1 at 2014-05-23 09:33:34 -0500 Processing by Storytime::PagesController#show as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-23 09:33:34 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Action Load (0.1ms) SELECT "storytime_actions".* FROM "storytime_actions" WHERE "storytime_actions"."guid" = '47342a' LIMIT 1 Redirected to http://0.0.0.0:3000/users/sign_up Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Started GET "/users/sign_up" for 127.0.0.1 at 2014-05-23 09:33:34 -0500 Processing by Devise::RegistrationsController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/ Filter chain halted as :require_no_authentication rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/" for 127.0.0.1 at 2014-05-23 09:33:34 -0500 Processing by Storytime::PagesController#show as HTML Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-23 09:33:34 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Action Load (0.1ms) SELECT "storytime_actions".* FROM "storytime_actions" WHERE "storytime_actions"."guid" = '47342a' LIMIT 1 Redirected to http://0.0.0.0:3000/users/sign_up Completed 302 Found in 4ms (ActiveRecord: 0.4ms) Started GET "/users/sign_up" for 127.0.0.1 at 2014-05-23 09:33:34 -0500 Processing by Devise::RegistrationsController#new as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/ Filter chain halted as :require_no_authentication rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.3ms) Started GET "/" for 127.0.0.1 at 2014-05-23 09:33:34 -0500 Processing by Storytime::PagesController#show as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-23 09:33:34 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Action Load (0.1ms) SELECT "storytime_actions".* FROM "storytime_actions" WHERE "storytime_actions"."guid" = '47342a' LIMIT 1 Redirected to http://0.0.0.0:3000/users/sign_up Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Started GET "/users/sign_up" for 127.0.0.1 at 2014-05-23 09:33:34 -0500 Processing by Devise::RegistrationsController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/ Filter chain halted as :require_no_authentication rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Started GET "/" for 127.0.0.1 at 2014-05-23 09:33:34 -0500 Processing by Storytime::PagesController#show as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-23 09:33:34 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Action Load (0.1ms) SELECT "storytime_actions".* FROM "storytime_actions" WHERE "storytime_actions"."guid" = '47342a' LIMIT 1 Redirected to http://0.0.0.0:3000/users/sign_up Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Started GET "/users/sign_up" for 127.0.0.1 at 2014-05-23 09:33:34 -0500 Processing by Devise::RegistrationsController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/ Filter chain halted as :require_no_authentication rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Started GET "/" for 127.0.0.1 at 2014-05-23 09:33:34 -0500 Processing by Storytime::PagesController#show as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-23 09:33:34 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Action Load (0.2ms) SELECT "storytime_actions".* FROM "storytime_actions" WHERE "storytime_actions"."guid" = '47342a' LIMIT 1 Redirected to http://0.0.0.0:3000/users/sign_up Completed 302 Found in 4ms (ActiveRecord: 0.4ms) Started GET "/users/sign_up" for 127.0.0.1 at 2014-05-23 09:33:34 -0500 Processing by Devise::RegistrationsController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/ Filter chain halted as :require_no_authentication rendered or redirected Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Started GET "/" for 127.0.0.1 at 2014-05-23 09:33:34 -0500 Processing by Storytime::PagesController#show as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-23 09:33:34 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Action Load (0.1ms) SELECT "storytime_actions".* FROM "storytime_actions" WHERE "storytime_actions"."guid" = '47342a' LIMIT 1 Redirected to http://0.0.0.0:3000/users/sign_up Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Started GET "/users/sign_up" for 127.0.0.1 at 2014-05-23 09:33:34 -0500 Processing by Devise::RegistrationsController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/ Filter chain halted as :require_no_authentication rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-23 09:33:39 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Action Load (0.2ms) SELECT "storytime_actions".* FROM "storytime_actions" WHERE "storytime_actions"."guid" = '47342a' LIMIT 1 Redirected to http://0.0.0.0:3000/ Completed 302 Found in 5ms (ActiveRecord: 0.7ms) Started GET "/" for 127.0.0.1 at 2014-05-23 09:33:39 -0500 Processing by Storytime::PagesController#show as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-23 09:33:39 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.5ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Action Load (0.2ms) SELECT "storytime_actions".* FROM "storytime_actions" WHERE "storytime_actions"."guid" = '47342a' LIMIT 1 Redirected to http://0.0.0.0:3000/ Completed 302 Found in 5ms (ActiveRecord: 1.0ms) Started GET "/" for 127.0.0.1 at 2014-05-23 09:33:39 -0500 Processing by Storytime::PagesController#show as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-23 09:33:39 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Action Load (0.2ms) SELECT "storytime_actions".* FROM "storytime_actions" WHERE "storytime_actions"."guid" = '47342a' LIMIT 1 Redirected to http://0.0.0.0:3000/ Completed 302 Found in 4ms (ActiveRecord: 0.5ms) Started GET "/" for 127.0.0.1 at 2014-05-23 09:33:39 -0500 Processing by Storytime::PagesController#show as HTML Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-23 09:33:39 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Action Load (0.1ms) SELECT "storytime_actions".* FROM "storytime_actions" WHERE "storytime_actions"."guid" = '47342a' LIMIT 1 Redirected to http://0.0.0.0:3000/ Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Started GET "/" for 127.0.0.1 at 2014-05-23 09:33:39 -0500 Processing by Storytime::PagesController#show as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-23 09:33:39 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Action Load (0.2ms) SELECT "storytime_actions".* FROM "storytime_actions" WHERE "storytime_actions"."guid" = '47342a' LIMIT 1 Redirected to http://0.0.0.0:3000/ Completed 302 Found in 4ms (ActiveRecord: 0.5ms) Started GET "/" for 127.0.0.1 at 2014-05-23 09:33:39 -0500 Processing by Storytime::PagesController#show as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-23 09:33:39 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Action Load (0.1ms) SELECT "storytime_actions".* FROM "storytime_actions" WHERE "storytime_actions"."guid" = '47342a' LIMIT 1 Redirected to http://0.0.0.0:3000/ Completed 302 Found in 4ms (ActiveRecord: 0.4ms) Started GET "/" for 127.0.0.1 at 2014-05-23 09:33:39 -0500 Processing by Storytime::PagesController#show as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-23 09:33:39 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Action Load (0.1ms) SELECT "storytime_actions".* FROM "storytime_actions" WHERE "storytime_actions"."guid" = '47342a' LIMIT 1 Redirected to http://0.0.0.0:3000/ Completed 302 Found in 4ms (ActiveRecord: 0.5ms) Started GET "/" for 127.0.0.1 at 2014-05-23 09:33:40 -0500 Processing by Storytime::PagesController#show as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-23 09:33:40 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Action Load (0.1ms) SELECT "storytime_actions".* FROM "storytime_actions" WHERE "storytime_actions"."guid" = '47342a' LIMIT 1 Redirected to http://0.0.0.0:3000/ Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Started GET "/" for 127.0.0.1 at 2014-05-23 09:33:40 -0500 Processing by Storytime::PagesController#show as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-23 09:33:40 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Action Load (0.1ms) SELECT "storytime_actions".* FROM "storytime_actions" WHERE "storytime_actions"."guid" = '47342a' LIMIT 1 Redirected to http://0.0.0.0:3000/ Completed 302 Found in 4ms (ActiveRecord: 0.4ms) Started GET "/" for 127.0.0.1 at 2014-05-23 09:33:40 -0500 Processing by Storytime::PagesController#show as HTML Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-23 09:33:40 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Action Load (0.1ms) SELECT "storytime_actions".* FROM "storytime_actions" WHERE "storytime_actions"."guid" = '47342a' LIMIT 1 Redirected to http://0.0.0.0:3000/ Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Started GET "/" for 127.0.0.1 at 2014-05-23 09:33:40 -0500 Processing by Storytime::PagesController#show as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-23 09:33:40 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Action Load (0.2ms) SELECT "storytime_actions".* FROM "storytime_actions" WHERE "storytime_actions"."guid" = '47342a' LIMIT 1 Redirected to http://0.0.0.0:3000/ Completed 302 Found in 4ms (ActiveRecord: 0.5ms) Started GET "/" for 127.0.0.1 at 2014-05-23 09:36:03 -0500 Processing by Storytime::PagesController#show as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-23 09:36:03 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Action Load (0.1ms) SELECT "storytime_actions".* FROM "storytime_actions" WHERE "storytime_actions"."guid" = '47342a' LIMIT 1 Redirected to http://0.0.0.0:3000/ Completed 302 Found in 4ms (ActiveRecord: 0.5ms) Started GET "/" for 127.0.0.1 at 2014-05-23 09:36:03 -0500 Processing by Storytime::PagesController#show as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-23 09:36:03 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.3ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Action Load (0.1ms) SELECT "storytime_actions".* FROM "storytime_actions" WHERE "storytime_actions"."guid" = '47342a' LIMIT 1 Redirected to http://0.0.0.0:3000/ Completed 302 Found in 4ms (ActiveRecord: 0.5ms) Started GET "/" for 127.0.0.1 at 2014-05-23 09:36:03 -0500 Processing by Storytime::PagesController#show as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-23 09:36:03 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Action Load (0.1ms) SELECT "storytime_actions".* FROM "storytime_actions" WHERE "storytime_actions"."guid" = '47342a' LIMIT 1 Redirected to http://0.0.0.0:3000/ Completed 302 Found in 4ms (ActiveRecord: 0.5ms) Started GET "/" for 127.0.0.1 at 2014-05-23 09:36:03 -0500 Processing by Storytime::PagesController#show as HTML Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-23 09:36:03 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Action Load (0.1ms) SELECT "storytime_actions".* FROM "storytime_actions" WHERE "storytime_actions"."guid" = '47342a' LIMIT 1 Redirected to http://0.0.0.0:3000/ Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Started GET "/" for 127.0.0.1 at 2014-05-23 09:36:03 -0500 Processing by Storytime::PagesController#show as HTML Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-23 09:36:03 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Action Load (0.2ms) SELECT "storytime_actions".* FROM "storytime_actions" WHERE "storytime_actions"."guid" = '47342a' LIMIT 1 Redirected to http://0.0.0.0:3000/ Completed 302 Found in 4ms (ActiveRecord: 0.5ms) Started GET "/" for 127.0.0.1 at 2014-05-23 09:36:03 -0500 Processing by Storytime::PagesController#show as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-23 09:36:03 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Action Load (0.1ms) SELECT "storytime_actions".* FROM "storytime_actions" WHERE "storytime_actions"."guid" = '47342a' LIMIT 1 Redirected to http://0.0.0.0:3000/ Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Started GET "/" for 127.0.0.1 at 2014-05-23 09:36:03 -0500 Processing by Storytime::PagesController#show as HTML Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.1ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-23 09:36:03 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Action Load (0.2ms) SELECT "storytime_actions".* FROM "storytime_actions" WHERE "storytime_actions"."guid" = '47342a' LIMIT 1 Redirected to http://0.0.0.0:3000/ Completed 302 Found in 4ms (ActiveRecord: 0.5ms) Started GET "/" for 127.0.0.1 at 2014-05-23 09:36:03 -0500 Processing by Storytime::PagesController#show as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-23 09:36:03 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Action Load (0.1ms) SELECT "storytime_actions".* FROM "storytime_actions" WHERE "storytime_actions"."guid" = '47342a' LIMIT 1 Redirected to http://0.0.0.0:3000/ Completed 302 Found in 4ms (ActiveRecord: 0.4ms) Started GET "/" for 127.0.0.1 at 2014-05-23 09:36:03 -0500 Processing by Storytime::PagesController#show as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-23 09:36:03 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Action Load (0.1ms) SELECT "storytime_actions".* FROM "storytime_actions" WHERE "storytime_actions"."guid" = '47342a' LIMIT 1 Redirected to http://0.0.0.0:3000/ Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Started GET "/" for 127.0.0.1 at 2014-05-23 09:36:03 -0500 Processing by Storytime::PagesController#show as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-23 09:36:03 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Action Load (0.1ms) SELECT "storytime_actions".* FROM "storytime_actions" WHERE "storytime_actions"."guid" = '47342a' LIMIT 1 Redirected to http://0.0.0.0:3000/ Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Started GET "/" for 127.0.0.1 at 2014-05-23 09:36:03 -0500 Processing by Storytime::PagesController#show as HTML Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Redirected to http://0.0.0.0:3000/dashboard/sites/new Filter chain halted as :ensure_site rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.2ms) Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" ORDER BY "storytime_users"."id" ASC LIMIT 1  (0.2ms) begin transaction SQL (0.4ms) DELETE FROM "storytime_users" WHERE "storytime_users"."id" = ? [["id", 1]]  (3.1ms) commit transaction  (0.1ms) begin transaction Storytime::User Exists (0.2ms) SELECT 1 AS one FROM "storytime_users" WHERE "storytime_users"."email" = 'test@example.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.5ms) INSERT INTO "storytime_users" ("created_at", "email", "encrypted_password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-05-23 14:44:31.065837"], ["email", "test@example.com"], ["encrypted_password", "$2a$10$mT0Ir3/NuzUJQKp6IoeHp.gzlilidaN4X4mZGiWyw87q7Tsgr5E6y"], ["updated_at", "2014-05-23 14:44:31.065837"]]  (0.9ms) commit transaction Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" ORDER BY "storytime_users"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "storytime_users" WHERE "storytime_users"."id" = ? [["id", 2]]  (2.9ms) commit transaction Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_media_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_media_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_pages_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_pages_on_user_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_permissions_on_action_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_permissions_on_action_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_permissions_on_role_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_permissions_on_role_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_posts_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_posts_on_user_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_sites_on_selected_root_page_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_sites_on_selected_root_page_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_taggings_on_post_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_taggings_on_post_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_taggings_on_tag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_taggings_on_tag_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_role_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_role_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_email' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='versionable_index' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='versionable_index' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_versions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_versions_on_user_id' AND type='index' Storytime::Site Load (0.3ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 SQLite3::SQLException: no such table: storytime_sites: SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Started GET "/" for 127.0.0.1 at 2014-05-23 09:59:00 -0500 NameError (uninitialized constant Storytime::RootConstraint): /Users/ben/Documents/projects/benroesch.com/storytime/config/routes.rb:21:in `block in ' actionpack (4.1.0) lib/action_dispatch/routing/mapper.rb:526:in `instance_exec' actionpack (4.1.0) lib/action_dispatch/routing/mapper.rb:526:in `block in with_default_scope' actionpack (4.1.0) lib/action_dispatch/routing/mapper.rb:740:in `scope' actionpack (4.1.0) lib/action_dispatch/routing/mapper.rb:525:in `with_default_scope' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:333:in `eval_block' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:313:in `draw' /Users/ben/Documents/projects/benroesch.com/storytime/config/routes.rb:1:in `' railties (4.1.0) lib/rails/application/routes_reloader.rb:40:in `block in load_paths' railties (4.1.0) lib/rails/application/routes_reloader.rb:40:in `each' railties (4.1.0) lib/rails/application/routes_reloader.rb:40:in `load_paths' railties (4.1.0) lib/rails/application/routes_reloader.rb:16:in `reload!' railties (4.1.0) lib/rails/application/routes_reloader.rb:26:in `block in updater' activesupport (4.1.0) lib/active_support/file_update_checker.rb:75:in `call' activesupport (4.1.0) lib/active_support/file_update_checker.rb:75:in `execute' railties (4.1.0) lib/rails/application/routes_reloader.rb:7:in `execute' railties (4.1.0) lib/rails/application/finisher.rb:83:in `block (2 levels) in ' activesupport (4.1.0) lib/active_support/callbacks.rb:438:in `instance_exec' activesupport (4.1.0) lib/active_support/callbacks.rb:438:in `block in make_lambda' activesupport (4.1.0) lib/active_support/callbacks.rb:184:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:184:in `block in simple' activesupport (4.1.0) lib/active_support/callbacks.rb:185:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:185:in `block in simple' activesupport (4.1.0) lib/active_support/callbacks.rb:185:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:185:in `block in simple' activesupport (4.1.0) lib/active_support/callbacks.rb:185:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:185:in `block in simple' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call' activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:83:in `prepare!' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:71:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (20.0ms) Started GET "/" for 127.0.0.1 at 2014-05-23 09:59:18 -0500 ActionController::RoutingError (No route matches [GET] "/"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (54.2ms) Started GET "/" for 127.0.0.1 at 2014-05-23 09:59:28 -0500 ActionController::RoutingError (No route matches [GET] "/"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (7.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (59.2ms) Storytime::Site Load (0.4ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 SQLite3::SQLException: no such table: storytime_sites: SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 SQLite3::SQLException: no such table: storytime_sites: SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to DeviseCreateStorytimeUsers (20140501171949)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "storytime_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 NOT NULL, "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, "updated_at" datetime)  (0.8ms) CREATE UNIQUE INDEX "index_storytime_users_on_email" ON "storytime_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_email' AND type='index'  (0.1ms) CREATE UNIQUE INDEX "index_storytime_users_on_reset_password_token" ON "storytime_users" ("reset_password_token") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140501171949"]]  (0.8ms) commit transaction Migrating to CreateStorytimePosts (20140501174341)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "storytime_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "title" varchar(255), "content" text, "excerpt" text, "published" boolean, "post_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.2ms) CREATE INDEX "index_storytime_posts_on_user_id" ON "storytime_posts" ("user_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140501174341"]]  (0.8ms) commit transaction Migrating to CreateStorytimePages (20140509150223)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "storytime_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "title" varchar(255), "slug" varchar(255), "content" text, "published" boolean, "created_at" datetime, "updated_at" datetime)  (0.1ms) CREATE INDEX "index_storytime_pages_on_user_id" ON "storytime_pages" ("user_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140509150223"]]  (0.8ms) commit transaction Migrating to CreateFriendlyIdSlugs (20140509191309)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "friendly_id_slugs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "slug" varchar(255) NOT NULL, "sluggable_id" integer NOT NULL, "sluggable_type" varchar(50), "scope" varchar(255), "created_at" datetime)   (0.1ms) CREATE INDEX "index_friendly_id_slugs_on_sluggable_id" ON "friendly_id_slugs" ("sluggable_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index'   (0.1ms) CREATE INDEX "index_friendly_id_slugs_on_slug_and_sluggable_type" ON "friendly_id_slugs" ("slug", "sluggable_type")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index'  (0.3ms) CREATE UNIQUE INDEX "index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope" ON "friendly_id_slugs" ("slug", "sluggable_type", "scope")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index'  (0.1ms) CREATE INDEX "index_friendly_id_slugs_on_sluggable_type" ON "friendly_id_slugs" ("sluggable_type") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140509191309"]]  (0.9ms) commit transaction Migrating to CreateStorytimeMedia (20140511200849)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "storytime_media" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "user_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_storytime_media_on_user_id" ON "storytime_media" ("user_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140511200849"]]  (0.7ms) commit transaction Migrating to CreateStorytimeSites (20140513161233)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "storytime_sites" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "post_slug_style" integer DEFAULT 0, "ga_tracking_id" varchar(255), "root_page_content" integer DEFAULT 0, "header" text, "footer" text, "created_at" datetime, "updated_at" datetime) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140513161233"]]  (0.8ms) commit transaction Migrating to AddSelectedRootPageToStorytimeSites (20140513162745)  (0.1ms) begin transaction  (0.5ms) ALTER TABLE "storytime_sites" ADD "selected_root_page_id" integer  (0.1ms) CREATE INDEX "index_storytime_sites_on_selected_root_page_id" ON "storytime_sites" ("selected_root_page_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140513162745"]]  (0.7ms) commit transaction Migrating to CreateStorytimeTags (20140514200234)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "storytime_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140514200234"]]  (0.8ms) commit transaction Migrating to CreateStorytimeTaggings (20140514200304)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "storytime_taggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_id" integer, "post_id" integer, "created_at" datetime, "updated_at" datetime)   (0.2ms) CREATE INDEX "index_storytime_taggings_on_tag_id" ON "storytime_taggings" ("tag_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_taggings_on_tag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_taggings_on_tag_id' AND type='index'   (0.2ms) CREATE INDEX "index_storytime_taggings_on_post_id" ON "storytime_taggings" ("post_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140514200304"]]  (0.9ms) commit transaction Migrating to CreateStorytimeVersions (20140516141252)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "storytime_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text, "user_id" integer, "versionable_id" integer, "versionable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) CREATE INDEX "index_storytime_versions_on_user_id" ON "storytime_versions" ("user_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_versions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_versions_on_user_id' AND type='index'  (0.5ms) CREATE INDEX "versionable_index" ON "storytime_versions" ("versionable_type", "versionable_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140516141252"]]  (0.8ms) commit transaction Migrating to CreateStorytimeRoles (20140521190606)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "storytime_roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime)  SQL (0.2ms) INSERT INTO "storytime_roles" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-05-23 15:14:12.578779"], ["name", "writer"], ["updated_at", "2014-05-23 15:14:12.578779"]] SQL (0.1ms) INSERT INTO "storytime_roles" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-05-23 15:14:12.580872"], ["name", "editor"], ["updated_at", "2014-05-23 15:14:12.580872"]] SQL (0.1ms) INSERT INTO "storytime_roles" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-05-23 15:14:12.582390"], ["name", "admin"], ["updated_at", "2014-05-23 15:14:12.582390"]] SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140521190606"]]  (1.0ms) commit transaction Migrating to AddRoleIdToUsers (20140521191048)  (0.1ms) begin transaction  (0.4ms) ALTER TABLE "storytime_users" ADD "role_id" integer  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_email' AND type='index'  (0.2ms) CREATE INDEX "index_storytime_users_on_role_id" ON "storytime_users" ("role_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140521191048"]]  (0.9ms) commit transaction Migrating to CreateStorytimePermissions (20140521191728)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "storytime_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "role_id" integer, "action_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_storytime_permissions_on_role_id" ON "storytime_permissions" ("role_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_permissions_on_role_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_permissions_on_role_id' AND type='index'   (0.1ms) CREATE INDEX "index_storytime_permissions_on_action_id" ON "storytime_permissions" ("action_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140521191728"]]  (0.7ms) commit transaction Migrating to CreateStorytimeActions (20140521191744)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "storytime_actions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "guid" varchar(255), "created_at" datetime, "updated_at" datetime) SQL (0.2ms) INSERT INTO "storytime_actions" ("created_at", "guid", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-05-23 15:14:12.603317"], ["guid", "d8a1b1"], ["name", "Manage Other People's Posts/Pages"], ["updated_at", "2014-05-23 15:14:12.603317"]] SQL (0.1ms) INSERT INTO "storytime_actions" ("created_at", "guid", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-05-23 15:14:12.605116"], ["guid", "5030ed"], ["name", "Publish Own Posts/Pages"], ["updated_at", "2014-05-23 15:14:12.605116"]] SQL (0.1ms) INSERT INTO "storytime_actions" ("created_at", "guid", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-05-23 15:14:12.606179"], ["guid", "47342a"], ["name", "Manage Site Settings"], ["updated_at", "2014-05-23 15:14:12.606179"]] SQL (0.1ms) INSERT INTO "storytime_actions" ("created_at", "guid", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-05-23 15:14:12.607342"], ["guid", "1f7d47"], ["name", "Manage Users"], ["updated_at", "2014-05-23 15:14:12.607342"]] Storytime::Role Load (0.1ms) SELECT "storytime_roles".* FROM "storytime_roles" WHERE "storytime_roles"."name" = 'writer' LIMIT 1 Storytime::Role Load (0.1ms) SELECT "storytime_roles".* FROM "storytime_roles" WHERE "storytime_roles"."name" = 'editor' LIMIT 1 Storytime::Role Load (0.1ms) SELECT "storytime_roles".* FROM "storytime_roles" WHERE "storytime_roles"."name" = 'admin' LIMIT 1 Storytime::Action Load (0.1ms) SELECT "storytime_actions".* FROM "storytime_actions" WHERE "storytime_actions"."guid" = '5030ed' LIMIT 1 Storytime::Action Load (0.1ms) SELECT "storytime_actions".* FROM "storytime_actions" WHERE "storytime_actions"."guid" = 'd8a1b1' LIMIT 1 Storytime::Action Load (0.1ms) SELECT "storytime_actions".* FROM "storytime_actions" WHERE "storytime_actions"."guid" = '47342a' LIMIT 1 Storytime::Action Load (0.1ms) SELECT "storytime_actions".* FROM "storytime_actions" WHERE "storytime_actions"."guid" = '1f7d47' LIMIT 1 SQL (0.2ms) INSERT INTO "storytime_permissions" ("action_id", "created_at", "role_id", "updated_at") VALUES (?, ?, ?, ?) [["action_id", 2], ["created_at", "2014-05-23 15:14:12.629519"], ["role_id", 1], ["updated_at", "2014-05-23 15:14:12.629519"]] SQL (0.0ms) INSERT INTO "storytime_permissions" ("action_id", "created_at", "role_id", "updated_at") VALUES (?, ?, ?, ?) [["action_id", 2], ["created_at", "2014-05-23 15:14:12.633354"], ["role_id", 2], ["updated_at", "2014-05-23 15:14:12.633354"]] SQL (0.1ms) INSERT INTO "storytime_permissions" ("action_id", "created_at", "role_id", "updated_at") VALUES (?, ?, ?, ?) [["action_id", 2], ["created_at", "2014-05-23 15:14:12.634256"], ["role_id", 3], ["updated_at", "2014-05-23 15:14:12.634256"]] SQL (0.0ms) INSERT INTO "storytime_permissions" ("action_id", "created_at", "role_id", "updated_at") VALUES (?, ?, ?, ?) [["action_id", 1], ["created_at", "2014-05-23 15:14:12.635054"], ["role_id", 2], ["updated_at", "2014-05-23 15:14:12.635054"]] SQL (0.1ms) INSERT INTO "storytime_permissions" ("action_id", "created_at", "role_id", "updated_at") VALUES (?, ?, ?, ?) [["action_id", 1], ["created_at", "2014-05-23 15:14:12.635805"], ["role_id", 3], ["updated_at", "2014-05-23 15:14:12.635805"]] SQL (0.0ms) INSERT INTO "storytime_permissions" ("action_id", "created_at", "role_id", "updated_at") VALUES (?, ?, ?, ?) [["action_id", 3], ["created_at", "2014-05-23 15:14:12.636603"], ["role_id", 3], ["updated_at", "2014-05-23 15:14:12.636603"]] SQL (0.0ms) INSERT INTO "storytime_permissions" ("action_id", "created_at", "role_id", "updated_at") VALUES (?, ?, ?, ?) [["action_id", 4], ["created_at", "2014-05-23 15:14:12.637313"], ["role_id", 3], ["updated_at", "2014-05-23 15:14:12.637313"]] SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140521191744"]]  (0.9ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_media_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_media_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_pages_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_pages_on_user_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_permissions_on_action_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_permissions_on_action_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_permissions_on_role_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_permissions_on_role_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_posts_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_posts_on_user_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_sites_on_selected_root_page_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_sites_on_selected_root_page_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_taggings_on_post_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_taggings_on_post_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_taggings_on_tag_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_taggings_on_tag_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_role_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_role_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_email' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='versionable_index' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='versionable_index' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_versions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_versions_on_user_id' AND type='index'  (1.1ms) CREATE TABLE "friendly_id_slugs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "slug" varchar(255) NOT NULL, "sluggable_id" integer NOT NULL, "sluggable_type" varchar(50), "scope" varchar(255), "created_at" datetime)   (0.1ms) select sqlite_version(*)  (1.0ms) CREATE UNIQUE INDEX "index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope" ON "friendly_id_slugs" ("slug", "sluggable_type", "scope")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index'  (0.9ms) CREATE INDEX "index_friendly_id_slugs_on_slug_and_sluggable_type" ON "friendly_id_slugs" ("slug", "sluggable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index'   (0.7ms) CREATE INDEX "index_friendly_id_slugs_on_sluggable_id" ON "friendly_id_slugs" ("sluggable_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index'   (0.8ms) CREATE INDEX "index_friendly_id_slugs_on_sluggable_type" ON "friendly_id_slugs" ("sluggable_type")  (0.9ms) CREATE TABLE "storytime_actions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "guid" varchar(255), "created_at" datetime, "updated_at" datetime)   (1.3ms) CREATE TABLE "storytime_media" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "user_id" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_storytime_media_on_user_id" ON "storytime_media" ("user_id")  (0.8ms) CREATE TABLE "storytime_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "title" varchar(255), "slug" varchar(255), "content" text, "published" boolean, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_storytime_pages_on_user_id" ON "storytime_pages" ("user_id")  (0.9ms) CREATE TABLE "storytime_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "role_id" integer, "action_id" integer, "created_at" datetime, "updated_at" datetime)  (1.1ms) CREATE INDEX "index_storytime_permissions_on_action_id" ON "storytime_permissions" ("action_id")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_permissions_on_action_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_permissions_on_action_id' AND type='index'  (1.0ms) CREATE INDEX "index_storytime_permissions_on_role_id" ON "storytime_permissions" ("role_id")  (0.9ms) CREATE TABLE "storytime_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "title" varchar(255), "content" text, "excerpt" text, "published" boolean, "post_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE INDEX "index_storytime_posts_on_user_id" ON "storytime_posts" ("user_id")  (0.8ms) CREATE TABLE "storytime_roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.9ms) CREATE TABLE "storytime_sites" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "post_slug_style" integer DEFAULT 0, "ga_tracking_id" varchar(255), "root_page_content" integer DEFAULT 0, "header" text, "footer" text, "created_at" datetime, "updated_at" datetime, "selected_root_page_id" integer)   (3.4ms) CREATE INDEX "index_storytime_sites_on_selected_root_page_id" ON "storytime_sites" ("selected_root_page_id")  (1.0ms) CREATE TABLE "storytime_taggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_id" integer, "post_id" integer, "created_at" datetime, "updated_at" datetime)   (1.7ms) CREATE INDEX "index_storytime_taggings_on_post_id" ON "storytime_taggings" ("post_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_taggings_on_post_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_taggings_on_post_id' AND type='index'   (1.3ms) CREATE INDEX "index_storytime_taggings_on_tag_id" ON "storytime_taggings" ("tag_id")  (0.9ms) CREATE TABLE "storytime_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime)   (1.0ms) CREATE TABLE "storytime_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 NOT NULL, "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, "updated_at" datetime, "role_id" integer)  (0.9ms) CREATE UNIQUE INDEX "index_storytime_users_on_email" ON "storytime_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_email' AND type='index'  (0.9ms) CREATE UNIQUE INDEX "index_storytime_users_on_reset_password_token" ON "storytime_users" ("reset_password_token")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_reset_password_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_users_on_email' AND type='index'   (0.9ms) CREATE INDEX "index_storytime_users_on_role_id" ON "storytime_users" ("role_id")  (1.0ms) CREATE TABLE "storytime_versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text, "user_id" integer, "versionable_id" integer, "versionable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.9ms) CREATE INDEX "index_storytime_versions_on_user_id" ON "storytime_versions" ("user_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_storytime_versions_on_user_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_storytime_versions_on_user_id' AND type='index'   (0.8ms) CREATE INDEX "versionable_index" ON "storytime_versions" ("versionable_type", "versionable_id")  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140521191744')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140501171949')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140501174341')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140509150223')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140509191309')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140511200849')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140513161233')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140513162745')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20140514200234')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140514200304')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140516141252')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140521190606')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140521191048')  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140521191728') Started GET "/" for 127.0.0.1 at 2014-05-23 10:14:56 -0500 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 NoMethodError (undefined method `root_page_content' for nil:NilClass): /Users/ben/Documents/projects/benroesch.com/storytime/lib/storytime/constraints/root_constraint.rb:8:in `matches?' actionpack (4.1.0) lib/action_dispatch/routing/mapper.rb:37:in `block in matches?' actionpack (4.1.0) lib/action_dispatch/routing/mapper.rb:36:in `each' actionpack (4.1.0) lib/action_dispatch/routing/mapper.rb:36:in `all?' actionpack (4.1.0) lib/action_dispatch/routing/mapper.rb:36:in `matches?' actionpack (4.1.0) lib/action_dispatch/routing/mapper.rb:45:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (33.7ms) Started GET "/" for 127.0.0.1 at 2014-05-23 10:15:20 -0500 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 NoMethodError (undefined method `root_page_content' for nil:NilClass): /Users/ben/Documents/projects/benroesch.com/storytime/lib/storytime/constraints/root_constraint.rb:8:in `matches?' actionpack (4.1.0) lib/action_dispatch/routing/mapper.rb:37:in `block in matches?' actionpack (4.1.0) lib/action_dispatch/routing/mapper.rb:36:in `each' actionpack (4.1.0) lib/action_dispatch/routing/mapper.rb:36:in `all?' actionpack (4.1.0) lib/action_dispatch/routing/mapper.rb:36:in `matches?' actionpack (4.1.0) lib/action_dispatch/routing/mapper.rb:45:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (16.0ms) Started GET "/" for 127.0.0.1 at 2014-05-23 10:15:22 -0500 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 NoMethodError (undefined method `root_page_content' for nil:NilClass): /Users/ben/Documents/projects/benroesch.com/storytime/lib/storytime/constraints/root_constraint.rb:8:in `matches?' actionpack (4.1.0) lib/action_dispatch/routing/mapper.rb:37:in `block in matches?' actionpack (4.1.0) lib/action_dispatch/routing/mapper.rb:36:in `each' actionpack (4.1.0) lib/action_dispatch/routing/mapper.rb:36:in `all?' actionpack (4.1.0) lib/action_dispatch/routing/mapper.rb:36:in `matches?' actionpack (4.1.0) lib/action_dispatch/routing/mapper.rb:45:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.9ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (16.3ms) Started GET "/" for 127.0.0.1 at 2014-05-23 10:16:09 -0500 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 NoMethodError (undefined method `root_page_content' for nil:NilClass): /Users/ben/Documents/projects/benroesch.com/storytime/lib/storytime/constraints/root_constraint.rb:8:in `matches?' actionpack (4.1.0) lib/action_dispatch/routing/mapper.rb:37:in `block in matches?' actionpack (4.1.0) lib/action_dispatch/routing/mapper.rb:36:in `each' actionpack (4.1.0) lib/action_dispatch/routing/mapper.rb:36:in `all?' actionpack (4.1.0) lib/action_dispatch/routing/mapper.rb:36:in `matches?' actionpack (4.1.0) lib/action_dispatch/routing/mapper.rb:45:in `call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/railtie.rb:194:in `public_send' railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call' activerecord (4.1.0) lib/active_record/migration.rb:380:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks' actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.1ms) Started GET "/" for 127.0.0.1 at 2014-05-23 10:16:56 -0500 Storytime::Site Load (0.2ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 CACHE (0.0ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Processing by Rails::WelcomeController#index as HTML Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/railties-4.1.0/lib/rails/templates/rails/welcome/index.html.erb (2.7ms) Completed 200 OK in 13ms (Views: 12.2ms | ActiveRecord: 0.0ms) Started GET "/sites/new" for 127.0.0.1 at 2014-05-23 10:17:23 -0500 ActionController::RoutingError (No route matches [GET] "/sites/new"): actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.1.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.1.0) lib/rails/engine.rb:514:in `call' railties (4.1.0) lib/rails/application.rb:144:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/ben/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.8ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (12.2ms) Rendered /Users/ben/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (71.8ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-23 10:17:27 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Completed 401 Unauthorized in 27ms Started GET "/users/sign_in" for 127.0.0.1 at 2014-05-23 10:17:27 -0500 Processing by Devise::SessionsController#new as HTML Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/devise/sessions/new.html.erb within layouts/storytime/application (27.8ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_navigation.html.erb (0.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.5ms) Completed 200 OK in 314ms (Views: 301.8ms | ActiveRecord: 0.1ms) Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-23 10:17:28 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-23 10:17:28 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-23 10:17:28 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-23 10:17:28 -0500 Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-23 10:17:28 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-23 10:17:28 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:28 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:28 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:28 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:28 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-23 10:17:28 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:28 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:28 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:28 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:28 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:28 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:28 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:28 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:28 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:28 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:28 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:28 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:28 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:28 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:28 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:28 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:28 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:28 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:28 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:28 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:28 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:28 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:28 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:28 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:28 -0500 Started GET "/users/sign_up" for 127.0.0.1 at 2014-05-23 10:17:32 -0500 Processing by Devise::RegistrationsController#new as HTML Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/devise/registrations/new.html.erb within layouts/storytime/application (3.5ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_navigation.html.erb (0.3ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/application/_flash.html.erb (0.1ms) Completed 200 OK in 46ms (Views: 44.3ms | ActiveRecord: 0.0ms) Started GET "/assets/storytime/posts.css?body=1" for 127.0.0.1 at 2014-05-23 10:17:32 -0500 Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-05-23 10:17:32 -0500 Started GET "/assets/bootstrap-wysihtml5.css?body=1" for 127.0.0.1 at 2014-05-23 10:17:32 -0500 Started GET "/assets/storytime/application.css?body=1" for 127.0.0.1 at 2014-05-23 10:17:32 -0500 Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:32 -0500 Started GET "/assets/storytime/sites.css?body=1" for 127.0.0.1 at 2014-05-23 10:17:32 -0500 Started GET "/assets/storytime/media.css?body=1" for 127.0.0.1 at 2014-05-23 10:17:32 -0500 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:32 -0500 Started GET "/assets/storytime/application.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:32 -0500 Started GET "/assets/bootstrap3-wysiwyg5-color.css" for 127.0.0.1 at 2014-05-23 10:17:32 -0500 Started GET "/assets/bootstrap/affix.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:32 -0500 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:32 -0500 Started GET "/assets/bootstrap/alert.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:32 -0500 Started GET "/assets/bootstrap/collapse.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:32 -0500 Started GET "/assets/bootstrap/carousel.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:32 -0500 Started GET "/assets/bootstrap/button.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:32 -0500 Started GET "/assets/bootstrap/tab.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:32 -0500 Started GET "/assets/bootstrap/dropdown.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:32 -0500 Started GET "/assets/bootstrap/transition.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:32 -0500 Started GET "/assets/bootstrap/scrollspy.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:32 -0500 Started GET "/assets/bootstrap/tooltip.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:32 -0500 Started GET "/assets/bootstrap/modal.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:32 -0500 Started GET "/assets/bootstrap/popover.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:32 -0500 Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:32 -0500 Started GET "/assets/bootstrap-wysihtml5.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:32 -0500 Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:32 -0500 Started GET "/assets/jquery.iframe-transport.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:32 -0500 Started GET "/assets/jquery.fileupload.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:32 -0500 Started GET "/assets/storytime/base.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:32 -0500 Started GET "/assets/storytime/editor.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:32 -0500 Started GET "/assets/storytime/media.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:32 -0500 Started GET "/assets/storytime/pages.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:32 -0500 Started GET "/assets/storytime/sites.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:32 -0500 Started GET "/assets/storytime/utilities.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:33 -0500 Started GET "/assets/storytime/posts.js?body=1" for 127.0.0.1 at 2014-05-23 10:17:33 -0500 Started POST "/users" for 127.0.0.1 at 2014-05-23 10:17:38 -0500 Processing by Devise::RegistrationsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"I0SD/60ngBqvfMH3PZWfN7xOK3s9L/QacmFx1WLHpfM=", "user"=>{"email"=>"ben@federisgroup.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign Up"}  (0.1ms) begin transaction Storytime::User Exists (0.2ms) SELECT 1 AS one FROM "storytime_users" WHERE "storytime_users"."email" = 'ben@federisgroup.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.7ms) INSERT INTO "storytime_users" ("created_at", "email", "encrypted_password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-05-23 15:17:38.315852"], ["email", "ben@federisgroup.com"], ["encrypted_password", "$2a$10$nGd8P4T2eejI7lFNEQgNl.auSVw.DmPPQeNaL9Dfcna5UqY9TXGNa"], ["updated_at", "2014-05-23 15:17:38.315852"]]  (0.1ms) SELECT COUNT(*) FROM "storytime_users" Storytime::Role Load (0.1ms) SELECT "storytime_roles".* FROM "storytime_roles" WHERE "storytime_roles"."name" = 'admin' LIMIT 1 Storytime::User Exists (0.1ms) SELECT 1 AS one FROM "storytime_users" WHERE ("storytime_users"."email" = 'ben@federisgroup.com' AND "storytime_users"."id" != 1) LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (0.9ms) UPDATE "storytime_users" SET "created_at" = ?, "email" = ?, "encrypted_password" = ?, "id" = ?, "role_id" = ?, "updated_at" = ? WHERE "storytime_users"."id" = 1 [["created_at", "2014-05-23 15:17:38.315852"], ["email", "ben@federisgroup.com"], ["encrypted_password", "$2a$10$nGd8P4T2eejI7lFNEQgNl.auSVw.DmPPQeNaL9Dfcna5UqY9TXGNa"], ["id", 1], ["role_id", 3], ["updated_at", "2014-05-23 15:17:38.315852"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Binary data inserted for `string` type on column `current_sign_in_ip` Binary data inserted for `string` type on column `last_sign_in_ip` SQL (0.3ms) UPDATE "storytime_users" SET "current_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_at" = ?, "last_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "storytime_users"."id" = 1 [["current_sign_in_at", "2014-05-23 15:17:38.354355"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_at", "2014-05-23 15:17:38.354355"], ["last_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2014-05-23 15:17:38.355309"]]  (0.8ms) commit transaction Redirected to http://0.0.0.0:3000/dashboard/sites/new Completed 302 Found in 143ms (ActiveRecord: 4.5ms) Started GET "/dashboard/sites/new" for 127.0.0.1 at 2014-05-23 10:17:38 -0500 Processing by Storytime::Dashboard::SitesController#new as HTML Storytime::User Load (0.2ms) SELECT "storytime_users".* FROM "storytime_users" WHERE "storytime_users"."id" = 1 ORDER BY "storytime_users"."id" ASC LIMIT 1 Storytime::Site Load (0.1ms) SELECT "storytime_sites".* FROM "storytime_sites" ORDER BY "storytime_sites"."id" ASC LIMIT 1 Storytime::Action Load (0.1ms) SELECT "storytime_actions".* FROM "storytime_actions" WHERE "storytime_actions"."guid" = '47342a' LIMIT 1 Storytime::Role Load (0.2ms) SELECT "storytime_roles".* FROM "storytime_roles" WHERE "storytime_roles"."id" = ? LIMIT 1 [["id", 3]] Storytime::Action Exists (0.3ms) SELECT 1 AS one FROM "storytime_actions" INNER JOIN "storytime_permissions" ON "storytime_actions"."id" = "storytime_permissions"."action_id" WHERE "storytime_permissions"."role_id" = ? AND "storytime_actions"."id" = 3 LIMIT 1 [["role_id", 3]] Storytime::Page Load (0.3ms) SELECT "storytime_pages".* FROM "storytime_pages" Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/_form.html.erb (43.7ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/sites/new.html.erb within layouts/storytime/dashboard (45.1ms) Rendered /Users/ben/Documents/projects/benroesch.com/storytime/app/views/storytime/dashboard/_navigation.html.erb (12.3ms) Completed 500 Internal Server Error in 116ms ActionView::Template::Error (undefined method `root_path' for #): 6: 7: 8: 9: <%= link_to "Storytime", storytime.root_path, class: "navbar-brand" %> 10: 11: 11: 11: