From dcf21ab5c3927a148b3a17bed38ac57e6f769949 Mon Sep 17 00:00:00 2001 From: Chip Castle Date: Mon, 3 Sep 2012 08:54:50 -0500 Subject: [PATCH 01/16] Added RSpec to project --- Gemfile | 30 +++++------------------------- Gemfile.lock | 15 +++++++++++++++ 2 files changed, 20 insertions(+), 25 deletions(-) diff --git a/Gemfile b/Gemfile index 96a2e78..398184d 100644 --- a/Gemfile +++ b/Gemfile @@ -1,40 +1,20 @@ source 'https://rubygems.org/' gem 'rails', '3.2.7' - -# Bundle edge Rails instead: -# gem 'rails', :git => 'git://github.com/rails/rails.git' - gem 'sqlite3' - # Gems used only for assets and not required # in production environments by default. group :assets do gem 'sass-rails', '~> 3.2.3' gem 'coffee-rails', '~> 3.2.1' - - # See https://github.com/sstephenson/execjs#readme for more supported runtimes - # gem 'therubyracer', :platforms => :ruby - gem 'uglifier', '>= 1.0.3' end gem 'jquery-rails' - -# To use ActiveModel has_secure_password -# gem 'bcrypt-ruby', '~> 3.0.0' - -# To use Jbuilder templates for JSON -# gem 'jbuilder' - -# Use unicorn as the app server -# gem 'unicorn' - -# Deploy with Capistrano -# gem 'capistrano' - -# To use debugger -# gem 'debugger' gem "paperclip" -gem 'sorcery' \ No newline at end of file +gem 'sorcery' + +group :test do + gem 'rspec-rails' +end diff --git a/Gemfile.lock b/Gemfile.lock index 5cf8c20..0895c2c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -39,6 +39,7 @@ GEM coffee-script-source execjs coffee-script-source (1.3.3) + diff-lcs (1.1.3) erubis (2.7.0) execjs (1.4.0) multi_json (~> 1.0) @@ -96,6 +97,19 @@ GEM rake (0.9.2.2) rdoc (3.12) json (~> 1.4) + rspec (2.11.0) + rspec-core (~> 2.11.0) + rspec-expectations (~> 2.11.0) + rspec-mocks (~> 2.11.0) + rspec-core (2.11.1) + rspec-expectations (2.11.2) + diff-lcs (~> 1.1.3) + rspec-mocks (2.11.2) + rspec-rails (2.11.0) + actionpack (>= 3.0) + activesupport (>= 3.0) + railties (>= 3.0) + rspec (~> 2.11.0) sass (3.1.20) sass-rails (3.2.5) railties (~> 3.2.0) @@ -128,6 +142,7 @@ DEPENDENCIES jquery-rails paperclip rails (= 3.2.7) + rspec-rails sass-rails (~> 3.2.3) sorcery sqlite3 From 8cd051a9d6c109bd9b2d47e99b960f12f24528e7 Mon Sep 17 00:00:00 2001 From: Chip Castle Date: Mon, 3 Sep 2012 08:55:46 -0500 Subject: [PATCH 02/16] Removed log files --- log/.gitkeep | 0 log/development.log | 22834 ------------------------------------------ 2 files changed, 22834 deletions(-) delete mode 100644 log/.gitkeep delete mode 100644 log/development.log diff --git a/log/.gitkeep b/log/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/log/development.log b/log/development.log deleted file mode 100644 index ee7dac6..0000000 --- a/log/development.log +++ /dev/null @@ -1,22834 +0,0 @@ - - -Started GET "/assets/rails.png" for 127.0.0.1 at 2012-08-05 10:25:01 -0500 -Connecting to database specified by database.yml -Served asset /rails.png - 200 OK (109ms) - - -Started GET "/assets/rails.png" for 127.0.0.1 at 2012-08-05 11:38:24 -0500 -Served asset /rails.png - 304 Not Modified (0ms) - - -Started GET "/assets/rails.png" for 127.0.0.1 at 2012-08-05 11:39:57 -0500 -Served asset /rails.png - 304 Not Modified (0ms) - - -Started GET "/assets/rails.png" for 127.0.0.1 at 2012-08-05 11:40:32 -0500 -Served asset /rails.png - 304 Not Modified (0ms) -Connecting to database specified by database.yml - - -Started GET "/assets/rails.png" for 127.0.0.1 at 2012-08-05 11:41:09 -0500 -Served asset /rails.png - 304 Not Modified (0ms) - - -Started GET "/assets/rails.png" for 127.0.0.1 at 2012-08-05 11:41:23 -0500 -Served asset /rails.png - 304 Not Modified (0ms) - - -Started GET "/assets/rails.png" for 127.0.0.1 at 2012-08-05 12:08:46 -0500 -Served asset /rails.png - 304 Not Modified (0ms) - - -Started GET "/assets/rails.png" for 127.0.0.1 at 2012-08-05 12:16:51 -0500 -Served asset /rails.png - 304 Not Modified (0ms) -Connecting to database specified by database.yml -  (0.2ms) select sqlite_version(*) -  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) -  (0.0ms) PRAGMA index_list("schema_migrations") -  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") -  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  -Migrating to CreateArticles (20120805164102) -  (0.0ms) begin transaction -  (0.1ms) rollback transaction -Connecting to database specified by database.yml -  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  -Migrating to CreateArticles (20120805164102) -  (0.0ms) select sqlite_version(*) -  (0.0ms) begin transaction -  (0.5ms) CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120805164102') -  (1.3ms) commit transaction -  (0.3ms) select sqlite_version(*) -  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" -  (0.1ms) PRAGMA index_list("articles") -Connecting to database specified by database.yml -  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  -Migrating to CreateArticles (20120805164102) -  (0.2ms) select sqlite_version(*) -  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  -  (0.0ms) PRAGMA index_list("articles") - - -Started GET "/assets/rails.png" for 127.0.0.1 at 2012-08-05 12:20:47 -0500 -Served asset /rails.png - 304 Not Modified (0ms) -Connecting to database specified by database.yml - - -Started GET "/assets/rails.png" for 127.0.0.1 at 2012-08-05 12:31:47 -0500 -Served asset /rails.png - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-05 12:33:22 -0500 - -ActionController::RoutingError (uninitialized constant ArticlesController): - activesupport (3.2.7) lib/active_support/inflector/methods.rb:230:in `block in constantize' - activesupport (3.2.7) lib/active_support/inflector/methods.rb:229:in `each' - activesupport (3.2.7) lib/active_support/inflector/methods.rb:229:in `constantize' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:54:in `controller' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:32:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1133862790206703815__call__3684713426738620735__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (37.0ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-05 13:02:47 -0500 -Connecting to database specified by database.yml -Processing by ArticlesController#index as HTML - Article Load (0.1ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (2.2ms) -Compiled articles.css (74ms) (pid 36088) -Compiled application.css (96ms) (pid 36088) -Compiled jquery.js (2ms) (pid 36088) -Compiled jquery_ujs.js (0ms) (pid 36088) -Compiled articles.js (1106ms) (pid 36088) -Compiled application.js (1198ms) (pid 36088) -Completed 200 OK in 1475ms (Views: 1447.5ms | ActiveRecord: 1.7ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 13:02:49 -0500 -Served asset /application.css - 200 OK (4ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 13:02:49 -0500 -Served asset /articles.css - 200 OK (2ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 13:02:49 -0500 -Served asset /jquery.js - 200 OK (5ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 13:02:49 -0500 -Served asset /jquery_ujs.js - 200 OK (2ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 13:02:49 -0500 -Served asset /application.js - 200 OK (8ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 13:02:49 -0500 -Served asset /articles.js - 200 OK (2ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-05 13:08:05 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (0.6ms) -Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 13:08:05 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 13:08:05 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 13:08:05 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 13:08:05 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 13:08:05 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 13:08:05 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-05 13:10:43 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (0.5ms) -Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 13:10:43 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 13:10:43 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 13:10:43 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 13:10:43 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 13:10:43 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 13:10:43 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-05 13:14:43 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (0.5ms) -Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 13:14:43 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 13:14:43 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 13:14:43 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 13:14:43 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 13:14:43 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 13:14:43 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-05 13:16:52 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (1.9ms) -Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 13:16:52 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 13:16:52 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 13:16:52 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 13:16:52 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 13:16:52 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 13:16:53 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-05 13:16:56 -0500 - -AbstractController::ActionNotFound (The action 'show' could not be found for ArticlesController): - actionpack (3.2.7) lib/abstract_controller/base.rb:116:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.5ms) - - -Started GET "/articles/2" for 127.0.0.1 at 2012-08-05 13:16:59 -0500 - -AbstractController::ActionNotFound (The action 'show' could not be found for ArticlesController): - actionpack (3.2.7) lib/abstract_controller/base.rb:116:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.4ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-05 13:19:26 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (36.6ms) -Completed 200 OK in 43ms (Views: 41.6ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 13:19:26 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 13:19:26 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 13:19:26 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 13:19:26 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 13:19:26 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 13:19:26 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-05 13:19:29 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (0.9ms) -Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 13:19:30 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 13:19:30 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 13:19:30 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 13:19:30 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 13:19:30 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 13:19:30 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-05 13:19:53 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (2.0ms) -Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 13:19:53 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 13:19:53 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 13:19:53 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 13:19:53 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 13:19:53 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 13:19:53 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-05 13:19:56 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (1.3ms) -Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 13:19:56 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 13:19:56 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 13:19:56 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 13:19:56 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 13:19:56 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 13:19:56 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-05 13:21:08 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (2.2ms) -Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 13:21:08 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 13:21:09 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 13:21:09 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 13:21:09 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 13:21:09 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 13:21:09 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-05 13:21:12 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (1.5ms) -Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 13:21:12 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 13:21:12 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 13:21:12 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 13:21:12 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 13:21:12 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 13:21:12 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-05 13:21:29 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (1.5ms) -Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 13:21:29 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 13:21:29 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 13:21:29 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 13:21:29 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 13:21:29 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 13:21:29 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-05 13:21:30 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (1.1ms) -Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 13:21:30 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 13:21:30 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 13:21:30 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 13:21:30 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 13:21:30 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 13:21:30 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-05 13:22:14 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (29.9ms) -Completed 500 Internal Server Error in 32ms - -ActionView::Template::Error (undefined local variable or method `article' for #<#:0x007fa6038d9518>): - 9: <% end %> - 10: - 11: - 12: <% link_to "Create New Article", new_article_path(article) %> - app/views/articles/index.html.erb:12:in `_app_views_articles_index_html_erb__1443683465139150286_70175500450160' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.1ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.6ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-05 13:22:31 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (1.5ms) -Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 13:22:31 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 13:22:31 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 13:22:31 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 13:22:31 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 13:22:31 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 13:22:31 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-05 13:23:49 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (1.4ms) -Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 13:23:49 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 13:23:49 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 13:23:49 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 13:23:49 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 13:23:49 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 13:23:49 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-05 13:23:52 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (0.9ms) -Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 13:23:52 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 13:23:52 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 13:23:52 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 13:23:52 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 13:23:52 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 13:23:52 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-05 13:23:53 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (0.9ms) -Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 13:23:53 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 13:23:53 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 13:23:53 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 13:23:53 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 13:23:53 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 13:23:53 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-05 13:24:46 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (1.9ms) -Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 13:24:46 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 13:24:46 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 13:24:46 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 13:24:46 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 13:24:46 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 13:24:46 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-05 13:24:49 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (1.3ms) -Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 13:24:49 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 13:24:49 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 13:24:49 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 13:24:49 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 13:24:49 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 13:24:49 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-05 13:30:01 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (1.4ms) -Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 13:30:01 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 13:30:01 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 13:30:01 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 13:30:01 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 13:30:01 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 13:30:01 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-05 13:30:08 -0500 - -AbstractController::ActionNotFound (The action 'new' could not be found for ArticlesController): - actionpack (3.2.7) lib/abstract_controller/base.rb:116:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.4ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-05 13:32:16 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (1.5ms) -Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 13:32:16 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 13:32:16 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 13:32:16 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 13:32:16 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 13:32:16 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 13:32:16 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-05 13:32:19 -0500 - -AbstractController::ActionNotFound (The action 'new' could not be found for ArticlesController): - actionpack (3.2.7) lib/abstract_controller/base.rb:116:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.4ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-05 13:53:38 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (2.3ms) -Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 13:53:38 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 13:53:38 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 13:53:38 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 13:53:38 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 13:53:38 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-05 13:53:41 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (31.0ms) -Completed 200 OK in 37ms (Views: 36.0ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 13:53:41 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 13:53:41 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 13:53:41 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 13:53:41 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 13:53:41 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 13:53:41 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-05 13:56:00 -0500 - -AbstractController::ActionNotFound (The action 'show' could not be found for ArticlesController): - actionpack (3.2.7) lib/abstract_controller/base.rb:116:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.4ms) - - -Started GET "/articles/2" for 127.0.0.1 at 2012-08-05 13:56:03 -0500 - -AbstractController::ActionNotFound (The action 'show' could not be found for ArticlesController): - actionpack (3.2.7) lib/abstract_controller/base.rb:116:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.5ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-05 13:56:05 -0500 - -AbstractController::ActionNotFound (The action 'new' could not be found for ArticlesController): - actionpack (3.2.7) lib/abstract_controller/base.rb:116:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.4ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-05 13:57:08 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} -Completed 500 Internal Server Error in 2ms - -ActionView::MissingTemplate (Missing template articles/show, application/show with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :coffee]}. Searched in: - * "/Users/dkeefe75/projects/blogger/app/views" -): - actionpack (3.2.7) lib/action_view/path_set.rb:58:in `find' - actionpack (3.2.7) lib/action_view/lookup_context.rb:109:in `find' - actionpack (3.2.7) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:10:in `render' - actionpack (3.2.7) lib/action_view/renderer/renderer.rb:36:in `render_template' - actionpack (3.2.7) lib/action_view/renderer/renderer.rb:17:in `render' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:110:in `_render_template' - actionpack (3.2.7) lib/action_controller/metal/streaming.rb:225:in `_render_template' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:103:in `render_to_body' - actionpack (3.2.7) lib/action_controller/metal/renderers.rb:28:in `render_to_body' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:88:in `render' - actionpack (3.2.7) lib/action_controller/metal/rendering.rb:16:in `render' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' - activesupport (3.2.7) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' - activesupport (3.2.7) lib/active_support/core_ext/benchmark.rb:5:in `ms' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:40:in `block in render' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' - activerecord (3.2.7) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:39:in `render' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:167:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' - actionpack (3.2.7) lib/abstract_controller/callbacks.rb:18:in `block in process_action' - activesupport (3.2.7) lib/active_support/callbacks.rb:414:in `_run__3301679823456293775__process_action__1853784354596684405__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/abstract_controller/callbacks.rb:17:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' - activerecord (3.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:121:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.5ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-05 13:57:11 -0500 - -AbstractController::ActionNotFound (The action 'new' could not be found for ArticlesController): - actionpack (3.2.7) lib/abstract_controller/base.rb:116:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.4ms) - - -Started GET "/articles/3" for 127.0.0.1 at 2012-08-05 13:57:13 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"3"} -Completed 500 Internal Server Error in 1ms - -ActionView::MissingTemplate (Missing template articles/show, application/show with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :coffee]}. Searched in: - * "/Users/dkeefe75/projects/blogger/app/views" -): - actionpack (3.2.7) lib/action_view/path_set.rb:58:in `find' - actionpack (3.2.7) lib/action_view/lookup_context.rb:109:in `find' - actionpack (3.2.7) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:10:in `render' - actionpack (3.2.7) lib/action_view/renderer/renderer.rb:36:in `render_template' - actionpack (3.2.7) lib/action_view/renderer/renderer.rb:17:in `render' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:110:in `_render_template' - actionpack (3.2.7) lib/action_controller/metal/streaming.rb:225:in `_render_template' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:103:in `render_to_body' - actionpack (3.2.7) lib/action_controller/metal/renderers.rb:28:in `render_to_body' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:88:in `render' - actionpack (3.2.7) lib/action_controller/metal/rendering.rb:16:in `render' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' - activesupport (3.2.7) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' - activesupport (3.2.7) lib/active_support/core_ext/benchmark.rb:5:in `ms' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:40:in `block in render' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' - activerecord (3.2.7) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:39:in `render' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:167:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' - actionpack (3.2.7) lib/abstract_controller/callbacks.rb:18:in `block in process_action' - activesupport (3.2.7) lib/active_support/callbacks.rb:414:in `_run__3301679823456293775__process_action__1853784354596684405__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/abstract_controller/callbacks.rb:17:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' - activerecord (3.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:121:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-05 13:57:32 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} -Completed 500 Internal Server Error in 1ms - -ActionView::MissingTemplate (Missing template articles/show, application/show with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :coffee]}. Searched in: - * "/Users/dkeefe75/projects/blogger/app/views" -): - actionpack (3.2.7) lib/action_view/path_set.rb:58:in `find' - actionpack (3.2.7) lib/action_view/lookup_context.rb:109:in `find' - actionpack (3.2.7) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:10:in `render' - actionpack (3.2.7) lib/action_view/renderer/renderer.rb:36:in `render_template' - actionpack (3.2.7) lib/action_view/renderer/renderer.rb:17:in `render' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:110:in `_render_template' - actionpack (3.2.7) lib/action_controller/metal/streaming.rb:225:in `_render_template' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:103:in `render_to_body' - actionpack (3.2.7) lib/action_controller/metal/renderers.rb:28:in `render_to_body' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:88:in `render' - actionpack (3.2.7) lib/action_controller/metal/rendering.rb:16:in `render' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' - activesupport (3.2.7) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' - activesupport (3.2.7) lib/active_support/core_ext/benchmark.rb:5:in `ms' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:40:in `block in render' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' - activerecord (3.2.7) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:39:in `render' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:167:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' - actionpack (3.2.7) lib/abstract_controller/callbacks.rb:18:in `block in process_action' - activesupport (3.2.7) lib/active_support/callbacks.rb:414:in `_run__3301679823456293775__process_action__1853784354596684405__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/abstract_controller/callbacks.rb:17:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' - activerecord (3.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:121:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-05 14:01:52 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.1ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (1.1ms) -Completed 200 OK in 16ms (Views: 8.1ms | ActiveRecord: 0.5ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:01:52 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:01:52 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:01:52 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:01:52 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:01:52 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:01:52 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-05 14:01:53 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -Completed 500 Internal Server Error in 3ms - -ActionView::MissingTemplate (Missing template articles/show, application/show with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :coffee]}. Searched in: - * "/Users/dkeefe75/projects/blogger/app/views" -): - actionpack (3.2.7) lib/action_view/path_set.rb:58:in `find' - actionpack (3.2.7) lib/action_view/lookup_context.rb:109:in `find' - actionpack (3.2.7) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:10:in `render' - actionpack (3.2.7) lib/action_view/renderer/renderer.rb:36:in `render_template' - actionpack (3.2.7) lib/action_view/renderer/renderer.rb:17:in `render' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:110:in `_render_template' - actionpack (3.2.7) lib/action_controller/metal/streaming.rb:225:in `_render_template' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:103:in `render_to_body' - actionpack (3.2.7) lib/action_controller/metal/renderers.rb:28:in `render_to_body' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:88:in `render' - actionpack (3.2.7) lib/action_controller/metal/rendering.rb:16:in `render' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' - activesupport (3.2.7) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' - activesupport (3.2.7) lib/active_support/core_ext/benchmark.rb:5:in `ms' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:40:in `block in render' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' - activerecord (3.2.7) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:39:in `render' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:167:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' - actionpack (3.2.7) lib/abstract_controller/callbacks.rb:18:in `block in process_action' - activesupport (3.2.7) lib/active_support/callbacks.rb:414:in `_run__3301679823456293775__process_action__1853784354596684405__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/abstract_controller/callbacks.rb:17:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' - activerecord (3.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:121:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-05 14:01:56 -0500 - -AbstractController::ActionNotFound (The action 'new' could not be found for ArticlesController): - actionpack (3.2.7) lib/abstract_controller/base.rb:116:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.4ms) - - -Started GET "/articles/2" for 127.0.0.1 at 2012-08-05 14:01:58 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"2"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "2"]] -Completed 500 Internal Server Error in 2ms - -ActionView::MissingTemplate (Missing template articles/show, application/show with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :coffee]}. Searched in: - * "/Users/dkeefe75/projects/blogger/app/views" -): - actionpack (3.2.7) lib/action_view/path_set.rb:58:in `find' - actionpack (3.2.7) lib/action_view/lookup_context.rb:109:in `find' - actionpack (3.2.7) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:10:in `render' - actionpack (3.2.7) lib/action_view/renderer/renderer.rb:36:in `render_template' - actionpack (3.2.7) lib/action_view/renderer/renderer.rb:17:in `render' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:110:in `_render_template' - actionpack (3.2.7) lib/action_controller/metal/streaming.rb:225:in `_render_template' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:103:in `render_to_body' - actionpack (3.2.7) lib/action_controller/metal/renderers.rb:28:in `render_to_body' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:88:in `render' - actionpack (3.2.7) lib/action_controller/metal/rendering.rb:16:in `render' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' - activesupport (3.2.7) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' - activesupport (3.2.7) lib/active_support/core_ext/benchmark.rb:5:in `ms' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:40:in `block in render' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' - activerecord (3.2.7) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:39:in `render' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:167:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' - actionpack (3.2.7) lib/abstract_controller/callbacks.rb:18:in `block in process_action' - activesupport (3.2.7) lib/active_support/callbacks.rb:414:in `_run__3301679823456293775__process_action__1853784354596684405__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/abstract_controller/callbacks.rb:17:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' - activerecord (3.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:121:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-05 14:06:32 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Rendered articles/show.html.erb within layouts/application (0.8ms) -Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:06:32 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:06:32 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:06:32 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:06:32 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:06:32 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:06:32 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-05 14:06:35 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (1.1ms) -Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:06:35 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:06:35 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:06:35 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:06:35 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:06:35 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:06:35 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-05 14:06:37 -0500 - -AbstractController::ActionNotFound (The action 'new' could not be found for ArticlesController): - actionpack (3.2.7) lib/abstract_controller/base.rb:116:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.4ms) - - -Started GET "/articles/3" for 127.0.0.1 at 2012-08-05 14:06:39 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"3"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "3"]] - Rendered articles/show.html.erb within layouts/application (0.4ms) -Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:06:39 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:06:39 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:06:39 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:06:39 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:06:39 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:06:39 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/2" for 127.0.0.1 at 2012-08-05 14:06:42 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"2"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "2"]] - Rendered articles/show.html.erb within layouts/application (0.3ms) -Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:06:42 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:06:42 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:06:42 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:06:42 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:06:42 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:06:42 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-05 14:15:01 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (0.9ms) -Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:15:01 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:15:01 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-05 14:15:06 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (0.9ms) -Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:15:06 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:15:06 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:15:06 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:15:06 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:15:06 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:15:06 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-05 14:15:07 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (1.2ms) -Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:15:07 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:15:07 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:15:07 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:15:07 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:15:07 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:15:07 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-05 14:18:30 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (1.0ms) -Compiled screen.css (0ms) (pid 36088) -Compiled application.css (18ms) (pid 36088) -Completed 200 OK in 81ms (Views: 80.2ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:18:30 -0500 -Served asset /application.css - 304 Not Modified (11ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:18:30 -0500 -Served asset /screen.css - 200 OK (7ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:18:30 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:18:30 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:18:30 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:18:30 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:18:30 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-05 14:18:33 -0500 - -AbstractController::ActionNotFound (The action 'new' could not be found for ArticlesController): - actionpack (3.2.7) lib/abstract_controller/base.rb:116:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.4ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-05 14:22:23 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.1ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (1.2ms) -Completed 200 OK in 15ms (Views: 8.0ms | ActiveRecord: 0.5ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:22:23 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:22:23 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:22:23 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:22:23 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:22:23 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:22:23 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:22:23 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-05 14:22:25 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (1.0ms) -Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:22:25 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:22:25 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:22:25 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:22:25 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:22:25 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:22:25 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:22:25 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-05 14:22:32 -0500 -Processing by ArticlesController#new as HTML - Rendered articles/new.html.erb within layouts/application (0.4ms) -Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:22:32 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:22:32 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:22:32 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:22:32 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:22:32 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:22:32 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:22:32 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-05 14:25:54 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (1.6ms) -Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:25:54 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:25:54 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:25:54 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:25:54 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:25:54 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:25:54 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:25:54 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-05 14:25:55 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Rendered articles/show.html.erb within layouts/application (0.4ms) -Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:25:55 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:25:55 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:25:55 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:25:55 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:25:55 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:25:55 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:25:55 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-05 14:25:57 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (0.9ms) -Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:25:57 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:25:57 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:25:57 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:25:57 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:25:57 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:25:57 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:25:57 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/2" for 127.0.0.1 at 2012-08-05 14:25:58 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"2"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "2"]] - Rendered articles/show.html.erb within layouts/application (0.3ms) -Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:25:58 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:25:58 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:25:58 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:25:58 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:25:58 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:25:58 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:25:58 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-05 14:25:59 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (30.8ms) -Completed 200 OK in 37ms (Views: 36.3ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:25:59 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:25:59 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:25:59 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:25:59 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:25:59 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:25:59 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:25:59 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/3" for 127.0.0.1 at 2012-08-05 14:26:01 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"3"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "3"]] - Rendered articles/show.html.erb within layouts/application (0.4ms) -Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:26:01 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:26:01 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:26:01 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:26:01 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:26:01 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:26:01 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:26:01 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-05 14:26:02 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (1.0ms) -Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:26:02 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:26:02 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:26:02 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:26:02 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:26:02 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:26:02 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:26:02 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-05 14:26:04 -0500 -Processing by ArticlesController#new as HTML - Rendered articles/new.html.erb within layouts/application (1.2ms) -Completed 500 Internal Server Error in 3ms - -ActionView::Template::Error (undefined method `model_name' for NilClass:Class): - 1:

Create a New Article

- 2: - 3: <%= form_for(@article) do |f| %> - 4:

- 5: <%= f.label :title %>
- 6: <%= f.text_field :title %> - app/views/articles/new.html.erb:3:in `_app_views_articles_new_html_erb__869751508631474445_70175500562420' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.3ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.7ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-05 14:27:26 -0500 -Processing by ArticlesController#new as HTML - Rendered articles/new.html.erb within layouts/application (0.6ms) -Completed 500 Internal Server Error in 2ms - -ActionView::Template::Error (undefined method `model_name' for NilClass:Class): - 1:

Create a New Article

- 2: - 3: <%= form_for(@article) do |f| %> - 4:

- 5: <%= f.label :title %>
- 6: <%= f.text_field :title %> - app/views/articles/new.html.erb:3:in `_app_views_articles_new_html_erb__869751508631474445_70175500562420' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.7ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-05 14:29:15 -0500 -Processing by ArticlesController#new as HTML - Rendered articles/new.html.erb within layouts/application (141.1ms) -Completed 200 OK in 153ms (Views: 147.0ms | ActiveRecord: 0.4ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:29:15 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:29:15 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:29:15 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:29:15 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:29:15 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:29:15 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:29:15 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-05 14:29:53 -0500 -Processing by ArticlesController#new as HTML - Rendered articles/new.html.erb within layouts/application (2.4ms) -Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:29:53 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:29:53 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:29:53 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:29:53 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:29:53 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:29:53 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:29:53 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started POST "/articles" for 127.0.0.1 at 2012-08-05 14:30:10 -0500 - -AbstractController::ActionNotFound (The action 'create' could not be found for ArticlesController): - actionpack (3.2.7) lib/abstract_controller/base.rb:116:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.4ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-05 14:30:17 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (1.1ms) -Completed 200 OK in 8ms (Views: 6.3ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:30:17 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:30:17 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:30:17 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:30:17 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:30:17 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:30:17 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:30:17 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-05 14:31:13 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.1ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (1.0ms) -Completed 200 OK in 14ms (Views: 6.8ms | ActiveRecord: 0.5ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:31:13 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:31:13 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:31:13 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:31:13 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:31:13 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:31:13 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:31:13 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-05 14:31:15 -0500 -Processing by ArticlesController#new as HTML - Rendered articles/new.html.erb within layouts/application (2.8ms) -Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:31:15 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:31:15 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:31:15 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:31:15 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:31:15 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:31:15 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:31:15 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started POST "/articles" for 127.0.0.1 at 2012-08-05 14:31:25 -0500 -Processing by ArticlesController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"jAoJuV2KlyY2eUO4BOOyjflFW12bNuhFkw6SuCDaEao=", "article"=>{"title"=>"test", "body"=>"test"}, "commit"=>"Create Article"} -Completed 500 Internal Server Error in 1ms - -RuntimeError ({"utf8"=>"✓", "authenticity_token"=>"jAoJuV2KlyY2eUO4BOOyjflFW12bNuhFkw6SuCDaEao=", "article"=>{"title"=>"test", "body"=>"test"}, "commit"=>"Create Article", "action"=>"create", "controller"=>"articles"}): - app/controllers/articles_controller.rb:15:in `create' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.2ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-05 14:32:30 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (1.0ms) -Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:32:31 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:32:31 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:32:31 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:32:31 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:32:31 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:32:31 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:32:31 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-05 14:32:32 -0500 -Processing by ArticlesController#new as HTML - Rendered articles/new.html.erb within layouts/application (2.0ms) -Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:32:32 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:32:32 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:32:32 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:32:32 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:32:32 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:32:32 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:32:32 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-05 14:32:34 -0500 -Processing by ArticlesController#new as HTML - Rendered articles/new.html.erb within layouts/application (1.8ms) -Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:32:34 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:32:34 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:32:34 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:32:34 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:32:34 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:32:34 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:32:34 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-05 14:34:07 -0500 -Processing by ArticlesController#new as HTML - Rendered articles/new.html.erb within layouts/application (2.8ms) -Completed 200 OK in 44ms (Views: 8.9ms | ActiveRecord: 0.4ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:34:07 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:34:07 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:34:07 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:34:07 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:34:07 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:34:07 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:34:07 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started POST "/articles" for 127.0.0.1 at 2012-08-05 14:34:14 -0500 -Processing by ArticlesController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"jAoJuV2KlyY2eUO4BOOyjflFW12bNuhFkw6SuCDaEao=", "article"=>{"title"=>"test", "body"=>"test"}, "commit"=>"Create Article"} -  (0.1ms) begin transaction - SQL (119.1ms) INSERT INTO "articles" ("body", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["body", nil], ["created_at", Sun, 05 Aug 2012 19:34:14 UTC +00:00], ["title", "test"], ["updated_at", Sun, 05 Aug 2012 19:34:14 UTC +00:00]] -  (1.8ms) commit transaction -Completed 500 Internal Server Error in 126ms - -ActionView::MissingTemplate (Missing template articles/create, application/create with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :coffee]}. Searched in: - * "/Users/dkeefe75/projects/blogger/app/views" -): - actionpack (3.2.7) lib/action_view/path_set.rb:58:in `find' - actionpack (3.2.7) lib/action_view/lookup_context.rb:109:in `find' - actionpack (3.2.7) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:10:in `render' - actionpack (3.2.7) lib/action_view/renderer/renderer.rb:36:in `render_template' - actionpack (3.2.7) lib/action_view/renderer/renderer.rb:17:in `render' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:110:in `_render_template' - actionpack (3.2.7) lib/action_controller/metal/streaming.rb:225:in `_render_template' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:103:in `render_to_body' - actionpack (3.2.7) lib/action_controller/metal/renderers.rb:28:in `render_to_body' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:88:in `render' - actionpack (3.2.7) lib/action_controller/metal/rendering.rb:16:in `render' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' - activesupport (3.2.7) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' - activesupport (3.2.7) lib/active_support/core_ext/benchmark.rb:5:in `ms' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:40:in `block in render' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' - activerecord (3.2.7) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:39:in `render' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:167:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' - actionpack (3.2.7) lib/abstract_controller/callbacks.rb:18:in `block in process_action' - activesupport (3.2.7) lib/active_support/callbacks.rb:414:in `_run__3301679823456293775__process_action__2492410701779774071__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/abstract_controller/callbacks.rb:17:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' - activerecord (3.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:121:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.5ms) - - -Started POST "/articles" for 127.0.0.1 at 2012-08-05 14:35:07 -0500 -Processing by ArticlesController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"jAoJuV2KlyY2eUO4BOOyjflFW12bNuhFkw6SuCDaEao=", "article"=>{"title"=>"test", "body"=>"test"}, "commit"=>"Create Article"} -  (0.0ms) begin transaction - SQL (0.4ms) INSERT INTO "articles" ("body", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["body", nil], ["created_at", Sun, 05 Aug 2012 19:35:07 UTC +00:00], ["title", "test"], ["updated_at", Sun, 05 Aug 2012 19:35:07 UTC +00:00]] -  (1.1ms) commit transaction -Redirected to http://localhost:3000/articles/5 -Completed 302 Found in 11ms (ActiveRecord: 2.0ms) - - -Started GET "/articles/5" for 127.0.0.1 at 2012-08-05 14:35:07 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"5"} - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "5"]] - Rendered articles/show.html.erb within layouts/application (0.4ms) -Completed 200 OK in 8ms (Views: 6.3ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:35:07 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:35:07 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:35:07 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:35:07 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:35:07 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:35:07 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:35:07 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-05 14:35:09 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (1.4ms) -Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:35:09 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:35:09 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:35:09 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:35:09 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:35:09 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:35:09 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:35:09 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/4" for 127.0.0.1 at 2012-08-05 14:35:11 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"4"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "4"]] - Rendered articles/show.html.erb within layouts/application (0.5ms) -Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:35:11 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:35:11 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:35:11 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:35:11 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:35:11 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:35:11 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:35:11 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-05 14:35:12 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (1.3ms) -Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:35:12 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:35:12 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:35:12 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:35:12 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:35:12 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:35:12 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:35:12 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-05 14:46:16 -0500 - -SyntaxError (/Users/dkeefe75/projects/blogger/app/controllers/articles_controller.rb:16: syntax error, unexpected '.' - :title +. params[:article][:title], - ^ -/Users/dkeefe75/projects/blogger/app/controllers/articles_controller.rb:17: syntax error, unexpected tASSOC, expecting tCOLON2 or '[' or '.' - :body => params[:article][:body]) - ^ -/Users/dkeefe75/projects/blogger/app/controllers/articles_controller.rb:17: syntax error, unexpected ')', expecting keyword_end): - activesupport (3.2.7) lib/active_support/dependencies.rb:469:in `load' - activesupport (3.2.7) lib/active_support/dependencies.rb:469:in `block in load_file' - activesupport (3.2.7) lib/active_support/dependencies.rb:639:in `new_constants_in' - activesupport (3.2.7) lib/active_support/dependencies.rb:468:in `load_file' - activesupport (3.2.7) lib/active_support/dependencies.rb:353:in `require_or_load' - activesupport (3.2.7) lib/active_support/dependencies.rb:502:in `load_missing_constant' - activesupport (3.2.7) lib/active_support/dependencies.rb:192:in `block in const_missing' - activesupport (3.2.7) lib/active_support/dependencies.rb:190:in `each' - activesupport (3.2.7) lib/active_support/dependencies.rb:190:in `const_missing' - activesupport (3.2.7) lib/active_support/inflector/methods.rb:230:in `block in constantize' - activesupport (3.2.7) lib/active_support/inflector/methods.rb:229:in `each' - activesupport (3.2.7) lib/active_support/inflector/methods.rb:229:in `constantize' - activesupport (3.2.7) lib/active_support/dependencies.rb:554:in `get' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:54:in `controller' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:32:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.4ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-05 14:46:18 -0500 - -SyntaxError (/Users/dkeefe75/projects/blogger/app/controllers/articles_controller.rb:16: syntax error, unexpected '.' - :title +. params[:article][:title], - ^ -/Users/dkeefe75/projects/blogger/app/controllers/articles_controller.rb:17: syntax error, unexpected tASSOC, expecting tCOLON2 or '[' or '.' - :body => params[:article][:body]) - ^ -/Users/dkeefe75/projects/blogger/app/controllers/articles_controller.rb:17: syntax error, unexpected ')', expecting keyword_end): - activesupport (3.2.7) lib/active_support/dependencies.rb:469:in `load' - activesupport (3.2.7) lib/active_support/dependencies.rb:469:in `block in load_file' - activesupport (3.2.7) lib/active_support/dependencies.rb:639:in `new_constants_in' - activesupport (3.2.7) lib/active_support/dependencies.rb:468:in `load_file' - activesupport (3.2.7) lib/active_support/dependencies.rb:353:in `require_or_load' - activesupport (3.2.7) lib/active_support/dependencies.rb:502:in `load_missing_constant' - activesupport (3.2.7) lib/active_support/dependencies.rb:192:in `block in const_missing' - activesupport (3.2.7) lib/active_support/dependencies.rb:190:in `each' - activesupport (3.2.7) lib/active_support/dependencies.rb:190:in `const_missing' - activesupport (3.2.7) lib/active_support/inflector/methods.rb:230:in `block in constantize' - activesupport (3.2.7) lib/active_support/inflector/methods.rb:229:in `each' - activesupport (3.2.7) lib/active_support/inflector/methods.rb:229:in `constantize' - activesupport (3.2.7) lib/active_support/dependencies.rb:554:in `get' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:54:in `controller' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:32:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.2ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-05 14:46:22 -0500 - -SyntaxError (/Users/dkeefe75/projects/blogger/app/controllers/articles_controller.rb:16: syntax error, unexpected '.' - :title +. params[:article][:title], - ^ -/Users/dkeefe75/projects/blogger/app/controllers/articles_controller.rb:17: syntax error, unexpected tASSOC, expecting tCOLON2 or '[' or '.' - :body => params[:article][:body]) - ^ -/Users/dkeefe75/projects/blogger/app/controllers/articles_controller.rb:17: syntax error, unexpected ')', expecting keyword_end): - activesupport (3.2.7) lib/active_support/dependencies.rb:469:in `load' - activesupport (3.2.7) lib/active_support/dependencies.rb:469:in `block in load_file' - activesupport (3.2.7) lib/active_support/dependencies.rb:639:in `new_constants_in' - activesupport (3.2.7) lib/active_support/dependencies.rb:468:in `load_file' - activesupport (3.2.7) lib/active_support/dependencies.rb:353:in `require_or_load' - activesupport (3.2.7) lib/active_support/dependencies.rb:502:in `load_missing_constant' - activesupport (3.2.7) lib/active_support/dependencies.rb:192:in `block in const_missing' - activesupport (3.2.7) lib/active_support/dependencies.rb:190:in `each' - activesupport (3.2.7) lib/active_support/dependencies.rb:190:in `const_missing' - activesupport (3.2.7) lib/active_support/inflector/methods.rb:230:in `block in constantize' - activesupport (3.2.7) lib/active_support/inflector/methods.rb:229:in `each' - activesupport (3.2.7) lib/active_support/inflector/methods.rb:229:in `constantize' - activesupport (3.2.7) lib/active_support/dependencies.rb:554:in `get' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:54:in `controller' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:32:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.8ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-05 14:46:25 -0500 - -SyntaxError (/Users/dkeefe75/projects/blogger/app/controllers/articles_controller.rb:16: syntax error, unexpected '.' - :title +. params[:article][:title], - ^ -/Users/dkeefe75/projects/blogger/app/controllers/articles_controller.rb:17: syntax error, unexpected tASSOC, expecting tCOLON2 or '[' or '.' - :body => params[:article][:body]) - ^ -/Users/dkeefe75/projects/blogger/app/controllers/articles_controller.rb:17: syntax error, unexpected ')', expecting keyword_end): - activesupport (3.2.7) lib/active_support/dependencies.rb:469:in `load' - activesupport (3.2.7) lib/active_support/dependencies.rb:469:in `block in load_file' - activesupport (3.2.7) lib/active_support/dependencies.rb:639:in `new_constants_in' - activesupport (3.2.7) lib/active_support/dependencies.rb:468:in `load_file' - activesupport (3.2.7) lib/active_support/dependencies.rb:353:in `require_or_load' - activesupport (3.2.7) lib/active_support/dependencies.rb:502:in `load_missing_constant' - activesupport (3.2.7) lib/active_support/dependencies.rb:192:in `block in const_missing' - activesupport (3.2.7) lib/active_support/dependencies.rb:190:in `each' - activesupport (3.2.7) lib/active_support/dependencies.rb:190:in `const_missing' - activesupport (3.2.7) lib/active_support/inflector/methods.rb:230:in `block in constantize' - activesupport (3.2.7) lib/active_support/inflector/methods.rb:229:in `each' - activesupport (3.2.7) lib/active_support/inflector/methods.rb:229:in `constantize' - activesupport (3.2.7) lib/active_support/dependencies.rb:554:in `get' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:54:in `controller' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:32:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.2ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-05 14:47:10 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.1ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (1.4ms) -Completed 200 OK in 16ms (Views: 7.6ms | ActiveRecord: 0.5ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:47:10 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:47:10 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:47:10 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:47:10 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:47:10 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:47:10 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:47:10 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-05 14:47:12 -0500 -Processing by ArticlesController#new as HTML - Rendered articles/new.html.erb within layouts/application (2.6ms) -Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:47:12 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:47:12 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:47:12 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:47:12 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:47:12 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:47:12 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:47:12 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/3" for 127.0.0.1 at 2012-08-05 14:47:16 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"3"} - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "3"]] - Rendered articles/show.html.erb within layouts/application (0.4ms) -Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:47:16 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:47:16 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:47:16 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:47:16 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:47:16 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:47:16 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:47:16 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/articles/4" for 127.0.0.1 at 2012-08-05 14:47:18 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"4"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "4"]] - Rendered articles/show.html.erb within layouts/application (0.3ms) -Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:47:18 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:47:18 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:47:18 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:47:18 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:47:18 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:47:18 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:47:18 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-05 14:47:20 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (1.8ms) -Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:47:20 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:47:20 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:47:20 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:47:20 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:47:20 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:47:20 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:47:20 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-05 14:51:12 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.1ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (1.6ms) -Completed 200 OK in 16ms (Views: 7.9ms | ActiveRecord: 0.6ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:51:12 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:51:12 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:51:12 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:51:12 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:51:12 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:51:12 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:51:12 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-05 14:51:14 -0500 -Processing by ArticlesController#new as HTML - Rendered articles/new.html.erb within layouts/application (2.9ms) -Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:51:14 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:51:14 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:51:14 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:51:14 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:51:14 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:51:14 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:51:14 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-05 14:55:03 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Rendered articles/show.html.erb within layouts/application (1.0ms) -Completed 200 OK in 14ms (Views: 6.9ms | ActiveRecord: 0.5ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:55:03 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:55:03 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:55:03 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:55:03 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:55:03 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:55:03 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:55:03 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-05 14:55:05 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Rendered articles/show.html.erb within layouts/application (0.5ms) -Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:55:05 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:55:05 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:55:05 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:55:05 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:55:05 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:55:05 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:55:05 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-05 14:55:10 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Rendered articles/show.html.erb within layouts/application (0.5ms) -Completed 200 OK in 36ms (Views: 35.3ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:55:10 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:55:10 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:55:10 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:55:10 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:55:10 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:55:10 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:55:10 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-05 14:57:29 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (1.4ms) -Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:57:29 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:57:29 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:57:29 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:57:29 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:57:29 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:57:29 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:57:29 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/5" for 127.0.0.1 at 2012-08-05 14:57:30 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"5"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "5"]] -ERROR: compiling _app_views_articles_show_html_erb___1141890820893550976_70175476364120 RAISED /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4: syntax error, unexpected ':', expecting ')' -...lete", article_path(@article) :method => :delete );@output_b... -... ^ -Function body: def _app_views_articles_show_html_erb___1141890820893550976_70175476364120(local_assigns, output_buffer) - _old_virtual_path, @virtual_path = @virtual_path, "articles/show";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_concat('

');@output_buffer.append= ( @article.title );@output_buffer.safe_concat('

-

');@output_buffer.append= ( @article.body );@output_buffer.safe_concat('

-');@output_buffer.append= ( link_to "<< Back to Articles List", articles_path );@output_buffer.safe_concat(' -');@output_buffer.append= ( link_to "delete", article_path(@article) :method => :delete );@output_buffer.to_s - ensure - @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer - end - -Backtrace: /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:297:in `module_eval' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:297:in `compile' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:244:in `block in compile!' -:10:in `synchronize' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:232:in `compile!' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:144:in `block in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:125:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:143:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications/instrumenter.rb:20:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:45:in `render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:18:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/renderer.rb:36:in `render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/renderer.rb:17:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:110:in `_render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/streaming.rb:225:in `_render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:103:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/renderers.rb:28:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:88:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rendering.rb:16:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/core_ext/benchmark.rb:5:in `ms' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:40:in `block in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:39:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/implicit_render.rb:10:in `default_render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/implicit_render.rb:5:in `send_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/base.rb:167:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rendering.rb:10:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/callbacks.rb:18:in `block in process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:414:in `_run__3301679823456293775__process_action__1853784354596684405__callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `__run_callback' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:81:in `run_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/callbacks.rb:17:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rescue.rb:29:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications/instrumenter.rb:20:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:29:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/railties/controller_runtime.rb:18:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/base.rb:121:in `process' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:45:in `process' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal.rb:203:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal.rb:246:in `block in action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:73:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:36:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:600:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/head.rb:14:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/params_parser.rb:21:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/flash.rb:242:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/cookies.rb:338:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/query_cache.rb:64:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `__run_callback' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:81:in `run_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/reloader.rb:65:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/rack/logger.rb:26:in `call_app' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/rack/logger.rb:16:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/request_id.rb:22:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/cache/strategy/local_cache.rb:72:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/static.rb:62:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/engine.rb:479:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/application.rb:220:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - Rendered articles/show.html.erb within layouts/application (0.8ms) -Completed 500 Internal Server Error in 3ms - -ActionView::Template::Error (/Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4: syntax error, unexpected ':', expecting ')' -...lete", article_path(@article) :method => :delete );@output_b... -... ^): - 1:

<%= @article.title %>

- 2:

<%= @article.body %>

- 3: <%= link_to "<< Back to Articles List", articles_path %> - 4: <%= link_to "delete", article_path(@article) :method => :delete %> - actionpack (3.2.7) lib/action_view/template.rb:297:in `module_eval' - actionpack (3.2.7) lib/action_view/template.rb:297:in `compile' - actionpack (3.2.7) lib/action_view/template.rb:244:in `block in compile!' - :10:in `synchronize' - actionpack (3.2.7) lib/action_view/template.rb:232:in `compile!' - actionpack (3.2.7) lib/action_view/template.rb:144:in `block in render' - activesupport (3.2.7) lib/active_support/notifications.rb:125:in `instrument' - actionpack (3.2.7) lib/action_view/template.rb:143:in `render' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' - actionpack (3.2.7) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument' - actionpack (3.2.7) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:45:in `render_template' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:18:in `render' - actionpack (3.2.7) lib/action_view/renderer/renderer.rb:36:in `render_template' - actionpack (3.2.7) lib/action_view/renderer/renderer.rb:17:in `render' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:110:in `_render_template' - actionpack (3.2.7) lib/action_controller/metal/streaming.rb:225:in `_render_template' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:103:in `render_to_body' - actionpack (3.2.7) lib/action_controller/metal/renderers.rb:28:in `render_to_body' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:88:in `render' - actionpack (3.2.7) lib/action_controller/metal/rendering.rb:16:in `render' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' - activesupport (3.2.7) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' - activesupport (3.2.7) lib/active_support/core_ext/benchmark.rb:5:in `ms' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:40:in `block in render' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' - activerecord (3.2.7) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:39:in `render' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:167:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' - actionpack (3.2.7) lib/abstract_controller/callbacks.rb:18:in `block in process_action' - activesupport (3.2.7) lib/active_support/callbacks.rb:414:in `_run__3301679823456293775__process_action__1853784354596684405__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/abstract_controller/callbacks.rb:17:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' - activerecord (3.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:121:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.8ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.6ms) - - -Started GET "/articles/5" for 127.0.0.1 at 2012-08-05 14:57:33 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"5"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "5"]] -ERROR: compiling _app_views_articles_show_html_erb___1141890820893550976_70175476364120 RAISED /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4: syntax error, unexpected ':', expecting ')' -...lete", article_path(@article) :method => :delete );@output_b... -... ^ -Function body: def _app_views_articles_show_html_erb___1141890820893550976_70175476364120(local_assigns, output_buffer) - _old_virtual_path, @virtual_path = @virtual_path, "articles/show";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_concat('

');@output_buffer.append= ( @article.title );@output_buffer.safe_concat('

-

');@output_buffer.append= ( @article.body );@output_buffer.safe_concat('

-');@output_buffer.append= ( link_to "<< Back to Articles List", articles_path );@output_buffer.safe_concat(' -');@output_buffer.append= ( link_to "delete", article_path(@article) :method => :delete );@output_buffer.to_s - ensure - @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer - end - -Backtrace: /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:297:in `module_eval' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:297:in `compile' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:244:in `block in compile!' -:10:in `synchronize' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:232:in `compile!' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:144:in `block in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:125:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:143:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications/instrumenter.rb:20:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:45:in `render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:18:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/renderer.rb:36:in `render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/renderer.rb:17:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:110:in `_render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/streaming.rb:225:in `_render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:103:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/renderers.rb:28:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:88:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rendering.rb:16:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/core_ext/benchmark.rb:5:in `ms' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:40:in `block in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:39:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/implicit_render.rb:10:in `default_render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/implicit_render.rb:5:in `send_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/base.rb:167:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rendering.rb:10:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/callbacks.rb:18:in `block in process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:414:in `_run__3301679823456293775__process_action__1853784354596684405__callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `__run_callback' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:81:in `run_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/callbacks.rb:17:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rescue.rb:29:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications/instrumenter.rb:20:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:29:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/railties/controller_runtime.rb:18:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/base.rb:121:in `process' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:45:in `process' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal.rb:203:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal.rb:246:in `block in action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:73:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:36:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:600:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/head.rb:14:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/params_parser.rb:21:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/flash.rb:242:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/cookies.rb:338:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/query_cache.rb:64:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `__run_callback' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:81:in `run_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/reloader.rb:65:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/rack/logger.rb:26:in `call_app' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/rack/logger.rb:16:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/request_id.rb:22:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/cache/strategy/local_cache.rb:72:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/static.rb:62:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/engine.rb:479:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/application.rb:220:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - Rendered articles/show.html.erb within layouts/application (0.9ms) -Completed 500 Internal Server Error in 4ms - -ActionView::Template::Error (/Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4: syntax error, unexpected ':', expecting ')' -...lete", article_path(@article) :method => :delete );@output_b... -... ^): - 1:

<%= @article.title %>

- 2:

<%= @article.body %>

- 3: <%= link_to "<< Back to Articles List", articles_path %> - 4: <%= link_to "delete", article_path(@article) :method => :delete %> - actionpack (3.2.7) lib/action_view/template.rb:297:in `module_eval' - actionpack (3.2.7) lib/action_view/template.rb:297:in `compile' - actionpack (3.2.7) lib/action_view/template.rb:244:in `block in compile!' - :10:in `synchronize' - actionpack (3.2.7) lib/action_view/template.rb:232:in `compile!' - actionpack (3.2.7) lib/action_view/template.rb:144:in `block in render' - activesupport (3.2.7) lib/active_support/notifications.rb:125:in `instrument' - actionpack (3.2.7) lib/action_view/template.rb:143:in `render' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' - actionpack (3.2.7) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument' - actionpack (3.2.7) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:45:in `render_template' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:18:in `render' - actionpack (3.2.7) lib/action_view/renderer/renderer.rb:36:in `render_template' - actionpack (3.2.7) lib/action_view/renderer/renderer.rb:17:in `render' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:110:in `_render_template' - actionpack (3.2.7) lib/action_controller/metal/streaming.rb:225:in `_render_template' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:103:in `render_to_body' - actionpack (3.2.7) lib/action_controller/metal/renderers.rb:28:in `render_to_body' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:88:in `render' - actionpack (3.2.7) lib/action_controller/metal/rendering.rb:16:in `render' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' - activesupport (3.2.7) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' - activesupport (3.2.7) lib/active_support/core_ext/benchmark.rb:5:in `ms' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:40:in `block in render' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' - activerecord (3.2.7) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:39:in `render' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:167:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' - actionpack (3.2.7) lib/abstract_controller/callbacks.rb:18:in `block in process_action' - activesupport (3.2.7) lib/active_support/callbacks.rb:414:in `_run__3301679823456293775__process_action__1853784354596684405__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/abstract_controller/callbacks.rb:17:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' - activerecord (3.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:121:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.1ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.9ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-05 14:57:36 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (1.4ms) -Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:57:36 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:57:36 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:57:36 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:57:36 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:57:36 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:57:36 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:57:36 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/4" for 127.0.0.1 at 2012-08-05 14:57:38 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"4"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "4"]] -ERROR: compiling _app_views_articles_show_html_erb___1141890820893550976_70175476364120 RAISED /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4: syntax error, unexpected ':', expecting ')' -...lete", article_path(@article) :method => :delete );@output_b... -... ^ -Function body: def _app_views_articles_show_html_erb___1141890820893550976_70175476364120(local_assigns, output_buffer) - _old_virtual_path, @virtual_path = @virtual_path, "articles/show";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_concat('

');@output_buffer.append= ( @article.title );@output_buffer.safe_concat('

-

');@output_buffer.append= ( @article.body );@output_buffer.safe_concat('

-');@output_buffer.append= ( link_to "<< Back to Articles List", articles_path );@output_buffer.safe_concat(' -');@output_buffer.append= ( link_to "delete", article_path(@article) :method => :delete );@output_buffer.to_s - ensure - @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer - end - -Backtrace: /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:297:in `module_eval' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:297:in `compile' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:244:in `block in compile!' -:10:in `synchronize' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:232:in `compile!' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:144:in `block in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:125:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:143:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications/instrumenter.rb:20:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:45:in `render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:18:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/renderer.rb:36:in `render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/renderer.rb:17:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:110:in `_render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/streaming.rb:225:in `_render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:103:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/renderers.rb:28:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:88:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rendering.rb:16:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/core_ext/benchmark.rb:5:in `ms' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:40:in `block in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:39:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/implicit_render.rb:10:in `default_render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/implicit_render.rb:5:in `send_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/base.rb:167:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rendering.rb:10:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/callbacks.rb:18:in `block in process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:414:in `_run__3301679823456293775__process_action__1853784354596684405__callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `__run_callback' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:81:in `run_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/callbacks.rb:17:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rescue.rb:29:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications/instrumenter.rb:20:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:29:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/railties/controller_runtime.rb:18:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/base.rb:121:in `process' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:45:in `process' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal.rb:203:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal.rb:246:in `block in action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:73:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:36:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:600:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/head.rb:14:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/params_parser.rb:21:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/flash.rb:242:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/cookies.rb:338:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/query_cache.rb:64:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `__run_callback' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:81:in `run_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/reloader.rb:65:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/rack/logger.rb:26:in `call_app' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/rack/logger.rb:16:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/request_id.rb:22:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/cache/strategy/local_cache.rb:72:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/static.rb:62:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/engine.rb:479:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/application.rb:220:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - Rendered articles/show.html.erb within layouts/application (0.6ms) -Completed 500 Internal Server Error in 3ms - -ActionView::Template::Error (/Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4: syntax error, unexpected ':', expecting ')' -...lete", article_path(@article) :method => :delete );@output_b... -... ^): - 1:

<%= @article.title %>

- 2:

<%= @article.body %>

- 3: <%= link_to "<< Back to Articles List", articles_path %> - 4: <%= link_to "delete", article_path(@article) :method => :delete %> - actionpack (3.2.7) lib/action_view/template.rb:297:in `module_eval' - actionpack (3.2.7) lib/action_view/template.rb:297:in `compile' - actionpack (3.2.7) lib/action_view/template.rb:244:in `block in compile!' - :10:in `synchronize' - actionpack (3.2.7) lib/action_view/template.rb:232:in `compile!' - actionpack (3.2.7) lib/action_view/template.rb:144:in `block in render' - activesupport (3.2.7) lib/active_support/notifications.rb:125:in `instrument' - actionpack (3.2.7) lib/action_view/template.rb:143:in `render' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' - actionpack (3.2.7) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument' - actionpack (3.2.7) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:45:in `render_template' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:18:in `render' - actionpack (3.2.7) lib/action_view/renderer/renderer.rb:36:in `render_template' - actionpack (3.2.7) lib/action_view/renderer/renderer.rb:17:in `render' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:110:in `_render_template' - actionpack (3.2.7) lib/action_controller/metal/streaming.rb:225:in `_render_template' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:103:in `render_to_body' - actionpack (3.2.7) lib/action_controller/metal/renderers.rb:28:in `render_to_body' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:88:in `render' - actionpack (3.2.7) lib/action_controller/metal/rendering.rb:16:in `render' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' - activesupport (3.2.7) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' - activesupport (3.2.7) lib/active_support/core_ext/benchmark.rb:5:in `ms' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:40:in `block in render' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' - activerecord (3.2.7) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:39:in `render' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:167:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' - actionpack (3.2.7) lib/abstract_controller/callbacks.rb:18:in `block in process_action' - activesupport (3.2.7) lib/active_support/callbacks.rb:414:in `_run__3301679823456293775__process_action__1853784354596684405__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/abstract_controller/callbacks.rb:17:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' - activerecord (3.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:121:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.6ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-05 14:57:41 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -ERROR: compiling _app_views_articles_show_html_erb___1141890820893550976_70175476364120 RAISED /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4: syntax error, unexpected ':', expecting ')' -...lete", article_path(@article) :method => :delete );@output_b... -... ^ -Function body: def _app_views_articles_show_html_erb___1141890820893550976_70175476364120(local_assigns, output_buffer) - _old_virtual_path, @virtual_path = @virtual_path, "articles/show";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_concat('

');@output_buffer.append= ( @article.title );@output_buffer.safe_concat('

-

');@output_buffer.append= ( @article.body );@output_buffer.safe_concat('

-');@output_buffer.append= ( link_to "<< Back to Articles List", articles_path );@output_buffer.safe_concat(' -');@output_buffer.append= ( link_to "delete", article_path(@article) :method => :delete );@output_buffer.to_s - ensure - @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer - end - -Backtrace: /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:297:in `module_eval' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:297:in `compile' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:244:in `block in compile!' -:10:in `synchronize' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:232:in `compile!' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:144:in `block in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:125:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:143:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications/instrumenter.rb:20:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:45:in `render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:18:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/renderer.rb:36:in `render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/renderer.rb:17:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:110:in `_render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/streaming.rb:225:in `_render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:103:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/renderers.rb:28:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:88:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rendering.rb:16:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/core_ext/benchmark.rb:5:in `ms' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:40:in `block in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:39:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/implicit_render.rb:10:in `default_render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/implicit_render.rb:5:in `send_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/base.rb:167:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rendering.rb:10:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/callbacks.rb:18:in `block in process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:414:in `_run__3301679823456293775__process_action__1853784354596684405__callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `__run_callback' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:81:in `run_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/callbacks.rb:17:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rescue.rb:29:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications/instrumenter.rb:20:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:29:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/railties/controller_runtime.rb:18:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/base.rb:121:in `process' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:45:in `process' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal.rb:203:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal.rb:246:in `block in action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:73:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:36:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:600:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/head.rb:14:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/params_parser.rb:21:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/flash.rb:242:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/cookies.rb:338:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/query_cache.rb:64:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `__run_callback' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:81:in `run_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/reloader.rb:65:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/rack/logger.rb:26:in `call_app' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/rack/logger.rb:16:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/request_id.rb:22:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/cache/strategy/local_cache.rb:72:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/static.rb:62:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/engine.rb:479:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/application.rb:220:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - Rendered articles/show.html.erb within layouts/application (0.6ms) -Completed 500 Internal Server Error in 3ms - -ActionView::Template::Error (/Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4: syntax error, unexpected ':', expecting ')' -...lete", article_path(@article) :method => :delete );@output_b... -... ^): - 1:

<%= @article.title %>

- 2:

<%= @article.body %>

- 3: <%= link_to "<< Back to Articles List", articles_path %> - 4: <%= link_to "delete", article_path(@article) :method => :delete %> - actionpack (3.2.7) lib/action_view/template.rb:297:in `module_eval' - actionpack (3.2.7) lib/action_view/template.rb:297:in `compile' - actionpack (3.2.7) lib/action_view/template.rb:244:in `block in compile!' - :10:in `synchronize' - actionpack (3.2.7) lib/action_view/template.rb:232:in `compile!' - actionpack (3.2.7) lib/action_view/template.rb:144:in `block in render' - activesupport (3.2.7) lib/active_support/notifications.rb:125:in `instrument' - actionpack (3.2.7) lib/action_view/template.rb:143:in `render' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' - actionpack (3.2.7) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument' - actionpack (3.2.7) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:45:in `render_template' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:18:in `render' - actionpack (3.2.7) lib/action_view/renderer/renderer.rb:36:in `render_template' - actionpack (3.2.7) lib/action_view/renderer/renderer.rb:17:in `render' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:110:in `_render_template' - actionpack (3.2.7) lib/action_controller/metal/streaming.rb:225:in `_render_template' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:103:in `render_to_body' - actionpack (3.2.7) lib/action_controller/metal/renderers.rb:28:in `render_to_body' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:88:in `render' - actionpack (3.2.7) lib/action_controller/metal/rendering.rb:16:in `render' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' - activesupport (3.2.7) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' - activesupport (3.2.7) lib/active_support/core_ext/benchmark.rb:5:in `ms' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:40:in `block in render' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' - activerecord (3.2.7) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:39:in `render' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:167:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' - actionpack (3.2.7) lib/abstract_controller/callbacks.rb:18:in `block in process_action' - activesupport (3.2.7) lib/active_support/callbacks.rb:414:in `_run__3301679823456293775__process_action__1853784354596684405__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/abstract_controller/callbacks.rb:17:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' - activerecord (3.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:121:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.1ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.3ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-05 14:58:36 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Rendered articles/show.html.erb within layouts/application (1.0ms) -Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:58:36 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:58:36 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:58:36 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:58:36 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:58:36 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:58:36 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:58:36 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-05 14:58:37 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (1.4ms) -Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:58:37 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:58:37 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:58:37 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:58:37 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:58:37 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:58:37 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:58:37 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/2" for 127.0.0.1 at 2012-08-05 14:58:38 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"2"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "2"]] - Rendered articles/show.html.erb within layouts/application (0.5ms) -Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:58:38 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:58:38 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:58:38 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:58:38 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:58:38 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:58:38 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:58:38 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/articles/2" for 127.0.0.1 at 2012-08-05 14:58:40 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"2"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "2"]] - Rendered articles/show.html.erb within layouts/application (0.5ms) -Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:58:40 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:58:40 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:58:40 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:58:40 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:58:40 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:58:40 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:58:40 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-05 14:59:44 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (1.3ms) -Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:59:45 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:59:45 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:59:45 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:59:45 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:59:45 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:59:45 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:59:45 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/4" for 127.0.0.1 at 2012-08-05 14:59:47 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"4"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "4"]] - Rendered articles/show.html.erb within layouts/application (1.1ms) -Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:59:47 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:59:47 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:59:47 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:59:47 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:59:47 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:59:47 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:59:47 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started DELETE "/articles/4" for 127.0.0.1 at 2012-08-05 14:59:48 -0500 - -AbstractController::ActionNotFound (The action 'destroy' could not be found for ArticlesController): - actionpack (3.2.7) lib/abstract_controller/base.rb:116:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.4ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-05 14:59:56 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.3ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (1.4ms) -Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.3ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 14:59:56 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 14:59:56 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 14:59:56 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 14:59:56 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 14:59:56 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 14:59:56 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 14:59:56 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-05 19:01:34 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Rendered articles/show.html.erb within layouts/application (0.8ms) -Completed 200 OK in 23ms (Views: 21.6ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-05 19:01:34 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-05 19:01:34 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-05 19:01:34 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-05 19:01:34 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-05 19:01:34 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-05 19:01:34 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-05 19:01:34 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started DELETE "/articles/1" for 127.0.0.1 at 2012-08-05 19:01:36 -0500 - -AbstractController::ActionNotFound (The action 'destroy' could not be found for ArticlesController): - actionpack (3.2.7) lib/abstract_controller/base.rb:116:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.5ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-07 19:00:40 -0500 -Processing by ArticlesController#index as HTML - Article Load (149.9ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (73.3ms) -Completed 200 OK in 474ms (Views: 269.0ms | ActiveRecord: 149.9ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:00:41 -0500 -Served asset /articles.js - 304 Not Modified (8ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:00:41 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:00:41 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:00:41 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:00:41 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:00:41 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:00:41 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-07 19:07:53 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (14.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Rendered articles/show.html.erb within layouts/application (23.6ms) -Completed 200 OK in 78ms (Views: 29.9ms | ActiveRecord: 14.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:07:53 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:07:53 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:07:53 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:07:53 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:07:53 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:07:53 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:07:53 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-07 19:07:54 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (1.3ms) -Completed 200 OK in 36ms (Views: 35.3ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:07:54 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:07:54 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:07:54 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:07:54 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:07:54 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:07:54 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:07:54 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/4" for 127.0.0.1 at 2012-08-07 19:07:56 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"4"} - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "4"]] - Rendered articles/show.html.erb within layouts/application (0.7ms) -Completed 200 OK in 35ms (Views: 18.9ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:07:56 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:07:56 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:07:56 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:07:56 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:07:56 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:07:56 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:07:56 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-07 19:07:57 -0500 -Processing by ArticlesController#index as HTML - Article Load (11.7ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (11.0ms) -Completed 200 OK in 39ms (Views: 16.7ms | ActiveRecord: 11.7ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:07:57 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:07:57 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:07:57 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:07:57 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:07:57 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:07:57 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:07:57 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-07 19:17:22 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.3ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (1.4ms) -Completed 200 OK in 33ms (Views: 7.4ms | ActiveRecord: 0.3ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:17:22 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:17:22 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:17:22 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:17:22 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:17:22 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:17:22 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:17:22 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-07 19:17:24 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Rendered articles/show.html.erb within layouts/application (30.9ms) -Completed 200 OK in 41ms (Views: 40.4ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:17:24 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:17:24 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:17:24 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:17:24 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:17:24 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:17:24 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:17:24 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started POST "/articles/1" for 127.0.0.1 at 2012-08-07 19:17:25 -0500 - -ActionController::RoutingError (No route matches [POST] "/articles/1"): - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-07 19:18:41 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.3ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (1.4ms) -Completed 200 OK in 21ms (Views: 7.9ms | ActiveRecord: 0.3ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:18:41 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:18:41 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:18:41 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:18:41 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:18:41 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:18:41 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:18:41 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/2" for 127.0.0.1 at 2012-08-07 19:18:42 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"2"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "2"]] - Rendered articles/show.html.erb within layouts/application (1.6ms) -Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:18:42 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:18:42 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:18:42 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:18:42 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:18:42 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:18:42 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:18:42 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started DELETE "/articles/2" for 127.0.0.1 at 2012-08-07 19:18:43 -0500 - -AbstractController::ActionNotFound (The action 'destroy' could not be found for ArticlesController): - actionpack (3.2.7) lib/abstract_controller/base.rb:116:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.6ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-07 19:22:54 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.1ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (1.4ms) -Completed 200 OK in 56ms (Views: 7.7ms | ActiveRecord: 0.8ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:22:54 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:22:54 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:22:54 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:22:54 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:22:54 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:22:54 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:22:54 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/3" for 127.0.0.1 at 2012-08-07 19:22:56 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"3"} - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "3"]] - Rendered articles/show.html.erb within layouts/application (0.8ms) -Completed 200 OK in 8ms (Views: 6.4ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:22:56 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:22:56 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:22:56 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:22:56 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:22:56 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:22:56 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:22:56 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started DELETE "/articles/3" for 127.0.0.1 at 2012-08-07 19:22:57 -0500 -Processing by ArticlesController#destroy as HTML - Parameters: {"authenticity_token"=>"QD3vGFZbAwRPXpDsIqqiNrutZFG2OxsTn27Akr1ZsYs=", "id"=>"3"} - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "3"]] -  (0.1ms) begin transaction - SQL (0.3ms) DELETE FROM "articles" WHERE "articles"."id" = ? [["id", 3]] -  (1.2ms) commit transaction -Redirected to http://localhost:3000/articles -Completed 302 Found in 29ms (ActiveRecord: 1.7ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-07 19:22:57 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (1.2ms) -Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:22:57 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:22:57 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:22:57 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:22:57 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:22:57 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:22:57 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:22:57 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started DELETE "/articles/3" for 127.0.0.1 at 2012-08-07 19:23:03 -0500 -Processing by ArticlesController#destroy as HTML - Parameters: {"authenticity_token"=>"QD3vGFZbAwRPXpDsIqqiNrutZFG2OxsTn27Akr1ZsYs=", "id"=>"3"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "3"]] -Completed 500 Internal Server Error in 1ms - -ActiveRecord::RecordNotFound (Couldn't find Article with id=3): - app/controllers/articles_controller.rb:21:in `destroy' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (27.7ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (52.4ms) - - -Started GET "/articles/3" for 127.0.0.1 at 2012-08-07 19:23:06 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"3"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "3"]] -Completed 500 Internal Server Error in 2ms - -ActiveRecord::RecordNotFound (Couldn't find Article with id=3): - app/controllers/articles_controller.rb:7:in `show' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.8ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (14.1ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (47.5ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-07 19:23:10 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Rendered articles/show.html.erb within layouts/application (0.7ms) -Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:23:10 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:23:10 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:23:10 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:23:10 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:23:10 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:23:10 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:23:10 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-07 19:23:12 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (1.1ms) -Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:23:12 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:23:12 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:23:12 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:23:12 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:23:12 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:23:12 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:23:12 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/5" for 127.0.0.1 at 2012-08-07 19:23:20 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"5"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "5"]] - Rendered articles/show.html.erb within layouts/application (0.6ms) -Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:23:20 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:23:20 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:23:20 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:23:20 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:23:20 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:23:20 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:23:20 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started DELETE "/articles/5" for 127.0.0.1 at 2012-08-07 19:23:22 -0500 -Processing by ArticlesController#destroy as HTML - Parameters: {"authenticity_token"=>"QD3vGFZbAwRPXpDsIqqiNrutZFG2OxsTn27Akr1ZsYs=", "id"=>"5"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "5"]] -  (0.1ms) begin transaction - SQL (0.2ms) DELETE FROM "articles" WHERE "articles"."id" = ? [["id", 5]] -  (0.8ms) commit transaction -Redirected to http://localhost:3000/articles -Completed 302 Found in 3ms (ActiveRecord: 1.2ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-07 19:23:22 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (1.1ms) -Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:23:22 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:23:22 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:23:22 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:23:22 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:23:22 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:23:22 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:23:22 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/articles/4" for 127.0.0.1 at 2012-08-07 19:23:24 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"4"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "4"]] - Rendered articles/show.html.erb within layouts/application (0.9ms) -Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:23:24 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:23:24 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:23:24 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:23:24 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:23:24 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:23:24 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:23:24 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started DELETE "/articles/4" for 127.0.0.1 at 2012-08-07 19:23:25 -0500 -Processing by ArticlesController#destroy as HTML - Parameters: {"authenticity_token"=>"QD3vGFZbAwRPXpDsIqqiNrutZFG2OxsTn27Akr1ZsYs=", "id"=>"4"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "4"]] -  (0.0ms) begin transaction - SQL (0.2ms) DELETE FROM "articles" WHERE "articles"."id" = ? [["id", 4]] -  (0.9ms) commit transaction -Redirected to http://localhost:3000/articles -Completed 302 Found in 3ms (ActiveRecord: 1.3ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-07 19:23:25 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (0.8ms) -Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:23:25 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:23:25 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:23:25 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:23:25 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:23:25 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:23:25 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:23:25 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-07 19:27:06 -0500 -Processing by ArticlesController#new as HTML - Rendered articles/new.html.erb within layouts/application (48.4ms) -Completed 200 OK in 61ms (Views: 59.9ms | ActiveRecord: 0.0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:27:06 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:27:06 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:27:06 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:27:06 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:27:06 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:27:06 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:27:06 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started POST "/articles" for 127.0.0.1 at 2012-08-07 19:27:15 -0500 -Processing by ArticlesController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"QD3vGFZbAwRPXpDsIqqiNrutZFG2OxsTn27Akr1ZsYs=", "article"=>{"title"=>"go time", "body"=>"go"}, "commit"=>"Create Article"} -  (0.1ms) begin transaction - SQL (119.8ms) INSERT INTO "articles" ("body", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["body", "go"], ["created_at", Wed, 08 Aug 2012 00:27:15 UTC +00:00], ["title", "go time"], ["updated_at", Wed, 08 Aug 2012 00:27:15 UTC +00:00]] -  (27.6ms) commit transaction -Redirected to http://localhost:3000/articles/6 -Completed 302 Found in 262ms (ActiveRecord: 147.5ms) - - -Started GET "/articles/6" for 127.0.0.1 at 2012-08-07 19:27:15 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"6"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "6"]] -ERROR: compiling _app_views_articles_show_html_erb___1141890820893550976_70175503036040 RAISED /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4: syntax error, unexpected ':', expecting ')' -...@article), :method => :delete :confirm => "Really Delete Art... -... ^ -Function body: def _app_views_articles_show_html_erb___1141890820893550976_70175503036040(local_assigns, output_buffer) - _old_virtual_path, @virtual_path = @virtual_path, "articles/show";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_concat('

');@output_buffer.append= ( @article.title );@output_buffer.safe_concat('

-

');@output_buffer.append= ( @article.body );@output_buffer.safe_concat('

-');@output_buffer.append= ( link_to "<< Back to Articles List", articles_path );@output_buffer.safe_concat(' -');@output_buffer.append= ( link_to "delete", article_path(@article), :method => :delete :confirm => "Really Delete Article?" );@output_buffer.to_s - ensure - @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer - end - -Backtrace: /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:297:in `module_eval' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:297:in `compile' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:244:in `block in compile!' -:10:in `synchronize' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:232:in `compile!' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:144:in `block in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:125:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:143:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications/instrumenter.rb:20:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:45:in `render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:18:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/renderer.rb:36:in `render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/renderer.rb:17:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:110:in `_render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/streaming.rb:225:in `_render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:103:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/renderers.rb:28:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:88:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rendering.rb:16:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/core_ext/benchmark.rb:5:in `ms' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:40:in `block in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:39:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/implicit_render.rb:10:in `default_render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/implicit_render.rb:5:in `send_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/base.rb:167:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rendering.rb:10:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/callbacks.rb:18:in `block in process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:414:in `_run__3301679823456293775__process_action__1853784354596684405__callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `__run_callback' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:81:in `run_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/callbacks.rb:17:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rescue.rb:29:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications/instrumenter.rb:20:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:29:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/railties/controller_runtime.rb:18:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/base.rb:121:in `process' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:45:in `process' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal.rb:203:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal.rb:246:in `block in action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:73:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:36:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:600:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/head.rb:14:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/params_parser.rb:21:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/flash.rb:242:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/cookies.rb:338:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/query_cache.rb:64:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `__run_callback' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:81:in `run_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/reloader.rb:65:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/rack/logger.rb:26:in `call_app' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/rack/logger.rb:16:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/request_id.rb:22:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/cache/strategy/local_cache.rb:72:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/static.rb:62:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/engine.rb:479:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/application.rb:220:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - Rendered articles/show.html.erb within layouts/application (0.8ms) -Completed 500 Internal Server Error in 3ms - -ActionView::Template::Error (/Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4: syntax error, unexpected ':', expecting ')' -...@article), :method => :delete :confirm => "Really Delete Art... -... ^): - 1:

<%= @article.title %>

- 2:

<%= @article.body %>

- 3: <%= link_to "<< Back to Articles List", articles_path %> - 4: <%= link_to "delete", article_path(@article), :method => :delete :confirm => "Really Delete Article?" %> - actionpack (3.2.7) lib/action_view/template.rb:297:in `module_eval' - actionpack (3.2.7) lib/action_view/template.rb:297:in `compile' - actionpack (3.2.7) lib/action_view/template.rb:244:in `block in compile!' - :10:in `synchronize' - actionpack (3.2.7) lib/action_view/template.rb:232:in `compile!' - actionpack (3.2.7) lib/action_view/template.rb:144:in `block in render' - activesupport (3.2.7) lib/active_support/notifications.rb:125:in `instrument' - actionpack (3.2.7) lib/action_view/template.rb:143:in `render' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' - actionpack (3.2.7) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument' - actionpack (3.2.7) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:45:in `render_template' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:18:in `render' - actionpack (3.2.7) lib/action_view/renderer/renderer.rb:36:in `render_template' - actionpack (3.2.7) lib/action_view/renderer/renderer.rb:17:in `render' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:110:in `_render_template' - actionpack (3.2.7) lib/action_controller/metal/streaming.rb:225:in `_render_template' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:103:in `render_to_body' - actionpack (3.2.7) lib/action_controller/metal/renderers.rb:28:in `render_to_body' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:88:in `render' - actionpack (3.2.7) lib/action_controller/metal/rendering.rb:16:in `render' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' - activesupport (3.2.7) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' - activesupport (3.2.7) lib/active_support/core_ext/benchmark.rb:5:in `ms' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:40:in `block in render' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' - activerecord (3.2.7) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:39:in `render' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:167:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' - actionpack (3.2.7) lib/abstract_controller/callbacks.rb:18:in `block in process_action' - activesupport (3.2.7) lib/active_support/callbacks.rb:414:in `_run__3301679823456293775__process_action__1853784354596684405__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/abstract_controller/callbacks.rb:17:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' - activerecord (3.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:121:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (31.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (48.1ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (86.5ms) - - -Started GET "/articles/2" for 127.0.0.1 at 2012-08-07 19:27:21 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"2"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "2"]] -ERROR: compiling _app_views_articles_show_html_erb___1141890820893550976_70175503036040 RAISED /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4: syntax error, unexpected ':', expecting ')' -...@article), :method => :delete :confirm => "Really Delete Art... -... ^ -Function body: def _app_views_articles_show_html_erb___1141890820893550976_70175503036040(local_assigns, output_buffer) - _old_virtual_path, @virtual_path = @virtual_path, "articles/show";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_concat('

');@output_buffer.append= ( @article.title );@output_buffer.safe_concat('

-

');@output_buffer.append= ( @article.body );@output_buffer.safe_concat('

-');@output_buffer.append= ( link_to "<< Back to Articles List", articles_path );@output_buffer.safe_concat(' -');@output_buffer.append= ( link_to "delete", article_path(@article), :method => :delete :confirm => "Really Delete Article?" );@output_buffer.to_s - ensure - @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer - end - -Backtrace: /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:297:in `module_eval' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:297:in `compile' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:244:in `block in compile!' -:10:in `synchronize' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:232:in `compile!' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:144:in `block in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:125:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:143:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications/instrumenter.rb:20:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:45:in `render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:18:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/renderer.rb:36:in `render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/renderer.rb:17:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:110:in `_render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/streaming.rb:225:in `_render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:103:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/renderers.rb:28:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:88:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rendering.rb:16:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/core_ext/benchmark.rb:5:in `ms' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:40:in `block in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:39:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/implicit_render.rb:10:in `default_render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/implicit_render.rb:5:in `send_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/base.rb:167:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rendering.rb:10:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/callbacks.rb:18:in `block in process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:414:in `_run__3301679823456293775__process_action__1853784354596684405__callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `__run_callback' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:81:in `run_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/callbacks.rb:17:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rescue.rb:29:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications/instrumenter.rb:20:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:29:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/railties/controller_runtime.rb:18:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/base.rb:121:in `process' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:45:in `process' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal.rb:203:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal.rb:246:in `block in action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:73:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:36:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:600:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/head.rb:14:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/params_parser.rb:21:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/flash.rb:242:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/cookies.rb:338:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/query_cache.rb:64:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `__run_callback' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:81:in `run_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/reloader.rb:65:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/rack/logger.rb:26:in `call_app' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/rack/logger.rb:16:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/request_id.rb:22:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/cache/strategy/local_cache.rb:72:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/static.rb:62:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/engine.rb:479:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/application.rb:220:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - Rendered articles/show.html.erb within layouts/application (0.9ms) -Completed 500 Internal Server Error in 3ms - -ActionView::Template::Error (/Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4: syntax error, unexpected ':', expecting ')' -...@article), :method => :delete :confirm => "Really Delete Art... -... ^): - 1:

<%= @article.title %>

- 2:

<%= @article.body %>

- 3: <%= link_to "<< Back to Articles List", articles_path %> - 4: <%= link_to "delete", article_path(@article), :method => :delete :confirm => "Really Delete Article?" %> - actionpack (3.2.7) lib/action_view/template.rb:297:in `module_eval' - actionpack (3.2.7) lib/action_view/template.rb:297:in `compile' - actionpack (3.2.7) lib/action_view/template.rb:244:in `block in compile!' - :10:in `synchronize' - actionpack (3.2.7) lib/action_view/template.rb:232:in `compile!' - actionpack (3.2.7) lib/action_view/template.rb:144:in `block in render' - activesupport (3.2.7) lib/active_support/notifications.rb:125:in `instrument' - actionpack (3.2.7) lib/action_view/template.rb:143:in `render' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' - actionpack (3.2.7) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument' - actionpack (3.2.7) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:45:in `render_template' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:18:in `render' - actionpack (3.2.7) lib/action_view/renderer/renderer.rb:36:in `render_template' - actionpack (3.2.7) lib/action_view/renderer/renderer.rb:17:in `render' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:110:in `_render_template' - actionpack (3.2.7) lib/action_controller/metal/streaming.rb:225:in `_render_template' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:103:in `render_to_body' - actionpack (3.2.7) lib/action_controller/metal/renderers.rb:28:in `render_to_body' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:88:in `render' - actionpack (3.2.7) lib/action_controller/metal/rendering.rb:16:in `render' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' - activesupport (3.2.7) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' - activesupport (3.2.7) lib/active_support/core_ext/benchmark.rb:5:in `ms' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:40:in `block in render' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' - activerecord (3.2.7) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:39:in `render' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:167:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' - actionpack (3.2.7) lib/abstract_controller/callbacks.rb:18:in `block in process_action' - activesupport (3.2.7) lib/active_support/callbacks.rb:414:in `_run__3301679823456293775__process_action__1853784354596684405__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/abstract_controller/callbacks.rb:17:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' - activerecord (3.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:121:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.2ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (22.1ms) - - -Started GET "/articles/2" for 127.0.0.1 at 2012-08-07 19:28:09 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"2"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "2"]] -ERROR: compiling _app_views_articles_show_html_erb___1141890820893550976_70175495146360 RAISED /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4: syntax error, unexpected tASSOC, expecting ')' -...article), :method => :delete => :confirm => "Really Delete A... -... ^ -Function body: def _app_views_articles_show_html_erb___1141890820893550976_70175495146360(local_assigns, output_buffer) - _old_virtual_path, @virtual_path = @virtual_path, "articles/show";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_concat('

');@output_buffer.append= ( @article.title );@output_buffer.safe_concat('

-

');@output_buffer.append= ( @article.body );@output_buffer.safe_concat('

-');@output_buffer.append= ( link_to "<< Back to Articles List", articles_path );@output_buffer.safe_concat(' -');@output_buffer.append= ( link_to "delete", article_path(@article), :method => :delete => :confirm => "Really Delete Article?" );@output_buffer.to_s - ensure - @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer - end - -Backtrace: /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:297:in `module_eval' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:297:in `compile' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:244:in `block in compile!' -:10:in `synchronize' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:232:in `compile!' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:144:in `block in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:125:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:143:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications/instrumenter.rb:20:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:45:in `render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:18:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/renderer.rb:36:in `render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/renderer.rb:17:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:110:in `_render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/streaming.rb:225:in `_render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:103:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/renderers.rb:28:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:88:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rendering.rb:16:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/core_ext/benchmark.rb:5:in `ms' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:40:in `block in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:39:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/implicit_render.rb:10:in `default_render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/implicit_render.rb:5:in `send_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/base.rb:167:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rendering.rb:10:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/callbacks.rb:18:in `block in process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:414:in `_run__3301679823456293775__process_action__1853784354596684405__callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `__run_callback' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:81:in `run_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/callbacks.rb:17:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rescue.rb:29:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications/instrumenter.rb:20:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:29:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/railties/controller_runtime.rb:18:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/base.rb:121:in `process' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:45:in `process' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal.rb:203:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal.rb:246:in `block in action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:73:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:36:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:600:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/head.rb:14:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/params_parser.rb:21:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/flash.rb:242:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/cookies.rb:338:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/query_cache.rb:64:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `__run_callback' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:81:in `run_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/reloader.rb:65:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/rack/logger.rb:26:in `call_app' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/rack/logger.rb:16:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/request_id.rb:22:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/cache/strategy/local_cache.rb:72:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/static.rb:62:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/engine.rb:479:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/application.rb:220:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - Rendered articles/show.html.erb within layouts/application (5.8ms) -Completed 500 Internal Server Error in 8ms - -ActionView::Template::Error (/Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4: syntax error, unexpected tASSOC, expecting ')' -...article), :method => :delete => :confirm => "Really Delete A... -... ^): - 1:

<%= @article.title %>

- 2:

<%= @article.body %>

- 3: <%= link_to "<< Back to Articles List", articles_path %> - 4: <%= link_to "delete", article_path(@article), :method => :delete => :confirm => "Really Delete Article?" %> - actionpack (3.2.7) lib/action_view/template.rb:297:in `module_eval' - actionpack (3.2.7) lib/action_view/template.rb:297:in `compile' - actionpack (3.2.7) lib/action_view/template.rb:244:in `block in compile!' - :10:in `synchronize' - actionpack (3.2.7) lib/action_view/template.rb:232:in `compile!' - actionpack (3.2.7) lib/action_view/template.rb:144:in `block in render' - activesupport (3.2.7) lib/active_support/notifications.rb:125:in `instrument' - actionpack (3.2.7) lib/action_view/template.rb:143:in `render' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' - actionpack (3.2.7) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument' - actionpack (3.2.7) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:45:in `render_template' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:18:in `render' - actionpack (3.2.7) lib/action_view/renderer/renderer.rb:36:in `render_template' - actionpack (3.2.7) lib/action_view/renderer/renderer.rb:17:in `render' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:110:in `_render_template' - actionpack (3.2.7) lib/action_controller/metal/streaming.rb:225:in `_render_template' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:103:in `render_to_body' - actionpack (3.2.7) lib/action_controller/metal/renderers.rb:28:in `render_to_body' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:88:in `render' - actionpack (3.2.7) lib/action_controller/metal/rendering.rb:16:in `render' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' - activesupport (3.2.7) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' - activesupport (3.2.7) lib/active_support/core_ext/benchmark.rb:5:in `ms' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:40:in `block in render' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' - activerecord (3.2.7) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:39:in `render' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:167:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' - actionpack (3.2.7) lib/abstract_controller/callbacks.rb:18:in `block in process_action' - activesupport (3.2.7) lib/active_support/callbacks.rb:414:in `_run__3301679823456293775__process_action__1853784354596684405__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/abstract_controller/callbacks.rb:17:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' - activerecord (3.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:121:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (15.2ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (25.9ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-07 19:28:12 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (1.1ms) -Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:28:12 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:28:12 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:28:12 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:28:12 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:28:12 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:28:12 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:28:12 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/6" for 127.0.0.1 at 2012-08-07 19:28:15 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"6"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "6"]] -ERROR: compiling _app_views_articles_show_html_erb___1141890820893550976_70175495146360 RAISED /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4: syntax error, unexpected tASSOC, expecting ')' -...article), :method => :delete => :confirm => "Really Delete A... -... ^ -Function body: def _app_views_articles_show_html_erb___1141890820893550976_70175495146360(local_assigns, output_buffer) - _old_virtual_path, @virtual_path = @virtual_path, "articles/show";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_concat('

');@output_buffer.append= ( @article.title );@output_buffer.safe_concat('

-

');@output_buffer.append= ( @article.body );@output_buffer.safe_concat('

-');@output_buffer.append= ( link_to "<< Back to Articles List", articles_path );@output_buffer.safe_concat(' -');@output_buffer.append= ( link_to "delete", article_path(@article), :method => :delete => :confirm => "Really Delete Article?" );@output_buffer.to_s - ensure - @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer - end - -Backtrace: /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:297:in `module_eval' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:297:in `compile' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:244:in `block in compile!' -:10:in `synchronize' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:232:in `compile!' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:144:in `block in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:125:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:143:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications/instrumenter.rb:20:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:45:in `render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:18:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/renderer.rb:36:in `render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/renderer.rb:17:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:110:in `_render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/streaming.rb:225:in `_render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:103:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/renderers.rb:28:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:88:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rendering.rb:16:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/core_ext/benchmark.rb:5:in `ms' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:40:in `block in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:39:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/implicit_render.rb:10:in `default_render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/implicit_render.rb:5:in `send_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/base.rb:167:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rendering.rb:10:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/callbacks.rb:18:in `block in process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:414:in `_run__3301679823456293775__process_action__1853784354596684405__callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `__run_callback' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:81:in `run_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/callbacks.rb:17:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rescue.rb:29:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications/instrumenter.rb:20:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:29:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/railties/controller_runtime.rb:18:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/base.rb:121:in `process' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:45:in `process' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal.rb:203:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal.rb:246:in `block in action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:73:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:36:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:600:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/head.rb:14:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/params_parser.rb:21:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/flash.rb:242:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/cookies.rb:338:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/query_cache.rb:64:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `__run_callback' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:81:in `run_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/reloader.rb:65:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/rack/logger.rb:26:in `call_app' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/rack/logger.rb:16:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/request_id.rb:22:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/cache/strategy/local_cache.rb:72:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/static.rb:62:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/engine.rb:479:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/application.rb:220:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - Rendered articles/show.html.erb within layouts/application (0.8ms) -Completed 500 Internal Server Error in 3ms - -ActionView::Template::Error (/Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4: syntax error, unexpected tASSOC, expecting ')' -...article), :method => :delete => :confirm => "Really Delete A... -... ^): - 1:

<%= @article.title %>

- 2:

<%= @article.body %>

- 3: <%= link_to "<< Back to Articles List", articles_path %> - 4: <%= link_to "delete", article_path(@article), :method => :delete => :confirm => "Really Delete Article?" %> - actionpack (3.2.7) lib/action_view/template.rb:297:in `module_eval' - actionpack (3.2.7) lib/action_view/template.rb:297:in `compile' - actionpack (3.2.7) lib/action_view/template.rb:244:in `block in compile!' - :10:in `synchronize' - actionpack (3.2.7) lib/action_view/template.rb:232:in `compile!' - actionpack (3.2.7) lib/action_view/template.rb:144:in `block in render' - activesupport (3.2.7) lib/active_support/notifications.rb:125:in `instrument' - actionpack (3.2.7) lib/action_view/template.rb:143:in `render' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' - actionpack (3.2.7) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument' - actionpack (3.2.7) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:45:in `render_template' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:18:in `render' - actionpack (3.2.7) lib/action_view/renderer/renderer.rb:36:in `render_template' - actionpack (3.2.7) lib/action_view/renderer/renderer.rb:17:in `render' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:110:in `_render_template' - actionpack (3.2.7) lib/action_controller/metal/streaming.rb:225:in `_render_template' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:103:in `render_to_body' - actionpack (3.2.7) lib/action_controller/metal/renderers.rb:28:in `render_to_body' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:88:in `render' - actionpack (3.2.7) lib/action_controller/metal/rendering.rb:16:in `render' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' - activesupport (3.2.7) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' - activesupport (3.2.7) lib/active_support/core_ext/benchmark.rb:5:in `ms' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:40:in `block in render' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' - activerecord (3.2.7) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:39:in `render' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:167:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' - actionpack (3.2.7) lib/abstract_controller/callbacks.rb:18:in `block in process_action' - activesupport (3.2.7) lib/active_support/callbacks.rb:414:in `_run__3301679823456293775__process_action__1853784354596684405__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/abstract_controller/callbacks.rb:17:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' - activerecord (3.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:121:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (11.5ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (31.5ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-07 19:28:18 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -ERROR: compiling _app_views_articles_show_html_erb___1141890820893550976_70175495146360 RAISED /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4: syntax error, unexpected tASSOC, expecting ')' -...article), :method => :delete => :confirm => "Really Delete A... -... ^ -Function body: def _app_views_articles_show_html_erb___1141890820893550976_70175495146360(local_assigns, output_buffer) - _old_virtual_path, @virtual_path = @virtual_path, "articles/show";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_concat('

');@output_buffer.append= ( @article.title );@output_buffer.safe_concat('

-

');@output_buffer.append= ( @article.body );@output_buffer.safe_concat('

-');@output_buffer.append= ( link_to "<< Back to Articles List", articles_path );@output_buffer.safe_concat(' -');@output_buffer.append= ( link_to "delete", article_path(@article), :method => :delete => :confirm => "Really Delete Article?" );@output_buffer.to_s - ensure - @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer - end - -Backtrace: /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:297:in `module_eval' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:297:in `compile' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:244:in `block in compile!' -:10:in `synchronize' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:232:in `compile!' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:144:in `block in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:125:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:143:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications/instrumenter.rb:20:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:45:in `render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:18:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/renderer.rb:36:in `render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/renderer.rb:17:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:110:in `_render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/streaming.rb:225:in `_render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:103:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/renderers.rb:28:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:88:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rendering.rb:16:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/core_ext/benchmark.rb:5:in `ms' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:40:in `block in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:39:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/implicit_render.rb:10:in `default_render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/implicit_render.rb:5:in `send_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/base.rb:167:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rendering.rb:10:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/callbacks.rb:18:in `block in process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:414:in `_run__3301679823456293775__process_action__1853784354596684405__callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `__run_callback' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:81:in `run_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/callbacks.rb:17:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rescue.rb:29:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications/instrumenter.rb:20:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:29:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/railties/controller_runtime.rb:18:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/base.rb:121:in `process' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:45:in `process' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal.rb:203:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal.rb:246:in `block in action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:73:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:36:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:600:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/head.rb:14:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/params_parser.rb:21:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/flash.rb:242:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/cookies.rb:338:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/query_cache.rb:64:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `__run_callback' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:81:in `run_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/reloader.rb:65:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/rack/logger.rb:26:in `call_app' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/rack/logger.rb:16:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/request_id.rb:22:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/cache/strategy/local_cache.rb:72:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/static.rb:62:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/engine.rb:479:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/application.rb:220:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - Rendered articles/show.html.erb within layouts/application (18.4ms) -Completed 500 Internal Server Error in 21ms - -ActionView::Template::Error (/Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4: syntax error, unexpected tASSOC, expecting ')' -...article), :method => :delete => :confirm => "Really Delete A... -... ^): - 1:

<%= @article.title %>

- 2:

<%= @article.body %>

- 3: <%= link_to "<< Back to Articles List", articles_path %> - 4: <%= link_to "delete", article_path(@article), :method => :delete => :confirm => "Really Delete Article?" %> - actionpack (3.2.7) lib/action_view/template.rb:297:in `module_eval' - actionpack (3.2.7) lib/action_view/template.rb:297:in `compile' - actionpack (3.2.7) lib/action_view/template.rb:244:in `block in compile!' - :10:in `synchronize' - actionpack (3.2.7) lib/action_view/template.rb:232:in `compile!' - actionpack (3.2.7) lib/action_view/template.rb:144:in `block in render' - activesupport (3.2.7) lib/active_support/notifications.rb:125:in `instrument' - actionpack (3.2.7) lib/action_view/template.rb:143:in `render' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' - actionpack (3.2.7) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument' - actionpack (3.2.7) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:45:in `render_template' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:18:in `render' - actionpack (3.2.7) lib/action_view/renderer/renderer.rb:36:in `render_template' - actionpack (3.2.7) lib/action_view/renderer/renderer.rb:17:in `render' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:110:in `_render_template' - actionpack (3.2.7) lib/action_controller/metal/streaming.rb:225:in `_render_template' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:103:in `render_to_body' - actionpack (3.2.7) lib/action_controller/metal/renderers.rb:28:in `render_to_body' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:88:in `render' - actionpack (3.2.7) lib/action_controller/metal/rendering.rb:16:in `render' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' - activesupport (3.2.7) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' - activesupport (3.2.7) lib/active_support/core_ext/benchmark.rb:5:in `ms' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:40:in `block in render' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' - activerecord (3.2.7) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:39:in `render' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:167:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' - actionpack (3.2.7) lib/abstract_controller/callbacks.rb:18:in `block in process_action' - activesupport (3.2.7) lib/active_support/callbacks.rb:414:in `_run__3301679823456293775__process_action__1853784354596684405__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/abstract_controller/callbacks.rb:17:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' - activerecord (3.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:121:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.1ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (11.1ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (20.4ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-07 19:29:21 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (1.1ms) -Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:29:21 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:29:21 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:29:21 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:29:22 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:29:22 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:29:22 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:29:22 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/6" for 127.0.0.1 at 2012-08-07 19:29:23 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"6"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "6"]] -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175480215440 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4) - Rendered articles/show.html.erb within layouts/application (40.4ms) -Completed 200 OK in 48ms (Views: 46.9ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:29:23 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:29:23 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:29:23 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:29:23 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:29:23 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:29:23 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:29:23 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started DELETE "/articles/6" for 127.0.0.1 at 2012-08-07 19:29:27 -0500 -Processing by ArticlesController#destroy as HTML - Parameters: {"authenticity_token"=>"QD3vGFZbAwRPXpDsIqqiNrutZFG2OxsTn27Akr1ZsYs=", "id"=>"6"} - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "6"]] -  (0.1ms) begin transaction - SQL (0.3ms) DELETE FROM "articles" WHERE "articles"."id" = ? [["id", 6]] -  (0.8ms) commit transaction -Redirected to http://localhost:3000/articles -Completed 302 Found in 4ms (ActiveRecord: 1.4ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-07 19:29:28 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (1.1ms) -Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:29:28 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:29:28 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:29:28 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:29:28 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:29:28 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:29:28 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:29:28 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-07 19:29:47 -0500 -Processing by ArticlesController#new as HTML - Rendered articles/new.html.erb within layouts/application (2.0ms) -Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:29:47 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:29:47 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:29:47 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:29:47 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:29:47 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:29:47 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:29:47 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started POST "/articles" for 127.0.0.1 at 2012-08-07 19:29:56 -0500 -Processing by ArticlesController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"QD3vGFZbAwRPXpDsIqqiNrutZFG2OxsTn27Akr1ZsYs=", "article"=>{"title"=>"Rails", "body"=>"Test"}, "commit"=>"Create Article"} -  (0.1ms) begin transaction - SQL (0.4ms) INSERT INTO "articles" ("body", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["body", "Test"], ["created_at", Wed, 08 Aug 2012 00:29:56 UTC +00:00], ["title", "Rails"], ["updated_at", Wed, 08 Aug 2012 00:29:56 UTC +00:00]] -  (6.1ms) commit transaction -Redirected to http://localhost:3000/articles/7 -Completed 302 Found in 8ms (ActiveRecord: 6.5ms) - - -Started GET "/articles/7" for 127.0.0.1 at 2012-08-07 19:29:56 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"7"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "7"]] -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175480215440 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4) - Rendered articles/show.html.erb within layouts/application (0.9ms) -Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:29:56 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:29:56 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:29:56 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:29:56 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:29:56 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:29:56 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:29:56 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-07 19:29:58 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (0.9ms) -Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:29:58 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:29:58 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:29:58 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:29:58 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:29:58 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:29:58 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:29:58 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/7" for 127.0.0.1 at 2012-08-07 19:30:00 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"7"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "7"]] -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175480215440 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4) - Rendered articles/show.html.erb within layouts/application (0.9ms) -Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:30:00 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:30:00 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:00 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:30:00 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:00 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:00 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:00 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-07 19:30:03 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (0.9ms) -Completed 200 OK in 38ms (Views: 37.6ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:30:03 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:30:03 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:30:03 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:03 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:03 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:03 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:03 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/7" for 127.0.0.1 at 2012-08-07 19:30:05 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"7"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "7"]] -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175480215440 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4) - Rendered articles/show.html.erb within layouts/application (0.8ms) -Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:30:05 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:30:05 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:05 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:30:05 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:05 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:05 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:05 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started DELETE "/articles/7" for 127.0.0.1 at 2012-08-07 19:30:08 -0500 -Processing by ArticlesController#destroy as HTML - Parameters: {"authenticity_token"=>"QD3vGFZbAwRPXpDsIqqiNrutZFG2OxsTn27Akr1ZsYs=", "id"=>"7"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "7"]] -  (0.1ms) begin transaction - SQL (0.3ms) DELETE FROM "articles" WHERE "articles"."id" = ? [["id", 7]] -  (0.9ms) commit transaction -Redirected to http://localhost:3000/articles -Completed 302 Found in 3ms (ActiveRecord: 1.4ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-07 19:30:08 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (1.1ms) -Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:30:08 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:30:08 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:08 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:08 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:30:08 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:08 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:08 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-07 19:30:20 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175480215440 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4) - Rendered articles/show.html.erb within layouts/application (0.8ms) -Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:30:20 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:20 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:30:20 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:30:20 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:20 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:20 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:20 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-07 19:30:22 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (0.8ms) -Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:30:22 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:30:22 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:30:22 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:22 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:22 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:22 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:22 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/2" for 127.0.0.1 at 2012-08-07 19:30:23 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"2"} - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "2"]] -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175480215440 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4) - Rendered articles/show.html.erb within layouts/application (0.8ms) -Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:30:23 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:30:23 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:23 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:23 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:30:23 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:23 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:23 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-07 19:30:25 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (0.8ms) -Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:30:25 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:30:25 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:25 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:30:25 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:25 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:25 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:25 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-07 19:30:26 -0500 -Processing by ArticlesController#new as HTML - Rendered articles/new.html.erb within layouts/application (1.8ms) -Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:30:26 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:30:26 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:30:26 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:26 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:26 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:26 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:26 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started POST "/articles" for 127.0.0.1 at 2012-08-07 19:30:32 -0500 -Processing by ArticlesController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"QD3vGFZbAwRPXpDsIqqiNrutZFG2OxsTn27Akr1ZsYs=", "article"=>{"title"=>"test", "body"=>"test"}, "commit"=>"Create Article"} -  (0.1ms) begin transaction - SQL (0.3ms) INSERT INTO "articles" ("body", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["body", "test"], ["created_at", Wed, 08 Aug 2012 00:30:32 UTC +00:00], ["title", "test"], ["updated_at", Wed, 08 Aug 2012 00:30:32 UTC +00:00]] -  (1.5ms) commit transaction -Redirected to http://localhost:3000/articles/8 -Completed 302 Found in 3ms (ActiveRecord: 1.9ms) - - -Started GET "/articles/8" for 127.0.0.1 at 2012-08-07 19:30:32 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"8"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "8"]] -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175480215440 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4) - Rendered articles/show.html.erb within layouts/application (0.8ms) -Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:30:33 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:33 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:33 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:30:33 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:33 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:30:33 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:33 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-07 19:30:34 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (1.0ms) -Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:30:34 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:34 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:34 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:30:34 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:34 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:30:34 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:34 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/8" for 127.0.0.1 at 2012-08-07 19:30:36 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"8"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "8"]] -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175480215440 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4) - Rendered articles/show.html.erb within layouts/application (0.9ms) -Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:30:36 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:30:36 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:30:36 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:36 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:36 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:36 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:36 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started DELETE "/articles/8" for 127.0.0.1 at 2012-08-07 19:30:41 -0500 -Processing by ArticlesController#destroy as HTML - Parameters: {"authenticity_token"=>"QD3vGFZbAwRPXpDsIqqiNrutZFG2OxsTn27Akr1ZsYs=", "id"=>"8"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "8"]] -  (0.0ms) begin transaction - SQL (0.2ms) DELETE FROM "articles" WHERE "articles"."id" = ? [["id", 8]] -  (0.9ms) commit transaction -Redirected to http://localhost:3000/articles -Completed 302 Found in 3ms (ActiveRecord: 1.2ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-07 19:30:41 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (1.2ms) -Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:30:41 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:30:41 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:30:41 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:41 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:41 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:41 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:30:41 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-07 19:38:34 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175502761260 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4) - Rendered articles/show.html.erb within layouts/application (8.5ms) -Completed 200 OK in 45ms (Views: 44.6ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:38:34 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:38:34 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:38:34 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:38:34 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:38:34 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:38:34 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:38:34 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1/edit" for 127.0.0.1 at 2012-08-07 19:38:36 -0500 - -AbstractController::ActionNotFound (The action 'edit' could not be found for ArticlesController): - actionpack (3.2.7) lib/abstract_controller/base.rb:116:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.5ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-07 19:47:23 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.1ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (0.8ms) -Completed 200 OK in 14ms (Views: 6.8ms | ActiveRecord: 0.5ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:47:23 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:47:23 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:47:23 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:47:23 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:47:23 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:47:23 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:47:23 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-07 19:47:25 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (0.7ms) -Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:47:25 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:47:25 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:47:25 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:47:25 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:47:25 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:47:25 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:47:25 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-07 19:47:27 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175502761260 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4) - Rendered articles/show.html.erb within layouts/application (1.2ms) -Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:47:27 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:47:27 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:47:27 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:47:27 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:47:27 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:47:27 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:47:27 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1/edit" for 127.0.0.1 at 2012-08-07 19:47:29 -0500 -Processing by ArticlesController#edit as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -ERROR: compiling _app_views_articles_edit_html_erb___1959761886327208186_70175480829060 RAISED /Users/dkeefe75/projects/blogger/app/views/articles/edit.html.erb:11: syntax error, unexpected tSYMBEG, expecting keyword_end -...r.safe_concat(' ');+ f.label :title ;@output_buffer.safe_co... -... ^ -Function body: def _app_views_articles_edit_html_erb___1959761886327208186_70175480829060(local_assigns, output_buffer) - _old_virtual_path, @virtual_path = @virtual_path, "articles/edit";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_concat('

Edit an Article

- -');@output_buffer.append= form_for(@article) do |f| @output_buffer.safe_concat(' -');@output_buffer.safe_concat('
    -'); @article.errors.full_messages.each do |error| -@output_buffer.safe_concat('
  • ');@output_buffer.append= ( error );@output_buffer.safe_concat('
  • -'); end -@output_buffer.safe_concat('
- -

-');@output_buffer.safe_concat(' ');+ f.label :title ;@output_buffer.safe_concat('
- ');@output_buffer.append= ( f.text_field :title );@output_buffer.safe_concat(' -');@output_buffer.safe_concat('

-

- ');@output_buffer.append= ( f.lable :body );@output_buffer.safe_concat('
- ');@output_buffer.append= ( f.text_area :body );@output_buffer.safe_concat(' -');@output_buffer.safe_concat('

-

- ');@output_buffer.append= ( f.submit );@output_buffer.safe_concat(' -');@output_buffer.safe_concat('

-');@output_buffer.safe_concat(' '); end ;@output_buffer.to_s - ensure - @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer - end - -Backtrace: /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:297:in `module_eval' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:297:in `compile' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:244:in `block in compile!' -:10:in `synchronize' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:232:in `compile!' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:144:in `block in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:125:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:143:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications/instrumenter.rb:20:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:45:in `render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:18:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/renderer.rb:36:in `render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/renderer.rb:17:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:110:in `_render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/streaming.rb:225:in `_render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:103:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/renderers.rb:28:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:88:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rendering.rb:16:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/core_ext/benchmark.rb:5:in `ms' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:40:in `block in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:39:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/implicit_render.rb:10:in `default_render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/implicit_render.rb:5:in `send_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/base.rb:167:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rendering.rb:10:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/callbacks.rb:18:in `block in process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:414:in `_run__3301679823456293775__process_action__1283728359615485697__callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `__run_callback' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:81:in `run_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/callbacks.rb:17:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rescue.rb:29:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications/instrumenter.rb:20:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:29:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/railties/controller_runtime.rb:18:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/base.rb:121:in `process' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:45:in `process' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal.rb:203:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal.rb:246:in `block in action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:73:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:36:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:600:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/head.rb:14:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/params_parser.rb:21:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/flash.rb:242:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/cookies.rb:338:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/query_cache.rb:64:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `__run_callback' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:81:in `run_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/reloader.rb:65:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/rack/logger.rb:26:in `call_app' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/rack/logger.rb:16:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/request_id.rb:22:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/cache/strategy/local_cache.rb:72:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/static.rb:62:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/engine.rb:479:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/application.rb:220:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - Rendered articles/edit.html.erb within layouts/application (0.9ms) -Completed 500 Internal Server Error in 4ms - -ActionView::Template::Error (/Users/dkeefe75/projects/blogger/app/views/articles/edit.html.erb:11: syntax error, unexpected tSYMBEG, expecting keyword_end -...r.safe_concat(' ');+ f.label :title ;@output_buffer.safe_co... -... ^): - 8: - 9: - 10:

- 11: <%+ f.label :title %>
- 12: <%= f.text_field :title %> - 13:

- 14:

- actionpack (3.2.7) lib/action_view/template.rb:297:in `module_eval' - actionpack (3.2.7) lib/action_view/template.rb:297:in `compile' - actionpack (3.2.7) lib/action_view/template.rb:244:in `block in compile!' - :10:in `synchronize' - actionpack (3.2.7) lib/action_view/template.rb:232:in `compile!' - actionpack (3.2.7) lib/action_view/template.rb:144:in `block in render' - activesupport (3.2.7) lib/active_support/notifications.rb:125:in `instrument' - actionpack (3.2.7) lib/action_view/template.rb:143:in `render' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' - actionpack (3.2.7) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument' - actionpack (3.2.7) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:45:in `render_template' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:18:in `render' - actionpack (3.2.7) lib/action_view/renderer/renderer.rb:36:in `render_template' - actionpack (3.2.7) lib/action_view/renderer/renderer.rb:17:in `render' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:110:in `_render_template' - actionpack (3.2.7) lib/action_controller/metal/streaming.rb:225:in `_render_template' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:103:in `render_to_body' - actionpack (3.2.7) lib/action_controller/metal/renderers.rb:28:in `render_to_body' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:88:in `render' - actionpack (3.2.7) lib/action_controller/metal/rendering.rb:16:in `render' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' - activesupport (3.2.7) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' - activesupport (3.2.7) lib/active_support/core_ext/benchmark.rb:5:in `ms' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:40:in `block in render' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' - activerecord (3.2.7) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:39:in `render' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:167:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' - actionpack (3.2.7) lib/abstract_controller/callbacks.rb:18:in `block in process_action' - activesupport (3.2.7) lib/active_support/callbacks.rb:414:in `_run__3301679823456293775__process_action__1283728359615485697__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/abstract_controller/callbacks.rb:17:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' - activerecord (3.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:121:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (33.1ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (40.7ms) - - -Started GET "/articles/1/edit" for 127.0.0.1 at 2012-08-07 19:47:31 -0500 -Processing by ArticlesController#edit as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -ERROR: compiling _app_views_articles_edit_html_erb___1959761886327208186_70175480829060 RAISED /Users/dkeefe75/projects/blogger/app/views/articles/edit.html.erb:11: syntax error, unexpected tSYMBEG, expecting keyword_end -...r.safe_concat(' ');+ f.label :title ;@output_buffer.safe_co... -... ^ -Function body: def _app_views_articles_edit_html_erb___1959761886327208186_70175480829060(local_assigns, output_buffer) - _old_virtual_path, @virtual_path = @virtual_path, "articles/edit";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_concat('

Edit an Article

- -');@output_buffer.append= form_for(@article) do |f| @output_buffer.safe_concat(' -');@output_buffer.safe_concat('
    -'); @article.errors.full_messages.each do |error| -@output_buffer.safe_concat('
  • ');@output_buffer.append= ( error );@output_buffer.safe_concat('
  • -'); end -@output_buffer.safe_concat('
- -

-');@output_buffer.safe_concat(' ');+ f.label :title ;@output_buffer.safe_concat('
- ');@output_buffer.append= ( f.text_field :title );@output_buffer.safe_concat(' -');@output_buffer.safe_concat('

-

- ');@output_buffer.append= ( f.lable :body );@output_buffer.safe_concat('
- ');@output_buffer.append= ( f.text_area :body );@output_buffer.safe_concat(' -');@output_buffer.safe_concat('

-

- ');@output_buffer.append= ( f.submit );@output_buffer.safe_concat(' -');@output_buffer.safe_concat('

-');@output_buffer.safe_concat(' '); end ;@output_buffer.to_s - ensure - @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer - end - -Backtrace: /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:297:in `module_eval' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:297:in `compile' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:244:in `block in compile!' -:10:in `synchronize' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:232:in `compile!' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:144:in `block in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:125:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:143:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications/instrumenter.rb:20:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:45:in `render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:18:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/renderer.rb:36:in `render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/renderer.rb:17:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:110:in `_render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/streaming.rb:225:in `_render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:103:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/renderers.rb:28:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:88:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rendering.rb:16:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/core_ext/benchmark.rb:5:in `ms' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:40:in `block in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:39:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/implicit_render.rb:10:in `default_render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/implicit_render.rb:5:in `send_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/base.rb:167:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rendering.rb:10:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/callbacks.rb:18:in `block in process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:414:in `_run__3301679823456293775__process_action__1283728359615485697__callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `__run_callback' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:81:in `run_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/callbacks.rb:17:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rescue.rb:29:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications/instrumenter.rb:20:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:29:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/railties/controller_runtime.rb:18:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/base.rb:121:in `process' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:45:in `process' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal.rb:203:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal.rb:246:in `block in action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:73:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:36:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:600:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/head.rb:14:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/params_parser.rb:21:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/flash.rb:242:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/cookies.rb:338:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/query_cache.rb:64:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `__run_callback' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:81:in `run_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/reloader.rb:65:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/rack/logger.rb:26:in `call_app' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/rack/logger.rb:16:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/request_id.rb:22:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/cache/strategy/local_cache.rb:72:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/static.rb:62:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/engine.rb:479:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/application.rb:220:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - Rendered articles/edit.html.erb within layouts/application (0.8ms) -Completed 500 Internal Server Error in 3ms - -ActionView::Template::Error (/Users/dkeefe75/projects/blogger/app/views/articles/edit.html.erb:11: syntax error, unexpected tSYMBEG, expecting keyword_end -...r.safe_concat(' ');+ f.label :title ;@output_buffer.safe_co... -... ^): - 8: - 9: - 10:

- 11: <%+ f.label :title %>
- 12: <%= f.text_field :title %> - 13:

- 14:

- actionpack (3.2.7) lib/action_view/template.rb:297:in `module_eval' - actionpack (3.2.7) lib/action_view/template.rb:297:in `compile' - actionpack (3.2.7) lib/action_view/template.rb:244:in `block in compile!' - :10:in `synchronize' - actionpack (3.2.7) lib/action_view/template.rb:232:in `compile!' - actionpack (3.2.7) lib/action_view/template.rb:144:in `block in render' - activesupport (3.2.7) lib/active_support/notifications.rb:125:in `instrument' - actionpack (3.2.7) lib/action_view/template.rb:143:in `render' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' - actionpack (3.2.7) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument' - actionpack (3.2.7) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:45:in `render_template' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:18:in `render' - actionpack (3.2.7) lib/action_view/renderer/renderer.rb:36:in `render_template' - actionpack (3.2.7) lib/action_view/renderer/renderer.rb:17:in `render' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:110:in `_render_template' - actionpack (3.2.7) lib/action_controller/metal/streaming.rb:225:in `_render_template' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:103:in `render_to_body' - actionpack (3.2.7) lib/action_controller/metal/renderers.rb:28:in `render_to_body' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:88:in `render' - actionpack (3.2.7) lib/action_controller/metal/rendering.rb:16:in `render' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' - activesupport (3.2.7) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' - activesupport (3.2.7) lib/active_support/core_ext/benchmark.rb:5:in `ms' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:40:in `block in render' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' - activerecord (3.2.7) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:39:in `render' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:167:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' - actionpack (3.2.7) lib/abstract_controller/callbacks.rb:18:in `block in process_action' - activesupport (3.2.7) lib/active_support/callbacks.rb:414:in `_run__3301679823456293775__process_action__1283728359615485697__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/abstract_controller/callbacks.rb:17:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' - activerecord (3.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:121:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.8ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-07 19:53:55 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (0.8ms) -Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:53:55 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:53:55 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:53:55 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:53:55 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:53:55 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:53:55 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:53:55 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-07 19:53:56 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175502761260 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4) - Rendered articles/show.html.erb within layouts/application (1.0ms) -Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:53:56 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:53:56 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:53:56 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:53:56 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:53:56 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:53:56 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:53:56 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1/edit" for 127.0.0.1 at 2012-08-07 19:53:57 -0500 -Processing by ArticlesController#edit as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -ERROR: compiling _app_views_articles_edit_html_erb___1959761886327208186_70175480829060 RAISED /Users/dkeefe75/projects/blogger/app/views/articles/edit.html.erb:11: syntax error, unexpected tSYMBEG, expecting keyword_end -...r.safe_concat(' ');+ f.label :title ;@output_buffer.safe_co... -... ^ -Function body: def _app_views_articles_edit_html_erb___1959761886327208186_70175480829060(local_assigns, output_buffer) - _old_virtual_path, @virtual_path = @virtual_path, "articles/edit";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_concat('

Edit an Article

- -');@output_buffer.append= form_for(@article) do |f| @output_buffer.safe_concat(' -');@output_buffer.safe_concat('
    -'); @article.errors.full_messages.each do |error| -@output_buffer.safe_concat('
  • ');@output_buffer.append= ( error );@output_buffer.safe_concat('
  • -'); end -@output_buffer.safe_concat('
- -

-');@output_buffer.safe_concat(' ');+ f.label :title ;@output_buffer.safe_concat('
- ');@output_buffer.append= ( f.text_field :title );@output_buffer.safe_concat(' -');@output_buffer.safe_concat('

-

- ');@output_buffer.append= ( f.lable :body );@output_buffer.safe_concat('
- ');@output_buffer.append= ( f.text_area :body );@output_buffer.safe_concat(' -');@output_buffer.safe_concat('

-

- ');@output_buffer.append= ( f.submit );@output_buffer.safe_concat(' -');@output_buffer.safe_concat('

-');@output_buffer.safe_concat(' '); end ;@output_buffer.to_s - ensure - @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer - end - -Backtrace: /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:297:in `module_eval' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:297:in `compile' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:244:in `block in compile!' -:10:in `synchronize' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:232:in `compile!' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:144:in `block in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:125:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:143:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications/instrumenter.rb:20:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:45:in `render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:18:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/renderer.rb:36:in `render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/renderer.rb:17:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:110:in `_render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/streaming.rb:225:in `_render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:103:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/renderers.rb:28:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:88:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rendering.rb:16:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/core_ext/benchmark.rb:5:in `ms' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:40:in `block in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:39:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/implicit_render.rb:10:in `default_render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/implicit_render.rb:5:in `send_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/base.rb:167:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rendering.rb:10:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/callbacks.rb:18:in `block in process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:414:in `_run__3301679823456293775__process_action__1283728359615485697__callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `__run_callback' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:81:in `run_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/callbacks.rb:17:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rescue.rb:29:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications/instrumenter.rb:20:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:29:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/railties/controller_runtime.rb:18:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/base.rb:121:in `process' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:45:in `process' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal.rb:203:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal.rb:246:in `block in action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:73:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:36:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:600:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/head.rb:14:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/params_parser.rb:21:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/flash.rb:242:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/cookies.rb:338:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/query_cache.rb:64:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `__run_callback' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:81:in `run_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/reloader.rb:65:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/rack/logger.rb:26:in `call_app' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/rack/logger.rb:16:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/request_id.rb:22:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/cache/strategy/local_cache.rb:72:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/static.rb:62:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/engine.rb:479:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/application.rb:220:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - Rendered articles/edit.html.erb within layouts/application (0.8ms) -Completed 500 Internal Server Error in 3ms - -ActionView::Template::Error (/Users/dkeefe75/projects/blogger/app/views/articles/edit.html.erb:11: syntax error, unexpected tSYMBEG, expecting keyword_end -...r.safe_concat(' ');+ f.label :title ;@output_buffer.safe_co... -... ^): - 8: - 9: - 10:

- 11: <%+ f.label :title %>
- 12: <%= f.text_field :title %> - 13:

- 14:

- actionpack (3.2.7) lib/action_view/template.rb:297:in `module_eval' - actionpack (3.2.7) lib/action_view/template.rb:297:in `compile' - actionpack (3.2.7) lib/action_view/template.rb:244:in `block in compile!' - :10:in `synchronize' - actionpack (3.2.7) lib/action_view/template.rb:232:in `compile!' - actionpack (3.2.7) lib/action_view/template.rb:144:in `block in render' - activesupport (3.2.7) lib/active_support/notifications.rb:125:in `instrument' - actionpack (3.2.7) lib/action_view/template.rb:143:in `render' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' - actionpack (3.2.7) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument' - actionpack (3.2.7) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:45:in `render_template' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:18:in `render' - actionpack (3.2.7) lib/action_view/renderer/renderer.rb:36:in `render_template' - actionpack (3.2.7) lib/action_view/renderer/renderer.rb:17:in `render' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:110:in `_render_template' - actionpack (3.2.7) lib/action_controller/metal/streaming.rb:225:in `_render_template' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:103:in `render_to_body' - actionpack (3.2.7) lib/action_controller/metal/renderers.rb:28:in `render_to_body' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:88:in `render' - actionpack (3.2.7) lib/action_controller/metal/rendering.rb:16:in `render' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' - activesupport (3.2.7) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' - activesupport (3.2.7) lib/active_support/core_ext/benchmark.rb:5:in `ms' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:40:in `block in render' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' - activerecord (3.2.7) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:39:in `render' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:167:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' - actionpack (3.2.7) lib/abstract_controller/callbacks.rb:18:in `block in process_action' - activesupport (3.2.7) lib/active_support/callbacks.rb:414:in `_run__3301679823456293775__process_action__1283728359615485697__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/abstract_controller/callbacks.rb:17:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' - activerecord (3.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:121:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.5ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.5ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-07 19:54:01 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (0.9ms) -Completed 200 OK in 24ms (Views: 23.2ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:54:01 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:54:01 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:54:01 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:54:01 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:54:01 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:54:01 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:54:01 -0500 -Served asset /application.js - 304 Not Modified (1ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-07 19:54:02 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (0.7ms) -Completed 200 OK in 34ms (Views: 33.1ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:54:02 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:54:02 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:54:02 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:54:02 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:54:02 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:54:02 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:54:02 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/2" for 127.0.0.1 at 2012-08-07 19:54:05 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"2"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "2"]] -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175502761260 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4) - Rendered articles/show.html.erb within layouts/application (1.2ms) -Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:54:05 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:54:05 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:54:05 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:54:05 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:54:05 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:54:05 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:54:05 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/articles/2/edit" for 127.0.0.1 at 2012-08-07 19:54:23 -0500 -Processing by ArticlesController#edit as HTML - Parameters: {"id"=>"2"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "2"]] -ERROR: compiling _app_views_articles_edit_html_erb___1959761886327208186_70175480829060 RAISED /Users/dkeefe75/projects/blogger/app/views/articles/edit.html.erb:11: syntax error, unexpected tSYMBEG, expecting keyword_end -...r.safe_concat(' ');+ f.label :title ;@output_buffer.safe_co... -... ^ -Function body: def _app_views_articles_edit_html_erb___1959761886327208186_70175480829060(local_assigns, output_buffer) - _old_virtual_path, @virtual_path = @virtual_path, "articles/edit";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_concat('

Edit an Article

- -');@output_buffer.append= form_for(@article) do |f| @output_buffer.safe_concat(' -');@output_buffer.safe_concat('
    -'); @article.errors.full_messages.each do |error| -@output_buffer.safe_concat('
  • ');@output_buffer.append= ( error );@output_buffer.safe_concat('
  • -'); end -@output_buffer.safe_concat('
- -

-');@output_buffer.safe_concat(' ');+ f.label :title ;@output_buffer.safe_concat('
- ');@output_buffer.append= ( f.text_field :title );@output_buffer.safe_concat(' -');@output_buffer.safe_concat('

-

- ');@output_buffer.append= ( f.lable :body );@output_buffer.safe_concat('
- ');@output_buffer.append= ( f.text_area :body );@output_buffer.safe_concat(' -');@output_buffer.safe_concat('

-

- ');@output_buffer.append= ( f.submit );@output_buffer.safe_concat(' -');@output_buffer.safe_concat('

-');@output_buffer.safe_concat(' '); end ;@output_buffer.to_s - ensure - @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer - end - -Backtrace: /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:297:in `module_eval' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:297:in `compile' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:244:in `block in compile!' -:10:in `synchronize' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:232:in `compile!' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:144:in `block in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:125:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:143:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications/instrumenter.rb:20:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:45:in `render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:18:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/renderer.rb:36:in `render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/renderer.rb:17:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:110:in `_render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/streaming.rb:225:in `_render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:103:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/renderers.rb:28:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:88:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rendering.rb:16:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/core_ext/benchmark.rb:5:in `ms' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:40:in `block in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:39:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/implicit_render.rb:10:in `default_render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/implicit_render.rb:5:in `send_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/base.rb:167:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rendering.rb:10:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/callbacks.rb:18:in `block in process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:414:in `_run__3301679823456293775__process_action__1283728359615485697__callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `__run_callback' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:81:in `run_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/callbacks.rb:17:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rescue.rb:29:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications/instrumenter.rb:20:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:29:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/railties/controller_runtime.rb:18:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/base.rb:121:in `process' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:45:in `process' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal.rb:203:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal.rb:246:in `block in action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:73:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:36:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:600:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/head.rb:14:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/params_parser.rb:21:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/flash.rb:242:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/cookies.rb:338:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/query_cache.rb:64:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `__run_callback' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:81:in `run_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/reloader.rb:65:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/rack/logger.rb:26:in `call_app' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/rack/logger.rb:16:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/request_id.rb:22:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/cache/strategy/local_cache.rb:72:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/static.rb:62:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/engine.rb:479:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/application.rb:220:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - Rendered articles/edit.html.erb within layouts/application (0.9ms) -Completed 500 Internal Server Error in 3ms - -ActionView::Template::Error (/Users/dkeefe75/projects/blogger/app/views/articles/edit.html.erb:11: syntax error, unexpected tSYMBEG, expecting keyword_end -...r.safe_concat(' ');+ f.label :title ;@output_buffer.safe_co... -... ^): - 8: - 9: - 10:

- 11: <%+ f.label :title %>
- 12: <%= f.text_field :title %> - 13:

- 14:

- actionpack (3.2.7) lib/action_view/template.rb:297:in `module_eval' - actionpack (3.2.7) lib/action_view/template.rb:297:in `compile' - actionpack (3.2.7) lib/action_view/template.rb:244:in `block in compile!' - :10:in `synchronize' - actionpack (3.2.7) lib/action_view/template.rb:232:in `compile!' - actionpack (3.2.7) lib/action_view/template.rb:144:in `block in render' - activesupport (3.2.7) lib/active_support/notifications.rb:125:in `instrument' - actionpack (3.2.7) lib/action_view/template.rb:143:in `render' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' - actionpack (3.2.7) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument' - actionpack (3.2.7) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:45:in `render_template' - actionpack (3.2.7) lib/action_view/renderer/template_renderer.rb:18:in `render' - actionpack (3.2.7) lib/action_view/renderer/renderer.rb:36:in `render_template' - actionpack (3.2.7) lib/action_view/renderer/renderer.rb:17:in `render' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:110:in `_render_template' - actionpack (3.2.7) lib/action_controller/metal/streaming.rb:225:in `_render_template' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:103:in `render_to_body' - actionpack (3.2.7) lib/action_controller/metal/renderers.rb:28:in `render_to_body' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:88:in `render' - actionpack (3.2.7) lib/action_controller/metal/rendering.rb:16:in `render' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' - activesupport (3.2.7) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' - activesupport (3.2.7) lib/active_support/core_ext/benchmark.rb:5:in `ms' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:40:in `block in render' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' - activerecord (3.2.7) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:39:in `render' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:167:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' - actionpack (3.2.7) lib/abstract_controller/callbacks.rb:18:in `block in process_action' - activesupport (3.2.7) lib/active_support/callbacks.rb:414:in `_run__3301679823456293775__process_action__1283728359615485697__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/abstract_controller/callbacks.rb:17:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `block in instrument' - activesupport (3.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' - activesupport (3.2.7) lib/active_support/notifications.rb:123:in `instrument' - actionpack (3.2.7) lib/action_controller/metal/instrumentation.rb:29:in `process_action' - actionpack (3.2.7) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' - activerecord (3.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:121:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.3ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.3ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-07 19:57:58 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (0.8ms) -Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:57:58 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:57:58 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:57:58 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:57:58 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:57:58 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:57:58 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:57:58 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-07 19:58:00 -0500 -Processing by ArticlesController#new as HTML - Rendered articles/_form.html.erb (121.2ms) - Rendered articles/new.html.erb within layouts/application (131.4ms) -Completed 500 Internal Server Error in 134ms - -ActionView::Template::Error (undefined method `save' for #): - 8: <%= f.text_area :body %> - 9:

- 10:

- 11: <%= f.save %> - 12:

- 13: <% end %> - app/views/articles/_form.html.erb:11:in `block in _app_views_articles__form_html_erb__520271481696420243_70175502999580' - app/views/articles/_form.html.erb:1:in `_app_views_articles__form_html_erb__520271481696420243_70175502999580' - app/views/articles/new.html.erb:3:in `_app_views_articles_new_html_erb__869751508631474445_70175485002820' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (42.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (50.8ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-07 19:58:03 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (0.8ms) -Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:58:03 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:58:03 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:58:03 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:58:03 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:58:03 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:58:03 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:58:03 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-07 19:58:04 -0500 -Processing by ArticlesController#new as HTML - Rendered articles/_form.html.erb (38.7ms) - Rendered articles/new.html.erb within layouts/application (39.6ms) -Completed 500 Internal Server Error in 42ms - -ActionView::Template::Error (undefined method `save' for #): - 8: <%= f.text_area :body %> - 9:

- 10:

- 11: <%= f.save %> - 12:

- 13: <% end %> - app/views/articles/_form.html.erb:11:in `block in _app_views_articles__form_html_erb__520271481696420243_70175502999580' - app/views/articles/_form.html.erb:1:in `_app_views_articles__form_html_erb__520271481696420243_70175502999580' - app/views/articles/new.html.erb:3:in `_app_views_articles_new_html_erb__869751508631474445_70175485002820' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.7ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.9ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-07 19:58:25 -0500 -Processing by ArticlesController#new as HTML - Rendered articles/_form.html.erb (2.7ms) - Rendered articles/new.html.erb within layouts/application (3.4ms) -Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:58:25 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:58:25 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:58:25 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:58:25 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:58:25 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:58:25 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:58:25 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-07 19:58:48 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175502761260 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4) - Rendered articles/show.html.erb within layouts/application (1.1ms) -Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:58:48 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:58:48 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:58:48 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:58:48 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:58:48 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:58:48 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:58:48 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1/edit" for 127.0.0.1 at 2012-08-07 19:58:50 -0500 -Processing by ArticlesController#edit as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Rendered articles/_form.html.erb (48.2ms) - Rendered articles/edit.html.erb within layouts/application (49.7ms) -Completed 200 OK in 57ms (Views: 55.6ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 19:58:50 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 19:58:50 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 19:58:50 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 19:58:50 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 19:58:50 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 19:58:50 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 19:58:50 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started PUT "/articles/1" for 127.0.0.1 at 2012-08-07 19:59:40 -0500 - -AbstractController::ActionNotFound (The action 'update' could not be found for ArticlesController): - actionpack (3.2.7) lib/abstract_controller/base.rb:116:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.5ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-07 20:04:01 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175502761260 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4) - Rendered articles/show.html.erb within layouts/application (1.2ms) -Completed 200 OK in 15ms (Views: 7.5ms | ActiveRecord: 0.6ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 20:04:01 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 20:04:01 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 20:04:01 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 20:04:01 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 20:04:01 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 20:04:01 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 20:04:01 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1/edit" for 127.0.0.1 at 2012-08-07 20:04:02 -0500 -Processing by ArticlesController#edit as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Rendered articles/_form.html.erb (2.8ms) - Rendered articles/edit.html.erb within layouts/application (3.5ms) -Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 20:04:02 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 20:04:02 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 20:04:02 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 20:04:02 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 20:04:02 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 20:04:02 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 20:04:02 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started PUT "/articles/1" for 127.0.0.1 at 2012-08-07 20:04:07 -0500 -Processing by ArticlesController#update as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"QD3vGFZbAwRPXpDsIqqiNrutZFG2OxsTn27Akr1ZsYs=", "article"=>{"title"=>"Sample Article Title", "body"=>"This is the text for my article, woo hoo! ."}, "commit"=>"Update Article", "id"=>"1"} - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -  (0.1ms) begin transaction -  (0.3ms) UPDATE "articles" SET "body" = 'This is the text for my article, woo hoo! .', "updated_at" = '2012-08-08 01:04:07.906276' WHERE "articles"."id" = 1 -  (1.1ms) commit transaction -Redirected to http://localhost:3000/articles/1 -Completed 302 Found in 8ms (ActiveRecord: 1.7ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-07 20:04:07 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175502761260 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4) - Rendered articles/show.html.erb within layouts/application (1.1ms) -Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 20:04:07 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 20:04:07 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 20:04:07 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 20:04:08 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 20:04:08 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 20:04:08 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 20:04:08 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-07 20:04:10 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (0.9ms) -Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 20:04:10 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 20:04:10 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 20:04:10 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 20:04:10 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 20:04:10 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 20:04:10 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-07 20:27:06 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175502761260 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4) - Rendered articles/show.html.erb within layouts/application (1.3ms) -Completed 200 OK in 29ms (Views: 21.4ms | ActiveRecord: 0.5ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 20:27:06 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 20:27:06 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 20:27:06 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 20:27:06 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 20:27:06 -0500 -Served asset /jquery.js - 200 OK (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 20:27:06 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 20:27:06 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1/edit" for 127.0.0.1 at 2012-08-07 20:27:07 -0500 -Processing by ArticlesController#edit as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Rendered articles/_form.html.erb (23.6ms) - Rendered articles/edit.html.erb within layouts/application (44.7ms) -Completed 200 OK in 51ms (Views: 50.0ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 20:27:07 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 20:27:07 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 20:27:07 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 20:27:07 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 20:27:07 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 20:27:07 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started PUT "/articles/1" for 127.0.0.1 at 2012-08-07 20:27:13 -0500 -Processing by ArticlesController#update as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"QD3vGFZbAwRPXpDsIqqiNrutZFG2OxsTn27Akr1ZsYs=", "article"=>{"title"=>"Sample Article Title", "body"=>"This is the text for my article, woo hoo! *"}, "commit"=>"Update Article", "id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -  (0.1ms) begin transaction -  (0.3ms) UPDATE "articles" SET "body" = 'This is the text for my article, woo hoo! *', "updated_at" = '2012-08-08 01:27:13.553030' WHERE "articles"."id" = 1 -  (1.0ms) commit transaction -Redirected to http://localhost:3000/articles/1 -Completed 302 Found in 6ms (ActiveRecord: 1.4ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-07 20:27:13 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175502761260 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4) - Rendered articles/show.html.erb within layouts/application (1.1ms) -Completed 200 OK in 8ms (Views: 6.4ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 20:27:13 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 20:27:13 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 20:27:13 -0500 -Served asset /articles.js - 304 Not Modified (30ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 20:27:13 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 20:27:13 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 20:27:13 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-07 20:27:16 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (0.9ms) -Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 20:27:16 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 20:27:16 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 20:27:16 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 20:27:16 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 20:27:16 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 20:27:16 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-07 20:54:57 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175502761260 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4) - Rendered articles/show.html.erb within layouts/application (1.2ms) -Completed 200 OK in 12ms (Views: 11.1ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 20:54:57 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 20:54:57 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 20:54:57 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 20:54:57 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 20:54:57 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 20:54:57 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 20:54:57 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1/edit" for 127.0.0.1 at 2012-08-07 20:54:59 -0500 -Processing by ArticlesController#edit as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Rendered articles/_form.html.erb (2.3ms) - Rendered articles/edit.html.erb within layouts/application (3.0ms) -Completed 200 OK in 33ms (Views: 31.7ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 20:54:59 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 20:54:59 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 20:54:59 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 20:54:59 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 20:54:59 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 20:54:59 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 20:54:59 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started PUT "/articles/1" for 127.0.0.1 at 2012-08-07 20:55:04 -0500 -Processing by ArticlesController#update as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"QD3vGFZbAwRPXpDsIqqiNrutZFG2OxsTn27Akr1ZsYs=", "article"=>{"title"=>"Sample Article Title", "body"=>"This is the text for my article, woo hoo! ****"}, "commit"=>"Update Article", "id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -  (0.1ms) begin transaction -  (26.5ms) UPDATE "articles" SET "body" = 'This is the text for my article, woo hoo! ****', "updated_at" = '2012-08-08 01:55:04.344556' WHERE "articles"."id" = 1 -  (1.4ms) commit transaction -Redirected to http://localhost:3000/articles/1 -Completed 302 Found in 31ms (ActiveRecord: 28.0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-07 20:55:04 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175502761260 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4) - Rendered articles/show.html.erb within layouts/application (1.2ms) -Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 20:55:04 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 20:55:04 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 20:55:04 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 20:55:04 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 20:55:04 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 20:55:04 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 20:55:04 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-07 20:55:14 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (0.7ms) -Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 20:55:14 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 20:55:14 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 20:55:14 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 20:55:14 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 20:55:14 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 20:55:14 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 20:55:14 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-07 20:55:17 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175502761260 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4) - Rendered articles/show.html.erb within layouts/application (1.1ms) -Completed 200 OK in 39ms (Views: 37.7ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 20:55:17 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 20:55:17 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 20:55:17 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 20:55:17 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 20:55:17 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 20:55:17 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 20:55:17 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/articles/1/edit" for 127.0.0.1 at 2012-08-07 20:55:18 -0500 -Processing by ArticlesController#edit as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Rendered articles/_form.html.erb (2.2ms) - Rendered articles/edit.html.erb within layouts/application (2.8ms) -Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 20:55:18 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 20:55:18 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 20:55:18 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 20:55:18 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 20:55:18 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 20:55:18 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 20:55:18 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started PUT "/articles/1" for 127.0.0.1 at 2012-08-07 20:55:25 -0500 -Processing by ArticlesController#update as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"QD3vGFZbAwRPXpDsIqqiNrutZFG2OxsTn27Akr1ZsYs=", "article"=>{"title"=>"Article One", "body"=>"This is the text for my article, woo hoo! ****"}, "commit"=>"Update Article", "id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -  (0.1ms) begin transaction -  (0.2ms) UPDATE "articles" SET "title" = 'Article One', "updated_at" = '2012-08-08 01:55:25.451801' WHERE "articles"."id" = 1 -  (9.7ms) commit transaction -Redirected to http://localhost:3000/articles/1 -Completed 302 Found in 13ms (ActiveRecord: 10.1ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-07 20:55:25 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175502761260 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4) - Rendered articles/show.html.erb within layouts/application (1.1ms) -Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 20:55:25 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 20:55:25 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 20:55:25 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 20:55:25 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 20:55:25 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 20:55:25 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 20:55:25 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-07 20:57:59 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.1ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (1.3ms) -Completed 200 OK in 16ms (Views: 8.6ms | ActiveRecord: 0.5ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 20:57:59 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 20:57:59 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 20:57:59 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 20:57:59 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 20:57:59 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 20:57:59 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 20:57:59 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-07 20:58:00 -0500 -Processing by ArticlesController#new as HTML - Rendered articles/_form.html.erb (2.7ms) - Rendered articles/new.html.erb within layouts/application (3.3ms) -Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 20:58:00 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 20:58:00 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 20:58:00 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 20:58:00 -0500 -Served asset /articles.js - 304 Not Modified (30ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 20:58:00 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 20:58:00 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 20:58:00 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started POST "/articles" for 127.0.0.1 at 2012-08-07 20:58:06 -0500 -Processing by ArticlesController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"QD3vGFZbAwRPXpDsIqqiNrutZFG2OxsTn27Akr1ZsYs=", "article"=>{"title"=>"New", "body"=>"New"}, "commit"=>"Create Article"} -  (0.1ms) begin transaction - SQL (0.5ms) INSERT INTO "articles" ("body", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["body", "New"], ["created_at", Wed, 08 Aug 2012 01:58:06 UTC +00:00], ["title", "New"], ["updated_at", Wed, 08 Aug 2012 01:58:06 UTC +00:00]] -  (3.3ms) commit transaction -Redirected to http://localhost:3000/articles/9 -Completed 302 Found in 7ms (ActiveRecord: 3.9ms) - - -Started GET "/articles/9" for 127.0.0.1 at 2012-08-07 20:58:06 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"9"} - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "9"]] -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175502761260 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4) - Rendered articles/show.html.erb within layouts/application (1.2ms) -Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 20:58:06 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 20:58:06 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 20:58:06 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 20:58:06 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 20:58:06 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 20:58:06 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 20:58:06 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-07 20:58:10 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (0.9ms) -Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 20:58:10 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 20:58:10 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 20:58:10 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 20:58:10 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 20:58:10 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 20:58:10 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 20:58:10 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/9" for 127.0.0.1 at 2012-08-07 20:58:12 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"9"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "9"]] -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175502761260 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:4) - Rendered articles/show.html.erb within layouts/application (1.0ms) -Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 20:58:12 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 20:58:12 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 20:58:12 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 20:58:12 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 20:58:12 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 20:58:12 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 20:58:12 -0500 -Served asset /application.js - 304 Not Modified (1ms) - - -Started GET "/articles/9/edit" for 127.0.0.1 at 2012-08-07 20:58:14 -0500 -Processing by ArticlesController#edit as HTML - Parameters: {"id"=>"9"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "9"]] - Rendered articles/_form.html.erb (2.2ms) - Rendered articles/edit.html.erb within layouts/application (2.8ms) -Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 20:58:14 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 20:58:14 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 20:58:14 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 20:58:14 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 20:58:14 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 20:58:14 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 20:58:14 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started DELETE "/articles/9" for 127.0.0.1 at 2012-08-07 20:58:20 -0500 -Processing by ArticlesController#destroy as HTML - Parameters: {"authenticity_token"=>"QD3vGFZbAwRPXpDsIqqiNrutZFG2OxsTn27Akr1ZsYs=", "id"=>"9"} - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "9"]] -  (0.1ms) begin transaction - SQL (0.3ms) DELETE FROM "articles" WHERE "articles"."id" = ? [["id", 9]] -  (0.9ms) commit transaction -Redirected to http://localhost:3000/articles -Completed 302 Found in 4ms (ActiveRecord: 1.4ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-07 20:58:20 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (0.8ms) -Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 20:58:20 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 20:58:20 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 20:58:20 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 20:58:20 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 20:58:20 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 20:58:20 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 20:58:20 -0500 -Served asset /application.js - 304 Not Modified (0ms) -Connecting to database specified by database.yml -Connecting to database specified by database.yml -  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  -Migrating to CreateArticles (20120805164102) -Migrating to CreateComments (20120808015928) -  (0.0ms) select sqlite_version(*) -  (0.0ms) begin transaction -  (0.5ms) CREATE TABLE "comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "article_id" integer, "author_name" varchar(255), "body" text) -  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120808015928') -  (1.5ms) commit transaction -  (0.2ms) select sqlite_version(*) -  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" -  (0.0ms) PRAGMA index_list("articles") -  (0.0ms) PRAGMA index_list("comments") -Connecting to database specified by database.yml - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-07 21:39:50 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 1 - Rendered articles/_comment.html.erb (0.5ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175501276520 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:8) - Rendered articles/show.html.erb within layouts/application (427.6ms) -Completed 200 OK in 444ms (Views: 434.1ms | ActiveRecord: 1.0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 21:39:50 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 21:39:50 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 21:39:50 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 21:39:50 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 21:39:50 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 21:39:50 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 21:39:50 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-07 21:40:17 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (0.8ms) -Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 21:40:17 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 21:40:17 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 21:40:17 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 21:40:17 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 21:40:17 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 21:40:17 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 21:40:17 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-07 21:44:37 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Comment Load (0.2ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 1 - Rendered articles/_comment.html.erb (0.1ms) - Rendered articles/_comment_form.html.erb (0.2ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175476476740 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:9) - Rendered articles/show.html.erb within layouts/application (4.4ms) -Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.3ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 21:44:37 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 21:44:37 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 21:44:37 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 21:44:37 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 21:44:37 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 21:44:37 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 21:44:37 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-07 22:48:53 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Comment Load (0.2ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 1 - Rendered articles/_comment.html.erb (5.3ms) - Rendered articles/_comment_form.html.erb (0.0ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175476476740 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:9) - Rendered articles/show.html.erb within layouts/application (29.2ms) -Completed 200 OK in 130ms (Views: 128.6ms | ActiveRecord: 0.4ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 22:48:53 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 22:48:53 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 22:48:53 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 22:48:53 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 22:48:53 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 22:48:53 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 22:48:53 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-07 23:05:10 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Comment Load (0.2ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 1 - Rendered articles/_comment.html.erb (0.2ms) - Rendered articles/_comment_form.html.erb (26.3ms) - Rendered articles/show.html.erb within layouts/application (30.8ms) -Completed 500 Internal Server Error in 69ms - -ActionView::Template::Error (undefined method `comments_path' for #<#:0x007fa600b2f3d8>): - 1:

Post a Comment

- 2: - 3: <%= form_for @comment do |f| %> - 4: <%= f.hidden_field :article_id %> - 5:

- 6: <%= f.label :author_name %>
- app/views/articles/_comment_form.html.erb:3:in `_app_views_articles__comment_form_html_erb___671688195645497869_70175502022060' - app/views/articles/show.html.erb:7:in `_app_views_articles_show_html_erb___1141890820893550976_70175476476740' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.7ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.4ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-07 23:06:39 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Comment Load (0.2ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 1 - Rendered articles/_comment.html.erb (0.2ms) - Rendered articles/_comment_form.html.erb (3.7ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175476476740 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:9) - Rendered articles/show.html.erb within layouts/application (9.0ms) -Completed 200 OK in 114ms (Views: 60.0ms | ActiveRecord: 1.4ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 23:06:39 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 23:06:39 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 23:06:39 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 23:06:39 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 23:06:39 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 23:06:39 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 23:06:39 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-07 23:06:46 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (1.0ms) -Completed 200 OK in 38ms (Views: 36.4ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 23:06:46 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 23:06:46 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 23:06:46 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 23:06:46 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 23:06:46 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 23:06:46 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 23:06:46 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-07 23:06:47 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 1 - Rendered articles/_comment.html.erb (0.1ms) - Rendered articles/_comment_form.html.erb (2.3ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175476476740 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:9) - Rendered articles/show.html.erb within layouts/application (5.7ms) -Completed 200 OK in 14ms (Views: 12.7ms | ActiveRecord: 0.3ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 23:06:48 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 23:06:48 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 23:06:48 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 23:06:48 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 23:06:48 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 23:06:48 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 23:06:48 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-07 23:07:03 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (1.2ms) -Completed 200 OK in 13ms (Views: 11.9ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 23:07:03 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 23:07:03 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 23:07:03 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 23:07:03 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 23:07:03 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 23:07:03 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 23:07:03 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/2" for 127.0.0.1 at 2012-08-07 23:07:05 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"2"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "2"]] - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 2 - Rendered articles/_comment.html.erb (0.0ms) - Rendered articles/_comment_form.html.erb (1.4ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175476476740 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:9) - Rendered articles/show.html.erb within layouts/application (4.1ms) -Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 23:07:05 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 23:07:05 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 23:07:05 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 23:07:05 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 23:07:05 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 23:07:05 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 23:07:05 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/articles/2/edit" for 127.0.0.1 at 2012-08-07 23:07:06 -0500 -Processing by ArticlesController#edit as HTML - Parameters: {"id"=>"2"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "2"]] - Rendered articles/_form.html.erb (39.4ms) - Rendered articles/edit.html.erb within layouts/application (50.5ms) -Completed 200 OK in 79ms (Views: 77.7ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 23:07:06 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 23:07:06 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 23:07:06 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 23:07:06 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 23:07:06 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 23:07:06 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 23:07:06 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-07 23:07:34 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (1.1ms) -Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 23:07:34 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 23:07:34 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 23:07:34 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 23:07:34 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 23:07:34 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 23:07:34 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 23:07:34 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/2" for 127.0.0.1 at 2012-08-07 23:07:35 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"2"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "2"]] - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 2 - Rendered articles/_comment.html.erb (0.0ms) - Rendered articles/_comment_form.html.erb (2.1ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175476476740 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:9) - Rendered articles/show.html.erb within layouts/application (4.9ms) -Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 23:07:35 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 23:07:35 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 23:07:35 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 23:07:35 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 23:07:35 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 23:07:35 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 23:07:35 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started POST "/comments" for 127.0.0.1 at 2012-08-07 23:07:41 -0500 - -ActionController::RoutingError (uninitialized constant CommentsController): - activesupport (3.2.7) lib/active_support/inflector/methods.rb:230:in `block in constantize' - activesupport (3.2.7) lib/active_support/inflector/methods.rb:229:in `each' - activesupport (3.2.7) lib/active_support/inflector/methods.rb:229:in `constantize' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:54:in `controller' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:32:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) - - -Started POST "/comments" for 127.0.0.1 at 2012-08-07 23:08:16 -0500 - -ActionController::RoutingError (uninitialized constant CommentsController): - activesupport (3.2.7) lib/active_support/inflector/methods.rb:230:in `block in constantize' - activesupport (3.2.7) lib/active_support/inflector/methods.rb:229:in `each' - activesupport (3.2.7) lib/active_support/inflector/methods.rb:229:in `constantize' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:54:in `controller' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:32:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-07 23:08:38 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (0.9ms) -Completed 200 OK in 54ms (Views: 52.5ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 23:08:38 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 23:08:38 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 23:08:38 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 23:08:38 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 23:08:38 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 23:08:39 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 23:08:39 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/2" for 127.0.0.1 at 2012-08-07 23:08:40 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"2"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "2"]] - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 2 - Rendered articles/_comment.html.erb (0.0ms) - Rendered articles/_comment_form.html.erb (2.3ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175476476740 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:9) - Rendered articles/show.html.erb within layouts/application (5.5ms) -Completed 200 OK in 14ms (Views: 12.9ms | ActiveRecord: 0.3ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 23:08:40 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 23:08:40 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 23:08:40 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 23:08:40 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 23:08:40 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 23:08:40 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 23:08:40 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-07 23:08:45 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (42.7ms) -Completed 200 OK in 49ms (Views: 48.3ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 23:08:46 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 23:08:46 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 23:08:46 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 23:08:46 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 23:08:46 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 23:08:46 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 23:08:46 -0500 -Served asset /application.js - 304 Not Modified (1ms) - - -Started GET "/articles/2" for 127.0.0.1 at 2012-08-07 23:08:47 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"2"} - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "2"]] - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 2 - Rendered articles/_comment.html.erb (0.0ms) - Rendered articles/_comment_form.html.erb (1.5ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175476476740 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:9) - Rendered articles/show.html.erb within layouts/application (4.5ms) -Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.3ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 23:08:47 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 23:08:47 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 23:08:47 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 23:08:47 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 23:08:47 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 23:08:47 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 23:08:47 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-07 23:08:54 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (0.7ms) -Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 23:08:54 -0500 -Served asset /application.css - 304 Not Modified (1ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 23:08:54 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 23:08:54 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 23:08:54 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 23:08:54 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 23:08:54 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-07 23:08:55 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 1 - Rendered articles/_comment.html.erb (0.1ms) - Rendered articles/_comment_form.html.erb (1.7ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175476476740 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:9) - Rendered articles/show.html.erb within layouts/application (5.0ms) -Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.3ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 23:08:55 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 23:08:55 -0500 -Served asset /jquery_ujs.js - 200 OK (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 23:08:55 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 23:08:55 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 23:08:55 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 23:08:55 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 23:08:55 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-07 23:11:33 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 1 - Rendered articles/_comment.html.erb (0.1ms) - Rendered articles/_comment_form.html.erb (2.9ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175476476740 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:9) - Rendered articles/show.html.erb within layouts/application (6.0ms) -Completed 200 OK in 12ms (Views: 11.0ms | ActiveRecord: 0.3ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 23:11:33 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 23:11:33 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 23:11:33 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 23:11:33 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 23:11:33 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 23:11:33 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 23:11:33 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started POST "/comments" for 127.0.0.1 at 2012-08-07 23:11:52 -0500 - -ActionController::RoutingError (uninitialized constant CommentsController): - activesupport (3.2.7) lib/active_support/inflector/methods.rb:230:in `block in constantize' - activesupport (3.2.7) lib/active_support/inflector/methods.rb:229:in `each' - activesupport (3.2.7) lib/active_support/inflector/methods.rb:229:in `constantize' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:54:in `controller' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:32:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) - - -Started POST "/comments" for 127.0.0.1 at 2012-08-07 23:12:47 -0500 - -SyntaxError (/Users/dkeefe75/projects/blogger/config/routes.rb:5: syntax error, unexpected keyword_end, expecting $end): - activesupport (3.2.7) lib/active_support/dependencies.rb:245:in `load' - activesupport (3.2.7) lib/active_support/dependencies.rb:245:in `block in load' - activesupport (3.2.7) lib/active_support/dependencies.rb:236:in `load_dependency' - activesupport (3.2.7) lib/active_support/dependencies.rb:245:in `load' - railties (3.2.7) lib/rails/application/routes_reloader.rb:40:in `block in load_paths' - railties (3.2.7) lib/rails/application/routes_reloader.rb:40:in `each' - railties (3.2.7) lib/rails/application/routes_reloader.rb:40:in `load_paths' - railties (3.2.7) lib/rails/application/routes_reloader.rb:16:in `reload!' - railties (3.2.7) lib/rails/application/routes_reloader.rb:26:in `block in updater' - activesupport (3.2.7) lib/active_support/file_update_checker.rb:78:in `call' - activesupport (3.2.7) lib/active_support/file_update_checker.rb:78:in `execute' - activesupport (3.2.7) lib/active_support/file_update_checker.rb:86:in `execute_if_updated' - railties (3.2.7) lib/rails/application/routes_reloader.rb:7:in `execute_if_updated' - railties (3.2.7) lib/rails/application/finisher.rb:68:in `block (2 levels) in ' - activesupport (3.2.7) lib/active_support/callbacks.rb:429:in `_run__2508384870994984292__prepare__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_prepare_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:74:in `prepare!' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:64:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (40.2ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (50.0ms) - - -Started POST "/comments" for 127.0.0.1 at 2012-08-07 23:12:58 -0500 - -ActionController::RoutingError (No route matches [POST] "/comments"): - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) - - -Started POST "/comments" for 127.0.0.1 at 2012-08-07 23:13:06 -0500 - -ActionController::RoutingError (No route matches [POST] "/comments"): - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) - - -Started POST "/comments" for 127.0.0.1 at 2012-08-07 23:13:11 -0500 - -ActionController::RoutingError (No route matches [POST] "/comments"): - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-07 23:14:00 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Comment Load (0.3ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 1 - Rendered articles/_comment.html.erb (0.1ms) - Rendered articles/_comment_form.html.erb (4.4ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175476476740 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:9) - Rendered articles/show.html.erb within layouts/application (10.7ms) -Completed 200 OK in 102ms (Views: 73.3ms | ActiveRecord: 1.4ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 23:14:00 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 23:14:00 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 23:14:00 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 23:14:00 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 23:14:00 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 23:14:01 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 23:14:01 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started POST "/comments" for 127.0.0.1 at 2012-08-07 23:14:05 -0500 - -ActionController::RoutingError (uninitialized constant CommentsController): - activesupport (3.2.7) lib/active_support/inflector/methods.rb:230:in `block in constantize' - activesupport (3.2.7) lib/active_support/inflector/methods.rb:229:in `each' - activesupport (3.2.7) lib/active_support/inflector/methods.rb:229:in `constantize' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:54:in `controller' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:32:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) - - -Started POST "/comments" for 127.0.0.1 at 2012-08-07 23:14:09 -0500 - -ActionController::RoutingError (uninitialized constant CommentsController): - activesupport (3.2.7) lib/active_support/inflector/methods.rb:230:in `block in constantize' - activesupport (3.2.7) lib/active_support/inflector/methods.rb:229:in `each' - activesupport (3.2.7) lib/active_support/inflector/methods.rb:229:in `constantize' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:54:in `controller' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:32:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-07 23:16:06 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.1ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (1.1ms) -Completed 200 OK in 53ms (Views: 43.3ms | ActiveRecord: 0.5ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 23:16:07 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 23:16:07 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 23:16:07 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 23:16:07 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 23:16:07 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 23:16:07 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 23:16:07 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-07 23:16:09 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Comment Load (0.2ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 1 - Rendered articles/_comment.html.erb (0.1ms) - Rendered articles/_comment_form.html.erb (2.6ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175476476740 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:9) - Rendered articles/show.html.erb within layouts/application (35.7ms) -Completed 200 OK in 72ms (Views: 41.3ms | ActiveRecord: 0.7ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 23:16:09 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 23:16:09 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 23:16:09 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 23:16:09 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 23:16:09 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 23:16:09 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 23:16:09 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started POST "/comments" for 127.0.0.1 at 2012-08-07 23:16:14 -0500 - -ActionController::RoutingError (uninitialized constant CommentsController): - activesupport (3.2.7) lib/active_support/inflector/methods.rb:230:in `block in constantize' - activesupport (3.2.7) lib/active_support/inflector/methods.rb:229:in `each' - activesupport (3.2.7) lib/active_support/inflector/methods.rb:229:in `constantize' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:54:in `controller' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:32:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) - - -Started POST "/comments" for 127.0.0.1 at 2012-08-07 23:16:19 -0500 - -ActionController::RoutingError (uninitialized constant CommentsController): - activesupport (3.2.7) lib/active_support/inflector/methods.rb:230:in `block in constantize' - activesupport (3.2.7) lib/active_support/inflector/methods.rb:229:in `each' - activesupport (3.2.7) lib/active_support/inflector/methods.rb:229:in `constantize' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:54:in `controller' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:32:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) - - -Started POST "/comments" for 127.0.0.1 at 2012-08-07 23:25:28 -0500 - -SyntaxError (/Users/dkeefe75/projects/blogger/app/controllers/comments_controller.rb:11: syntax error, unexpected $end, expecting keyword_end): - activesupport (3.2.7) lib/active_support/dependencies.rb:469:in `load' - activesupport (3.2.7) lib/active_support/dependencies.rb:469:in `block in load_file' - activesupport (3.2.7) lib/active_support/dependencies.rb:639:in `new_constants_in' - activesupport (3.2.7) lib/active_support/dependencies.rb:468:in `load_file' - activesupport (3.2.7) lib/active_support/dependencies.rb:353:in `require_or_load' - activesupport (3.2.7) lib/active_support/dependencies.rb:502:in `load_missing_constant' - activesupport (3.2.7) lib/active_support/dependencies.rb:192:in `block in const_missing' - activesupport (3.2.7) lib/active_support/dependencies.rb:190:in `each' - activesupport (3.2.7) lib/active_support/dependencies.rb:190:in `const_missing' - activesupport (3.2.7) lib/active_support/inflector/methods.rb:230:in `block in constantize' - activesupport (3.2.7) lib/active_support/inflector/methods.rb:229:in `each' - activesupport (3.2.7) lib/active_support/inflector/methods.rb:229:in `constantize' - activesupport (3.2.7) lib/active_support/dependencies.rb:554:in `get' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:54:in `controller' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:32:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.5ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (49.0ms) - - -Started POST "/comments" for 127.0.0.1 at 2012-08-07 23:25:32 -0500 - -SyntaxError (/Users/dkeefe75/projects/blogger/app/controllers/comments_controller.rb:11: syntax error, unexpected $end, expecting keyword_end): - activesupport (3.2.7) lib/active_support/dependencies.rb:469:in `load' - activesupport (3.2.7) lib/active_support/dependencies.rb:469:in `block in load_file' - activesupport (3.2.7) lib/active_support/dependencies.rb:639:in `new_constants_in' - activesupport (3.2.7) lib/active_support/dependencies.rb:468:in `load_file' - activesupport (3.2.7) lib/active_support/dependencies.rb:353:in `require_or_load' - activesupport (3.2.7) lib/active_support/dependencies.rb:502:in `load_missing_constant' - activesupport (3.2.7) lib/active_support/dependencies.rb:192:in `block in const_missing' - activesupport (3.2.7) lib/active_support/dependencies.rb:190:in `each' - activesupport (3.2.7) lib/active_support/dependencies.rb:190:in `const_missing' - activesupport (3.2.7) lib/active_support/inflector/methods.rb:230:in `block in constantize' - activesupport (3.2.7) lib/active_support/inflector/methods.rb:229:in `each' - activesupport (3.2.7) lib/active_support/inflector/methods.rb:229:in `constantize' - activesupport (3.2.7) lib/active_support/dependencies.rb:554:in `get' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:54:in `controller' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:32:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.6ms) - - -Started POST "/comments" for 127.0.0.1 at 2012-08-07 23:25:36 -0500 - -SyntaxError (/Users/dkeefe75/projects/blogger/app/controllers/comments_controller.rb:11: syntax error, unexpected $end, expecting keyword_end): - activesupport (3.2.7) lib/active_support/dependencies.rb:469:in `load' - activesupport (3.2.7) lib/active_support/dependencies.rb:469:in `block in load_file' - activesupport (3.2.7) lib/active_support/dependencies.rb:639:in `new_constants_in' - activesupport (3.2.7) lib/active_support/dependencies.rb:468:in `load_file' - activesupport (3.2.7) lib/active_support/dependencies.rb:353:in `require_or_load' - activesupport (3.2.7) lib/active_support/dependencies.rb:502:in `load_missing_constant' - activesupport (3.2.7) lib/active_support/dependencies.rb:192:in `block in const_missing' - activesupport (3.2.7) lib/active_support/dependencies.rb:190:in `each' - activesupport (3.2.7) lib/active_support/dependencies.rb:190:in `const_missing' - activesupport (3.2.7) lib/active_support/inflector/methods.rb:230:in `block in constantize' - activesupport (3.2.7) lib/active_support/inflector/methods.rb:229:in `each' - activesupport (3.2.7) lib/active_support/inflector/methods.rb:229:in `constantize' - activesupport (3.2.7) lib/active_support/dependencies.rb:554:in `get' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:54:in `controller' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:32:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1198138850753442818__call__4475894852406720216__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.7ms) - - -Started POST "/comments" for 127.0.0.1 at 2012-08-07 23:26:04 -0500 -Processing by CommentsController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"QD3vGFZbAwRPXpDsIqqiNrutZFG2OxsTn27Akr1ZsYs=", "comment"=>{"article_id"=>"1", "author_name"=>"c", "body"=>"c"}, "commit"=>"Submit"} -  (0.1ms) begin transaction - SQL (0.5ms) INSERT INTO "comments" ("article_id", "author_name", "body", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["article_id", 1], ["author_name", "c"], ["body", "c"], ["created_at", Wed, 08 Aug 2012 04:26:04 UTC +00:00], ["updated_at", Wed, 08 Aug 2012 04:26:04 UTC +00:00]] -  (0.9ms) commit transaction - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 -Redirected to http://localhost:3000/articles/1 -Completed 302 Found in 187ms (ActiveRecord: 2.6ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-07 23:26:04 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Comment Load (0.2ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 1 - Rendered articles/_comment.html.erb (0.3ms) - Rendered articles/_comment_form.html.erb (3.1ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175476476740 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:9) - Rendered articles/show.html.erb within layouts/application (25.6ms) -Compiled comments.css (112ms) (pid 36088) -Compiled application.css (244ms) (pid 36088) -Compiled comments.js (608ms) (pid 36088) -Compiled application.js (658ms) (pid 36088) -Completed 200 OK in 1754ms (Views: 1742.0ms | ActiveRecord: 0.5ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-07 23:26:06 -0500 -Served asset /comments.css - 200 OK (2ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 23:26:06 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 23:26:06 -0500 -Served asset /application.css - 304 Not Modified (12ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 23:26:06 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 23:26:06 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 23:26:06 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 23:26:06 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-07 23:26:06 -0500 -Served asset /comments.js - 200 OK (2ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 23:26:06 -0500 -Served asset /application.js - 304 Not Modified (11ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-07 23:28:54 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -  (0.2ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 1 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 1 - Rendered articles/_comment.html.erb (0.2ms) - Rendered articles/_comment_form.html.erb (3.4ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175484621420 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:9) - Rendered articles/show.html.erb within layouts/application (10.2ms) -Completed 200 OK in 21ms (Views: 19.2ms | ActiveRecord: 0.5ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 23:28:54 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 23:28:54 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-07 23:28:54 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 23:28:54 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 23:28:54 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 23:28:54 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 23:28:54 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-07 23:28:54 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 23:28:54 -0500 -Served asset /application.js - 304 Not Modified (1ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-07 23:29:14 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -  (0.2ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 1 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 1 - Rendered articles/_comment.html.erb (0.1ms) - Rendered articles/_comment_form.html.erb (2.8ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175477962680 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:9) - Rendered articles/show.html.erb within layouts/application (7.7ms) -Completed 200 OK in 17ms (Views: 15.2ms | ActiveRecord: 0.4ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 23:29:14 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 23:29:14 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 23:29:14 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-07 23:29:14 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 23:29:14 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 23:29:14 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 23:29:14 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-07 23:29:14 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 23:29:14 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-07 23:29:16 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -  (0.2ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 1 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 1 - Rendered articles/_comment.html.erb (0.2ms) - Rendered articles/_comment_form.html.erb (3.0ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175477962680 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:9) - Rendered articles/show.html.erb within layouts/application (8.2ms) -Completed 200 OK in 17ms (Views: 15.2ms | ActiveRecord: 0.4ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 23:29:16 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 23:29:16 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 23:29:16 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-07 23:29:16 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 23:29:16 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 23:29:16 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 23:29:16 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-07 23:29:16 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 23:29:16 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-07 23:29:22 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -  (0.1ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 1 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 1 - Rendered articles/_comment.html.erb (0.1ms) - Rendered articles/_comment_form.html.erb (1.6ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175477962680 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:9) - Rendered articles/show.html.erb within layouts/application (5.1ms) -Completed 200 OK in 15ms (Views: 13.3ms | ActiveRecord: 0.3ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 23:29:22 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-07 23:29:22 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 23:29:22 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 23:29:22 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 23:29:22 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 23:29:22 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 23:29:22 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 23:29:22 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-07 23:29:22 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-07 23:29:40 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -  (0.1ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 1 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 1 - Rendered articles/_comment.html.erb (0.2ms) - Rendered articles/_comment_form.html.erb (2.0ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175500060800 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:9) - Rendered articles/show.html.erb within layouts/application (7.2ms) -Completed 200 OK in 17ms (Views: 15.7ms | ActiveRecord: 0.4ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 23:29:40 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-07 23:29:40 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 23:29:40 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 23:29:40 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 23:29:40 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 23:29:40 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 23:29:40 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-07 23:29:40 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 23:29:40 -0500 -Served asset /application.js - 304 Not Modified (1ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-07 23:31:29 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -  (0.2ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 1 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 1 - Rendered articles/_comment.html.erb (0.2ms) - Rendered articles/_comment_form.html.erb (3.1ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175500060800 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:9) - Rendered articles/show.html.erb within layouts/application (7.7ms) -Completed 200 OK in 15ms (Views: 13.6ms | ActiveRecord: 0.4ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 23:31:30 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-07 23:31:30 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 23:31:30 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 23:31:30 -0500 -Served asset /application.css - 304 Not Modified (1ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 23:31:30 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 23:31:30 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-07 23:31:30 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 23:31:30 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 23:31:30 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-07 23:32:33 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -  (0.2ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 1 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 1 - Rendered articles/_comment.html.erb (0.2ms) - Rendered articles/_comment_form.html.erb (3.0ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175500060800 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:9) - Rendered articles/show.html.erb within layouts/application (17.0ms) -Completed 200 OK in 78ms (Views: 76.2ms | ActiveRecord: 0.5ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 23:32:33 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 23:32:33 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-07 23:32:33 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 23:32:33 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 23:32:33 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 23:32:33 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 23:32:33 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-07 23:32:33 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 23:32:33 -0500 -Served asset /application.js - 304 Not Modified (1ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-07 23:34:55 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -  (0.1ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 1 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 1 - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - Rendered articles/_comment.html.erb (40.5ms) - Rendered articles/_comment_form.html.erb (2.0ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1141890820893550976_70175500060800 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:9) - Rendered articles/show.html.erb within layouts/application (46.6ms) -Completed 200 OK in 55ms (Views: 53.7ms | ActiveRecord: 0.6ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-07 23:34:56 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-07 23:34:56 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-07 23:34:56 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-07 23:34:56 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-07 23:34:56 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-07 23:34:56 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-07 23:34:56 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-07 23:34:56 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-07 23:34:56 -0500 -Served asset /application.js - 304 Not Modified (1ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 21:50:44 -0500 -Connecting to database specified by database.yml -Processing by ArticlesController#index as HTML - Article Load (0.1ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (24.6ms) -Completed 200 OK in 391ms (Views: 362.5ms | ActiveRecord: 5.0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-09 21:50:45 -0500 -Served asset /application.css - 304 Not Modified (30ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-09 21:50:45 -0500 -Served asset /comments.js - 304 Not Modified (3ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-09 21:50:45 -0500 -Served asset /application.js - 304 Not Modified (7ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-09 21:50:45 -0500 -Served asset /articles.js - 304 Not Modified (1ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-09 21:50:45 -0500 -Served asset /comments.css - 304 Not Modified (1ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-09 21:50:45 -0500 -Served asset /articles.css - 304 Not Modified (1ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-09 21:50:45 -0500 -Served asset /screen.css - 304 Not Modified (1ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-09 21:50:45 -0500 -Served asset /jquery.js - 304 Not Modified (2ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-09 21:50:45 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (1ms) -Connecting to database specified by database.yml -Connecting to database specified by database.yml -Connecting to database specified by database.yml -  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  -Migrating to CreateArticles (20120805164102) -Migrating to CreateComments (20120808015928) -Migrating to CreateTags (20120810030342) -  (0.0ms) select sqlite_version(*) -  (0.0ms) begin transaction -  (18.5ms) CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120810030342') -  (14.2ms) commit transaction -Migrating to CreateTaggings (20120810030421) -  (0.1ms) begin transaction -  (0.3ms) CREATE TABLE "taggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_id" integer, "article_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120810030421') -  (1.5ms) commit transaction -  (0.3ms) select sqlite_version(*) -  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" -  (0.0ms) PRAGMA index_list("articles") -  (0.0ms) PRAGMA index_list("comments") -  (0.0ms) PRAGMA index_list("taggings") -  (0.0ms) PRAGMA index_list("tags") - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-09 22:16:19 -0500 - -ActionController::RoutingError (undefined method `Has_many' for #): - app/models/article.rb:4:in `' - app/models/article.rb:1:in `' - app/controllers/articles_controller.rb:1:in `' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-09 22:17:12 -0500 - -ActionController::RoutingError (undefined method `Has_many' for #): - app/models/article.rb:3:in `' - app/models/article.rb:1:in `' - app/controllers/articles_controller.rb:1:in `' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-09 22:17:15 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.1ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-09 22:18:19 -0500 - -ActionController::RoutingError (undefined method `Has_many' for #): - app/models/article.rb:3:in `' - app/models/article.rb:1:in `' - app/controllers/articles_controller.rb:1:in `' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-09 22:18:22 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.4ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-09 22:18:28 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.5ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-09 22:19:44 -0500 - -ActionController::RoutingError (undefined method `Has_many' for #): - app/models/article.rb:3:in `' - app/models/article.rb:1:in `' - app/controllers/articles_controller.rb:1:in `' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-09 22:19:46 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.8ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:19:51 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (27.4ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (34.3ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:19:56 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.1ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:20:01 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.3ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.2ms) - - -Started GET "/assets/rails.png" for 127.0.0.1 at 2012-08-09 22:20:02 -0500 -Served asset /rails.png - 304 Not Modified (21ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:20:04 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.1ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:22:28 -0500 - -ActionController::RoutingError (undefined method `Has_many' for #): - app/models/article.rb:3:in `' - app/models/article.rb:1:in `' - app/controllers/articles_controller.rb:1:in `' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:22:30 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.1ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:22:31 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.9ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:22:33 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.5ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:23:19 -0500 - -ActionController::RoutingError (undefined method `Has_many' for #): - app/models/article.rb:3:in `' - app/models/article.rb:1:in `' - app/controllers/articles_controller.rb:1:in `' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:23:26 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.0ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:23:27 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.4ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:23:29 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.4ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:23:38 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.2ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:25:49 -0500 - -SyntaxError (/Users/dkeefe75/projects/blogger/app/models/article.rb:7: syntax error, unexpected $end, expecting keyword_end): - app/controllers/articles_controller.rb:1:in `' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.5ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.0ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:26:26 -0500 - -ActionController::RoutingError (undefined method `Has_many' for #): - app/models/article.rb:3:in `' - app/models/article.rb:1:in `' - app/controllers/articles_controller.rb:1:in `' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:26:28 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.2ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:26:32 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.8ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:26:34 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.6ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.9ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:28:10 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.4ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:28:13 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.3ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.4ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:28:16 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.9ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:28:18 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.8ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:30:09 -0500 - -ActionController::RoutingError (undefined method `Has_many' for #): - app/models/article.rb:3:in `' - app/models/article.rb:1:in `' - app/controllers/articles_controller.rb:1:in `' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:31:19 -0500 - -ActionController::RoutingError (undefined method `Has_many' for #): - app/models/article.rb:3:in `' - app/models/article.rb:1:in `' - app/controllers/articles_controller.rb:1:in `' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:31:21 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.6ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:31:24 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.6ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:31:52 -0500 - -ActionController::RoutingError (undefined method `Has_many' for #): - app/models/article.rb:4:in `' - app/models/article.rb:1:in `' - app/controllers/articles_controller.rb:1:in `' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:31:54 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (27.1ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (34.9ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:32:23 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.8ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:32:25 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.7ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:33:15 -0500 - -ActionController::RoutingError (undefined method `Has_many' for #): - app/models/article.rb:4:in `' - app/models/article.rb:1:in `' - app/controllers/articles_controller.rb:1:in `' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:33:18 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.7ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:33:21 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.2ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:36:39 -0500 - -ActionController::RoutingError (undefined method `Has_many' for #): - app/models/article.rb:4:in `' - app/models/article.rb:1:in `' - app/controllers/articles_controller.rb:1:in `' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:36:41 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.4ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:36:42 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.7ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:36:43 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.7ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.5ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:36:45 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.5ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:38:21 -0500 - -ActionController::RoutingError (undefined method `Has_many' for #): - app/models/article.rb:4:in `' - app/models/article.rb:1:in `' - app/controllers/articles_controller.rb:1:in `' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:38:29 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.0ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:41:13 -0500 - -ActionController::RoutingError (undefined method `Has_many' for #): - app/models/article.rb:4:in `' - app/models/article.rb:1:in `' - app/controllers/articles_controller.rb:1:in `' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:41:18 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.1ms) -Connecting to database specified by database.yml -  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  -Migrating to CreateArticles (20120805164102) -Migrating to CreateComments (20120808015928) -Migrating to CreateTags (20120810030342) -Migrating to CreateTaggings (20120810030421) -  (0.2ms) select sqlite_version(*) -  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  -  (0.0ms) PRAGMA index_list("articles") -  (0.0ms) PRAGMA index_list("comments") -  (0.0ms) PRAGMA index_list("taggings") -  (0.0ms) PRAGMA index_list("tags") - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:46:11 -0500 - -ActionController::RoutingError (undefined method `Has_many' for #): - app/models/article.rb:4:in `' - app/models/article.rb:1:in `' - app/controllers/articles_controller.rb:1:in `' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:46:15 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.5ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:46:16 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.5ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:46:17 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.7ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 22:46:19 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.9ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 23:28:52 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.6ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 23:29:18 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.6ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 23:29:21 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.6ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.8ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 23:29:22 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__50995418034134515__call__1312731990883506783__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.0ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-09 23:58:00 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.1ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (1.0ms) -Completed 200 OK in 119ms (Views: 85.8ms | ActiveRecord: 0.5ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-09 23:58:00 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-09 23:58:00 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-09 23:58:00 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-09 23:58:00 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-09 23:58:00 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-09 23:58:00 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-09 23:58:00 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-09 23:58:00 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-09 23:58:00 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-10 00:03:34 -0500 -Processing by ArticlesController#new as HTML - Rendered articles/_form.html.erb (69.2ms) - Rendered articles/new.html.erb within layouts/application (172.7ms) -Completed 500 Internal Server Error in 198ms - -ActionView::Template::Error (undefined method `tag_list' for #): - 10: - 11:

- 12: <%= f.label :tag_list %>
- 13: <%= f.text_field :tag_list %> - 14:

- 15: - 16: - app/views/articles/_form.html.erb:13:in `block in _app_views_articles__form_html_erb___3101041878514647776_70240197602260' - app/views/articles/_form.html.erb:1:in `_app_views_articles__form_html_erb___3101041878514647776_70240197602260' - app/views/articles/new.html.erb:3:in `_app_views_articles_new_html_erb___3895075341277987696_70240208838740' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.4ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-10 00:03:38 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -  (0.2ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 1 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 1 - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - Rendered articles/_comment.html.erb (8.3ms) - Rendered articles/_comment_form.html.erb (3.6ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb__217369287530746528_70240208863060 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:9) - Rendered articles/show.html.erb within layouts/application (152.7ms) -Completed 200 OK in 195ms (Views: 169.5ms | ActiveRecord: 1.1ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-10 00:03:39 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-10 00:03:39 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-10 00:03:39 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-10 00:03:39 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-10 00:03:39 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-10 00:03:39 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-10 00:03:39 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-10 00:03:39 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-10 00:03:39 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-10 00:08:05 -0500 -Processing by ArticlesController#new as HTML - Rendered articles/_form.html.erb (36.9ms) - Rendered articles/new.html.erb within layouts/application (37.5ms) -Completed 200 OK in 77ms (Views: 70.5ms | ActiveRecord: 0.5ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-10 00:08:06 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-10 00:08:06 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-10 00:08:06 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-10 00:08:06 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-10 00:08:06 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-10 00:08:06 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-10 00:08:06 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-10 00:08:06 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-10 00:08:06 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-10 22:50:06 -0500 -Connecting to database specified by database.yml -Processing by ArticlesController#index as HTML - Article Load (0.1ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (3.6ms) -Completed 200 OK in 398ms (Views: 350.7ms | ActiveRecord: 23.0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-10 22:50:07 -0500 -Served asset /application.css - 200 OK (37ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-10 22:50:07 -0500 -Served asset /articles.css - 200 OK (1ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-10 22:50:07 -0500 -Served asset /comments.css - 200 OK (1ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-10 22:50:07 -0500 -Served asset /screen.css - 200 OK (2ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-10 22:50:07 -0500 -Served asset /jquery_ujs.js - 200 OK (2ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-10 22:50:07 -0500 -Served asset /jquery.js - 200 OK (3ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-10 22:50:07 -0500 -Served asset /comments.js - 200 OK (1ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-10 22:50:07 -0500 -Served asset /articles.js - 200 OK (2ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-10 22:50:07 -0500 -Served asset /application.js - 200 OK (5ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-10 23:01:12 -0500 -Processing by ArticlesController#new as HTML - Rendered articles/_form.html.erb (113.4ms) - Rendered articles/new.html.erb within layouts/application (167.2ms) -Completed 200 OK in 196ms (Views: 195.3ms | ActiveRecord: 0.0ms) - - -Started POST "/articles" for 127.0.0.1 at 2012-08-10 23:01:31 -0500 -Processing by ArticlesController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZMqNh9BSjG0TQdEVzsyIKMLi9V1alvFHk59QHu62KAs=", "article"=>{"title"=>"d", "body"=>"d", "tag_list"=>"day"}, "commit"=>"Create Article"} -Completed 500 Internal Server Error in 1ms - -ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: title, body, tag_list): - app/controllers/articles_controller.rb:17:in `new' - app/controllers/articles_controller.rb:17:in `create' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.2ms) - - -Started POST "/articles" for 127.0.0.1 at 2012-08-10 23:02:47 -0500 -Processing by ArticlesController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZMqNh9BSjG0TQdEVzsyIKMLi9V1alvFHk59QHu62KAs=", "article"=>{"title"=>"d", "body"=>"d", "tag_list"=>"day"}, "commit"=>"Create Article"} -Completed 500 Internal Server Error in 2ms - -ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: title, body): - app/controllers/articles_controller.rb:17:in `new' - app/controllers/articles_controller.rb:17:in `create' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.0ms) - - -Started POST "/articles" for 127.0.0.1 at 2012-08-10 23:02:59 -0500 -Processing by ArticlesController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZMqNh9BSjG0TQdEVzsyIKMLi9V1alvFHk59QHu62KAs=", "article"=>{"title"=>"d", "body"=>"d", "tag_list"=>"day"}, "commit"=>"Create Article"} -Completed 500 Internal Server Error in 0ms - -ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: title, body): - app/controllers/articles_controller.rb:17:in `new' - app/controllers/articles_controller.rb:17:in `create' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.5ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.1ms) - - -Started POST "/articles" for 127.0.0.1 at 2012-08-10 23:04:18 -0500 -Processing by ArticlesController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZMqNh9BSjG0TQdEVzsyIKMLi9V1alvFHk59QHu62KAs=", "article"=>{"title"=>"d", "body"=>"d", "tag_list"=>"day"}, "commit"=>"Create Article"} -Completed 500 Internal Server Error in 2ms - -ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: title, body): - app/controllers/articles_controller.rb:17:in `new' - app/controllers/articles_controller.rb:17:in `create' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.2ms) - - -Started POST "/articles" for 127.0.0.1 at 2012-08-10 23:04:25 -0500 -Processing by ArticlesController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZMqNh9BSjG0TQdEVzsyIKMLi9V1alvFHk59QHu62KAs=", "article"=>{"title"=>"d", "body"=>"d", "tag_list"=>"day"}, "commit"=>"Create Article"} -Completed 500 Internal Server Error in 0ms - -ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: title, body): - app/controllers/articles_controller.rb:17:in `new' - app/controllers/articles_controller.rb:17:in `create' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.0ms) - - -Started POST "/articles" for 127.0.0.1 at 2012-08-10 23:04:31 -0500 -Processing by ArticlesController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZMqNh9BSjG0TQdEVzsyIKMLi9V1alvFHk59QHu62KAs=", "article"=>{"title"=>"d", "body"=>"d", "tag_list"=>"day"}, "commit"=>"Create Article"} -Completed 500 Internal Server Error in 0ms - -ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: title, body): - app/controllers/articles_controller.rb:17:in `new' - app/controllers/articles_controller.rb:17:in `create' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.6ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.4ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-10 23:10:32 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.1ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (0.8ms) -Completed 200 OK in 13ms (Views: 6.2ms | ActiveRecord: 0.6ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-10 23:10:33 -0500 -Processing by ArticlesController#new as HTML - Rendered articles/_form.html.erb (6.8ms) - Rendered articles/new.html.erb within layouts/application (7.4ms) -Completed 200 OK in 13ms (Views: 12.3ms | ActiveRecord: 0.0ms) - - -Started POST "/articles" for 127.0.0.1 at 2012-08-10 23:10:38 -0500 -Processing by ArticlesController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZMqNh9BSjG0TQdEVzsyIKMLi9V1alvFHk59QHu62KAs=", "article"=>{"title"=>"f", "body"=>"f", "tag_list"=>"f"}, "commit"=>"Create Article"} -Completed 500 Internal Server Error in 1ms - -ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: title, body): - app/controllers/articles_controller.rb:17:in `new' - app/controllers/articles_controller.rb:17:in `create' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.0ms) - - -Started POST "/articles" for 127.0.0.1 at 2012-08-10 23:13:59 -0500 -Processing by ArticlesController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZMqNh9BSjG0TQdEVzsyIKMLi9V1alvFHk59QHu62KAs=", "article"=>{"title"=>"f", "body"=>"f", "tag_list"=>"f"}, "commit"=>"Create Article"} -Completed 500 Internal Server Error in 2ms - -ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: title, body): - app/controllers/articles_controller.rb:17:in `new' - app/controllers/articles_controller.rb:17:in `create' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (26.4ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (34.6ms) - - -Started POST "/articles" for 127.0.0.1 at 2012-08-10 23:14:04 -0500 -Processing by ArticlesController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZMqNh9BSjG0TQdEVzsyIKMLi9V1alvFHk59QHu62KAs=", "article"=>{"title"=>"f", "body"=>"f", "tag_list"=>"f"}, "commit"=>"Create Article"} -Completed 500 Internal Server Error in 0ms - -ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: title, body): - app/controllers/articles_controller.rb:17:in `new' - app/controllers/articles_controller.rb:17:in `create' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.4ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-10 23:14:11 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (1.0ms) -Completed 200 OK in 14ms (Views: 6.6ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-10 23:14:11 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-10 23:14:11 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-10 23:14:11 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-10 23:14:11 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-10 23:14:11 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-10 23:14:11 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-10 23:14:11 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-10 23:14:11 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-10 23:14:11 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-10 23:14:14 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -  (0.2ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 1 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 1 - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - Rendered articles/_comment.html.erb (7.2ms) - Rendered articles/_comment_form.html.erb (3.2ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb__1037258518801055286_70093422487520 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:9) - Rendered articles/show.html.erb within layouts/application (85.5ms) -Completed 200 OK in 118ms (Views: 106.8ms | ActiveRecord: 1.0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-10 23:14:15 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-10 23:14:15 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-10 23:14:15 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-10 23:14:15 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-10 23:14:15 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-10 23:14:15 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-10 23:14:15 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-10 23:14:15 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-10 23:14:15 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-10 23:14:24 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (0.8ms) -Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-10 23:14:24 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-10 23:14:24 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-10 23:14:24 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-10 23:14:24 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-10 23:14:24 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-10 23:14:24 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-10 23:14:24 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-10 23:14:24 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-10 23:14:24 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-10 23:14:25 -0500 -Processing by ArticlesController#new as HTML - Rendered articles/_form.html.erb (6.7ms) - Rendered articles/new.html.erb within layouts/application (7.3ms) -Completed 200 OK in 13ms (Views: 12.4ms | ActiveRecord: 0.0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-10 23:14:25 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-10 23:14:25 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-10 23:14:25 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-10 23:14:25 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-10 23:14:25 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-10 23:14:25 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-10 23:14:25 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-10 23:14:25 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-10 23:14:25 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started POST "/articles" for 127.0.0.1 at 2012-08-10 23:14:32 -0500 -Processing by ArticlesController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZMqNh9BSjG0TQdEVzsyIKMLi9V1alvFHk59QHu62KAs=", "article"=>{"title"=>"a", "body"=>"a", "tag_list"=>"a"}, "commit"=>"Create Article"} -Completed 500 Internal Server Error in 0ms - -ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: title, body): - app/controllers/articles_controller.rb:17:in `new' - app/controllers/articles_controller.rb:17:in `create' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.4ms) - - -Started POST "/articles" for 127.0.0.1 at 2012-08-10 23:22:18 -0500 -Processing by ArticlesController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZMqNh9BSjG0TQdEVzsyIKMLi9V1alvFHk59QHu62KAs=", "article"=>{"title"=>"a", "body"=>"a", "tag_list"=>"ruby, technology"}, "commit"=>"Create Article"} -Completed 500 Internal Server Error in 1ms - -ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: title, body): - app/controllers/articles_controller.rb:17:in `new' - app/controllers/articles_controller.rb:17:in `create' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.9ms) - - -Started POST "/articles" for 127.0.0.1 at 2012-08-10 23:22:54 -0500 -Processing by ArticlesController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZMqNh9BSjG0TQdEVzsyIKMLi9V1alvFHk59QHu62KAs=", "article"=>{"title"=>"a", "body"=>"a", "tag_list"=>"ruby, technology"}, "commit"=>"Create Article"} -Completed 500 Internal Server Error in 0ms - -ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: title, body): - app/controllers/articles_controller.rb:17:in `new' - app/controllers/articles_controller.rb:17:in `create' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.3ms) - - -Started POST "/articles" for 127.0.0.1 at 2012-08-10 23:23:50 -0500 -Processing by ArticlesController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZMqNh9BSjG0TQdEVzsyIKMLi9V1alvFHk59QHu62KAs=", "article"=>{"title"=>"a", "body"=>"a", "tag_list"=>"ruby, technology"}, "commit"=>"Create Article"} -Completed 500 Internal Server Error in 3ms - -ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: title, body): - app/controllers/articles_controller.rb:17:in `new' - app/controllers/articles_controller.rb:17:in `create' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.7ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.2ms) - - -Started POST "/articles" for 127.0.0.1 at 2012-08-10 23:23:55 -0500 -Processing by ArticlesController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZMqNh9BSjG0TQdEVzsyIKMLi9V1alvFHk59QHu62KAs=", "article"=>{"title"=>"a", "body"=>"a", "tag_list"=>"ruby, technology"}, "commit"=>"Create Article"} -Completed 500 Internal Server Error in 1ms - -ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: title, body): - app/controllers/articles_controller.rb:17:in `new' - app/controllers/articles_controller.rb:17:in `create' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.6ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-10 23:24:03 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (0.8ms) -Completed 200 OK in 12ms (Views: 6.1ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-10 23:24:03 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-10 23:24:03 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-10 23:24:03 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-10 23:24:03 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-10 23:24:03 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-10 23:24:03 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-10 23:24:03 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-10 23:24:03 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-10 23:24:03 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-10 23:24:05 -0500 -Processing by ArticlesController#new as HTML - Rendered articles/_form.html.erb (6.6ms) - Rendered articles/new.html.erb within layouts/application (7.2ms) -Completed 200 OK in 40ms (Views: 39.9ms | ActiveRecord: 0.0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-10 23:24:06 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-10 23:24:06 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-10 23:24:06 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-10 23:24:06 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-10 23:24:06 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-10 23:24:06 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-10 23:24:06 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-10 23:24:06 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-10 23:24:06 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-10 23:24:07 -0500 -Processing by ArticlesController#new as HTML - Rendered articles/_form.html.erb (2.5ms) - Rendered articles/new.html.erb within layouts/application (3.0ms) -Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-10 23:24:07 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-10 23:24:07 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-10 23:24:07 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-10 23:24:07 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-10 23:24:07 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-10 23:24:07 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-10 23:24:07 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-10 23:24:07 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-10 23:24:07 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started POST "/articles" for 127.0.0.1 at 2012-08-10 23:24:18 -0500 -Processing by ArticlesController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZMqNh9BSjG0TQdEVzsyIKMLi9V1alvFHk59QHu62KAs=", "article"=>{"title"=>"test", "body"=>"hi", "tag_list"=>"ruby, tech"}, "commit"=>"Create Article"} -Completed 500 Internal Server Error in 0ms - -ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: title, body): - app/controllers/articles_controller.rb:17:in `new' - app/controllers/articles_controller.rb:17:in `create' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.7ms) - - -Started POST "/articles" for 127.0.0.1 at 2012-08-10 23:27:03 -0500 -Processing by ArticlesController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZMqNh9BSjG0TQdEVzsyIKMLi9V1alvFHk59QHu62KAs=", "article"=>{"title"=>"test", "body"=>"hi", "tag_list"=>"ruby, tech"}, "commit"=>"Create Article"} -Completed 500 Internal Server Error in 0ms - -ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: title, body): - app/controllers/articles_controller.rb:17:in `new' - app/controllers/articles_controller.rb:17:in `create' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.8ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-10 23:27:08 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (0.8ms) -Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-10 23:27:08 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-10 23:27:08 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-10 23:27:08 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-10 23:27:08 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-10 23:27:08 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-10 23:27:08 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-10 23:27:08 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-10 23:27:08 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-10 23:27:08 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-10 23:27:10 -0500 -Processing by ArticlesController#new as HTML - Rendered articles/_form.html.erb (2.4ms) - Rendered articles/new.html.erb within layouts/application (3.0ms) -Completed 200 OK in 36ms (Views: 36.0ms | ActiveRecord: 0.0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-10 23:27:10 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-10 23:27:10 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-10 23:27:10 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-10 23:27:10 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-10 23:27:10 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-10 23:27:10 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-10 23:27:10 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-10 23:27:10 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-10 23:27:10 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started POST "/articles" for 127.0.0.1 at 2012-08-10 23:27:20 -0500 -Processing by ArticlesController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZMqNh9BSjG0TQdEVzsyIKMLi9V1alvFHk59QHu62KAs=", "article"=>{"title"=>"qq", "body"=>"qq", "tag_list"=>"tech"}, "commit"=>"Create Article"} -Completed 500 Internal Server Error in 0ms - -ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: title, body): - app/controllers/articles_controller.rb:17:in `new' - app/controllers/articles_controller.rb:17:in `create' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.0ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-11 15:01:24 -0500 -Connecting to database specified by database.yml -Processing by ArticlesController#index as HTML - Article Load (0.1ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (3.4ms) -Completed 200 OK in 400ms (Views: 334.3ms | ActiveRecord: 20.7ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 15:01:25 -0500 -Served asset /application.css - 304 Not Modified (9ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 15:01:25 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (2ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 15:01:25 -0500 -Served asset /comments.css - 304 Not Modified (1ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 15:01:25 -0500 -Served asset /jquery.js - 304 Not Modified (6ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 15:01:25 -0500 -Served asset /articles.js - 304 Not Modified (1ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 15:01:25 -0500 -Served asset /screen.css - 304 Not Modified (1ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 15:01:25 -0500 -Served asset /comments.js - 304 Not Modified (1ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 15:01:25 -0500 -Served asset /application.js - 304 Not Modified (5ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 15:01:25 -0500 -Served asset /articles.css - 304 Not Modified (1ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-11 15:01:27 -0500 -Processing by ArticlesController#new as HTML - Rendered articles/_form.html.erb (113.2ms) - Rendered articles/new.html.erb within layouts/application (167.1ms) -Completed 200 OK in 196ms (Views: 195.2ms | ActiveRecord: 0.0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 15:01:27 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 15:01:27 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 15:01:27 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 15:01:27 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 15:01:27 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 15:01:27 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 15:01:27 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 15:01:27 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 15:01:27 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started POST "/articles" for 127.0.0.1 at 2012-08-11 15:01:33 -0500 -Processing by ArticlesController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"FH4r3yw36jVJm9z4YDWkeDQIby5GLicuSW2xchLCNMQ=", "article"=>{"title"=>"f", "body"=>"f", "tag_list"=>"f"}, "commit"=>"Create Article"} -Completed 500 Internal Server Error in 1ms - -ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: title, body): - app/controllers/articles_controller.rb:17:in `new' - app/controllers/articles_controller.rb:17:in `create' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.0ms) - - -Started POST "/articles" for 127.0.0.1 at 2012-08-11 15:08:02 -0500 -Processing by ArticlesController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"FH4r3yw36jVJm9z4YDWkeDQIby5GLicuSW2xchLCNMQ=", "article"=>{"title"=>"f", "body"=>"f", "tag_list"=>"f"}, "commit"=>"Create Article"} -Completed 500 Internal Server Error in 7ms - -ActiveRecord::UnknownAttributeError (unknown attribute: tag_list): - app/controllers/articles_controller.rb:17:in `new' - app/controllers/articles_controller.rb:17:in `create' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.8ms) - - -Started POST "/articles" for 127.0.0.1 at 2012-08-11 15:29:21 -0500 -Processing by ArticlesController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"FH4r3yw36jVJm9z4YDWkeDQIby5GLicuSW2xchLCNMQ=", "article"=>{"title"=>"f", "body"=>"f", "tag_list"=>"f"}, "commit"=>"Create Article"} -Completed 500 Internal Server Error in 1ms - -ActiveRecord::UnknownAttributeError (unknown attribute: tag_list): - app/controllers/articles_controller.rb:17:in `new' - app/controllers/articles_controller.rb:17:in `create' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.4ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.7ms) - - -Started POST "/articles" for 127.0.0.1 at 2012-08-11 15:58:37 -0500 -Processing by ArticlesController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"FH4r3yw36jVJm9z4YDWkeDQIby5GLicuSW2xchLCNMQ=", "article"=>{"title"=>"f", "body"=>"f", "tag_list"=>"ruby, technology"}, "commit"=>"Create Article"} -  (0.1ms) begin transaction - SQL (67.7ms) INSERT INTO "articles" ("body", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["body", "f"], ["created_at", Sat, 11 Aug 2012 20:58:37 UTC +00:00], ["title", "f"], ["updated_at", Sat, 11 Aug 2012 20:58:37 UTC +00:00]] -  (1.4ms) commit transaction -Redirected to http://localhost:3000/articles/10 -Completed 302 Found in 81ms (ActiveRecord: 69.6ms) - - -Started GET "/articles/10" for 127.0.0.1 at 2012-08-11 15:58:37 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"10"} - Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "10"]] -  (0.2ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 10 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 10 - Rendered articles/_comment.html.erb (0.0ms) - Rendered articles/_comment_form.html.erb (3.4ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___3308071563197860290_70178218580060 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:9) - Rendered articles/show.html.erb within layouts/application (105.3ms) -Completed 200 OK in 161ms (Views: 125.3ms | ActiveRecord: 0.8ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 15:58:37 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 15:58:37 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 15:58:37 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 15:58:37 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 15:58:37 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 15:58:37 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 15:58:37 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 15:58:37 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 15:58:37 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-11 15:58:40 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (1.0ms) -Completed 200 OK in 22ms (Views: 20.6ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 15:58:40 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 15:58:40 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 15:58:40 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 15:58:40 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 15:58:40 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 15:58:40 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 15:58:40 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 15:58:40 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 15:58:40 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/10" for 127.0.0.1 at 2012-08-11 15:58:42 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"10"} - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "10"]] -  (0.1ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 10 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 10 - Rendered articles/_comment.html.erb (0.0ms) - Rendered articles/_comment_form.html.erb (1.8ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___3308071563197860290_70178218580060 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:9) - Rendered articles/show.html.erb within layouts/application (5.0ms) -Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.4ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 15:58:42 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 15:58:42 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 15:58:42 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 15:58:42 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 15:58:42 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 15:58:42 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 15:58:42 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 15:58:42 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 15:58:42 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-11 15:58:47 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (0.8ms) -Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 15:58:47 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 15:58:47 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 15:58:47 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 15:58:47 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 15:58:47 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 15:58:47 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 15:58:47 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 15:58:47 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 15:58:47 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-11 15:58:51 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -  (0.1ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 1 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 1 - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - Rendered articles/_comment.html.erb (32.0ms) - Rendered articles/_comment_form.html.erb (1.9ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___3308071563197860290_70178218580060 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:9) - Rendered articles/show.html.erb within layouts/application (37.8ms) -Completed 200 OK in 44ms (Views: 42.2ms | ActiveRecord: 0.6ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 15:58:51 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 15:58:51 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 15:58:51 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 15:58:51 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 15:58:51 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 15:58:51 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 15:58:51 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 15:58:51 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 15:58:51 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-11 15:58:57 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (0.9ms) -Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 15:58:57 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 15:58:57 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 15:58:57 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 15:58:57 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 15:58:57 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 15:58:57 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 15:58:57 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 15:58:57 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 15:58:57 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/articles/2" for 127.0.0.1 at 2012-08-11 15:58:58 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"2"} - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "2"]] -  (0.1ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 2 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 2 - Rendered articles/_comment.html.erb (0.0ms) - Rendered articles/_comment_form.html.erb (1.7ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___3308071563197860290_70178218580060 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:9) - Rendered articles/show.html.erb within layouts/application (4.8ms) -Completed 200 OK in 11ms (Views: 9.2ms | ActiveRecord: 0.4ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 15:58:58 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 15:58:58 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 15:58:58 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 15:58:58 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 15:58:58 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 15:58:58 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 15:58:58 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 15:58:58 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 15:58:58 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-11 15:59:01 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (1.0ms) -Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 15:59:01 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 15:59:01 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 15:59:01 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 15:59:01 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 15:59:01 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 15:59:01 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 15:59:01 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 15:59:01 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 15:59:01 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-11 15:59:02 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -  (0.1ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 1 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 1 - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - Rendered articles/_comment.html.erb (2.0ms) - Rendered articles/_comment_form.html.erb (1.7ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___3308071563197860290_70178218580060 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:9) - Rendered articles/show.html.erb within layouts/application (6.7ms) -Completed 200 OK in 12ms (Views: 11.0ms | ActiveRecord: 0.4ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 15:59:02 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 15:59:02 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 15:59:02 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 15:59:02 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 15:59:02 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 15:59:02 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 15:59:02 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 15:59:02 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 15:59:02 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-11 15:59:11 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (0.9ms) -Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 15:59:11 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 15:59:11 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 15:59:11 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 15:59:11 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 15:59:11 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 15:59:11 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 15:59:11 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 15:59:11 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 15:59:11 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-11 16:06:21 -0500 -Processing by ArticlesController#new as HTML - Rendered articles/_form.html.erb (33.9ms) - Rendered articles/new.html.erb within layouts/application (46.0ms) -Completed 200 OK in 72ms (Views: 65.2ms | ActiveRecord: 0.5ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 16:06:21 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 16:06:21 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 16:06:21 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 16:06:21 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 16:06:21 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 16:06:21 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 16:06:21 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 16:06:21 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 16:06:21 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started POST "/articles" for 127.0.0.1 at 2012-08-11 16:06:32 -0500 -Processing by ArticlesController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"FH4r3yw36jVJm9z4YDWkeDQIby5GLicuSW2xchLCNMQ=", "article"=>{"title"=>"test", "body"=>"tested", "tag_list"=>"ruby, technology"}, "commit"=>"Create Article"} -  (0.1ms) begin transaction - SQL (0.5ms) INSERT INTO "articles" ("body", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["body", "tested"], ["created_at", Sat, 11 Aug 2012 21:06:32 UTC +00:00], ["title", "test"], ["updated_at", Sat, 11 Aug 2012 21:06:32 UTC +00:00]] -  (2.3ms) commit transaction -Redirected to http://localhost:3000/articles/11 -Completed 302 Found in 6ms (ActiveRecord: 2.9ms) - - -Started GET "/articles/11" for 127.0.0.1 at 2012-08-11 16:06:32 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"11"} - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "11"]] -  (0.2ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 11 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 11 - Rendered articles/_comment.html.erb (0.0ms) - Rendered articles/_comment_form.html.erb (2.6ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___3308071563197860290_70178218580060 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:9) - Rendered articles/show.html.erb within layouts/application (6.8ms) -Completed 200 OK in 23ms (Views: 11.6ms | ActiveRecord: 0.8ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 16:06:32 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 16:06:32 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 16:06:32 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 16:06:32 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 16:06:32 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 16:06:32 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 16:06:32 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 16:06:32 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 16:06:32 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-11 16:06:35 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.3ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (1.2ms) -Completed 200 OK in 8ms (Views: 6.1ms | ActiveRecord: 0.3ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 16:06:35 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 16:06:35 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 16:06:35 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 16:06:35 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 16:06:35 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 16:06:35 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 16:06:35 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 16:06:35 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 16:06:35 -0500 -Served asset /application.js - 304 Not Modified (0ms) -Connecting to database specified by database.yml - - -Started GET "/articles" for 127.0.0.1 at 2012-08-11 16:19:28 -0500 - -SyntaxError (/Users/dkeefe75/projects/blogger/app/models/article.rb:27: syntax error, unexpected $end, expecting keyword_end): - app/controllers/articles_controller.rb:1:in `' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.9ms) - - -Started POST "/articles" for 127.0.0.1 at 2012-08-11 16:20:34 -0500 - -SyntaxError (/Users/dkeefe75/projects/blogger/app/models/article.rb:27: syntax error, unexpected $end, expecting keyword_end): - app/controllers/articles_controller.rb:1:in `' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.2ms) - - -Started POST "/articles" for 127.0.0.1 at 2012-08-11 16:20:41 -0500 - -NoMethodError (undefined method `key?' for nil:NilClass): - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?' - actionpack (3.2.7) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action' - actionpack (3.2.7) lib/action_controller/metal/compatibility.rb:61:in `method_for_action' - actionpack (3.2.7) lib/abstract_controller/base.rb:115:in `process' - actionpack (3.2.7) lib/abstract_controller/rendering.rb:45:in `process' - actionpack (3.2.7) lib/action_controller/metal.rb:203:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' - actionpack (3.2.7) lib/action_controller/metal.rb:246:in `block in action' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:36:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__3529385826481542156__call__473521297802487135__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.2ms) - - -Started POST "/articles" for 127.0.0.1 at 2012-08-11 16:22:52 -0500 - -SyntaxError (/Users/dkeefe75/projects/blogger/app/models/article.rb:28: syntax error, unexpected $end, expecting keyword_end): - app/controllers/articles_controller.rb:1:in `' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.6ms) - - -Started POST "/articles" for 127.0.0.1 at 2012-08-11 16:23:25 -0500 -Processing by ArticlesController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"FH4r3yw36jVJm9z4YDWkeDQIby5GLicuSW2xchLCNMQ=", "article"=>{"title"=>"test", "body"=>"tested", "tag_list"=>"ruby, technology"}, "commit"=>"Create Article"} -Completed 500 Internal Server Error in 32ms - -ActiveRecord::UnknownAttributeError (unknown attribute: tag_list): - app/controllers/articles_controller.rb:17:in `new' - app/controllers/articles_controller.rb:17:in `create' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.6ms) -Connecting to database specified by database.yml - - -Started GET "/articles" for 127.0.0.1 at 2012-08-11 16:53:37 -0500 -Connecting to database specified by database.yml -Processing by ArticlesController#index as HTML - Article Load (0.1ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (4.1ms) -Completed 200 OK in 269ms (Views: 232.7ms | ActiveRecord: 1.9ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 16:53:37 -0500 -Served asset /application.css - 304 Not Modified (4ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 16:53:37 -0500 -Served asset /articles.css - 304 Not Modified (1ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 16:53:37 -0500 -Served asset /screen.css - 304 Not Modified (4ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 16:53:37 -0500 -Served asset /comments.css - 304 Not Modified (1ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 16:53:37 -0500 -Served asset /articles.js - 304 Not Modified (1ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 16:53:37 -0500 -Served asset /comments.js - 304 Not Modified (1ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 16:53:37 -0500 -Served asset /jquery.js - 304 Not Modified (2ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 16:53:37 -0500 -Served asset /application.js - 304 Not Modified (4ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 16:53:37 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (2ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-11 16:53:39 -0500 -Processing by ArticlesController#new as HTML - Rendered articles/_form.html.erb (88.0ms) - Rendered articles/new.html.erb within layouts/application (99.9ms) -Completed 200 OK in 131ms (Views: 130.2ms | ActiveRecord: 0.0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 16:53:39 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 16:53:39 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 16:53:39 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 16:53:39 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 16:53:39 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 16:53:39 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 16:53:39 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 16:53:39 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 16:53:39 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started POST "/articles" for 127.0.0.1 at 2012-08-11 16:53:47 -0500 -Processing by ArticlesController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"FH4r3yw36jVJm9z4YDWkeDQIby5GLicuSW2xchLCNMQ=", "article"=>{"title"=>"a", "body"=>"a", "tag_list"=>"ruby, technology"}, "commit"=>"Create Article"} - Tag Load (0.2ms) SELECT "tags".* FROM "tags" WHERE "tags"."name" = 'ruby' LIMIT 1 - Tag Load (0.2ms) SELECT "tags".* FROM "tags" WHERE "tags"."name" = 'technology' LIMIT 1 -  (0.0ms) begin transaction - SQL (4.1ms) INSERT INTO "articles" ("body", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["body", "a"], ["created_at", Sat, 11 Aug 2012 21:53:47 UTC +00:00], ["title", "a"], ["updated_at", Sat, 11 Aug 2012 21:53:47 UTC +00:00]] - SQL (0.3ms) INSERT INTO "taggings" ("article_id", "created_at", "tag_id", "updated_at") VALUES (?, ?, ?, ?) [["article_id", 12], ["created_at", Sat, 11 Aug 2012 21:53:47 UTC +00:00], ["tag_id", 1], ["updated_at", Sat, 11 Aug 2012 21:53:47 UTC +00:00]] - SQL (0.1ms) INSERT INTO "taggings" ("article_id", "created_at", "tag_id", "updated_at") VALUES (?, ?, ?, ?) [["article_id", 12], ["created_at", Sat, 11 Aug 2012 21:53:47 UTC +00:00], ["tag_id", 2], ["updated_at", Sat, 11 Aug 2012 21:53:47 UTC +00:00]] -  (1.6ms) commit transaction -Redirected to http://localhost:3000/articles/12 -Completed 302 Found in 66ms (ActiveRecord: 7.1ms) - - -Started GET "/articles/12" for 127.0.0.1 at 2012-08-11 16:53:47 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"12"} - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "12"]] -  (0.2ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 12 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 12 - Rendered articles/_comment.html.erb (0.0ms) - Rendered articles/_comment_form.html.erb (3.3ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb__2357311679984693542_70336916696140 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:9) - Rendered articles/show.html.erb within layouts/application (27.5ms) -Completed 200 OK in 61ms (Views: 50.0ms | ActiveRecord: 0.8ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 16:53:47 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 16:53:47 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 16:53:47 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 16:53:47 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 16:53:47 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 16:53:47 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 16:53:47 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 16:53:47 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 16:53:47 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-11 16:53:49 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (1.2ms) -Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 16:53:49 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 16:53:49 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 16:53:49 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 16:53:49 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 16:53:49 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 16:53:49 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 16:53:49 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 16:53:49 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 16:53:49 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/12" for 127.0.0.1 at 2012-08-11 16:53:51 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"12"} - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "12"]] -  (0.2ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 12 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 12 - Rendered articles/_comment.html.erb (0.0ms) - Rendered articles/_comment_form.html.erb (1.8ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb__2357311679984693542_70336916696140 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:9) - Rendered articles/show.html.erb within layouts/application (5.7ms) -Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.4ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 16:53:51 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 16:53:51 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 16:53:51 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 16:53:51 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 16:53:51 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 16:53:51 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 16:53:51 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 16:53:51 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 16:53:51 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-11 16:53:53 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (1.4ms) -Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 16:53:53 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 16:53:53 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 16:53:53 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 16:53:53 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 16:53:53 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 16:53:53 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 16:53:53 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 16:53:53 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 16:53:53 -0500 -Served asset /application.js - 304 Not Modified (0ms) -Connecting to database specified by database.yml - - -Started GET "/articles" for 127.0.0.1 at 2012-08-11 17:10:15 -0500 - -SyntaxError (/Users/dkeefe75/projects/blogger/app/helpers/articles_helper.rb:5: syntax error, unexpected $end, expecting keyword_end): - app/controllers/application_controller.rb:1:in `' - app/controllers/articles_controller.rb:1:in `' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.6ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-11 17:10:20 -0500 - -SyntaxError (/Users/dkeefe75/projects/blogger/app/helpers/articles_helper.rb:5: syntax error, unexpected $end, expecting keyword_end): - app/controllers/application_controller.rb:1:in `' - app/controllers/articles_controller.rb:1:in `' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.7ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-11 17:10:23 -0500 - -SyntaxError (/Users/dkeefe75/projects/blogger/app/helpers/articles_helper.rb:5: syntax error, unexpected $end, expecting keyword_end): - app/controllers/application_controller.rb:1:in `' - app/controllers/articles_controller.rb:1:in `' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.8ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.8ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-11 17:12:55 -0500 - -SyntaxError (/Users/dkeefe75/projects/blogger/app/helpers/articles_helper.rb:5: syntax error, unexpected $end, expecting keyword_end): - app/controllers/application_controller.rb:1:in `' - app/controllers/articles_controller.rb:1:in `' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.5ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.0ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-11 17:12:57 -0500 - -SyntaxError (/Users/dkeefe75/projects/blogger/app/helpers/articles_helper.rb:5: syntax error, unexpected $end, expecting keyword_end): - app/controllers/application_controller.rb:1:in `' - app/controllers/articles_controller.rb:1:in `' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.0ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-11 17:13:46 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Rendered articles/index.html.erb within layouts/application (1.5ms) -Compiled tags.css (31ms) (pid 2583) -Compiled application.css (65ms) (pid 2583) -Compiled tags.js (139ms) (pid 2583) -Compiled application.js (150ms) (pid 2583) -Completed 200 OK in 388ms (Views: 378.4ms | ActiveRecord: 0.7ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 17:13:47 -0500 -Served asset /tags.css - 200 OK (1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 17:13:47 -0500 -Served asset /application.css - 304 Not Modified (7ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 17:13:47 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 17:13:47 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 17:13:47 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 17:13:47 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 17:13:47 -0500 -Served asset /tags.js - 200 OK (1ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 17:13:47 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 17:13:47 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 17:13:47 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 17:13:47 -0500 -Served asset /application.js - 304 Not Modified (5ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-11 17:13:51 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -  (0.2ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 1 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 1 - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - Rendered articles/_comment.html.erb (6.1ms) - Rendered articles/_comment_form.html.erb (4.2ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb__2357311679984693542_70336916696140 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:9) - Rendered articles/show.html.erb within layouts/application (15.9ms) -Completed 200 OK in 34ms (Views: 22.0ms | ActiveRecord: 1.0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 17:13:51 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 17:13:51 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 17:13:51 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 17:13:51 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 17:13:51 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 17:13:51 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 17:13:51 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 17:13:51 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 17:13:51 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-11 17:13:57 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (1.3ms) -Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 17:13:57 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 17:13:57 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 17:13:57 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 17:13:57 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 17:13:57 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 17:13:57 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 17:13:57 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 17:13:57 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 17:13:57 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/10" for 127.0.0.1 at 2012-08-11 17:13:59 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"10"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "10"]] -  (0.1ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 10 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 10 - Rendered articles/_comment.html.erb (0.0ms) - Rendered articles/_comment_form.html.erb (1.9ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb__2357311679984693542_70336916696140 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:9) - Rendered articles/show.html.erb within layouts/application (5.6ms) -Completed 200 OK in 12ms (Views: 11.0ms | ActiveRecord: 0.4ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 17:13:59 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 17:13:59 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 17:13:59 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 17:13:59 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 17:13:59 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 17:13:59 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 17:13:59 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 17:13:59 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 17:13:59 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-11 17:14:03 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Rendered articles/index.html.erb within layouts/application (1.8ms) -Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 17:14:03 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 17:14:04 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 17:14:04 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 17:14:04 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 17:14:04 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 17:14:04 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 17:14:04 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 17:14:04 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 17:14:04 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 17:14:04 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 17:14:04 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-11 17:14:05 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -  (0.2ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 1 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 1 - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - Rendered articles/_comment.html.erb (2.0ms) - Rendered articles/_comment_form.html.erb (1.6ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb__2357311679984693542_70336916696140 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:9) - Rendered articles/show.html.erb within layouts/application (6.8ms) -Completed 200 OK in 13ms (Views: 11.6ms | ActiveRecord: 0.5ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 17:14:05 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 17:14:05 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 17:14:05 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 17:14:05 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 17:14:05 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 17:14:05 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 17:14:05 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 17:14:05 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 17:14:05 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 17:14:05 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 17:14:05 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-11 17:16:51 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -  (0.1ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 1 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 1 - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - Rendered articles/_comment.html.erb (2.6ms) - Rendered articles/_comment_form.html.erb (2.0ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb__2357311679984693542_70336916696140 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:9) - Rendered articles/show.html.erb within layouts/application (9.1ms) -Completed 200 OK in 17ms (Views: 15.3ms | ActiveRecord: 0.5ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 17:16:51 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 17:16:51 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 17:16:51 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 17:16:51 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 17:16:51 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 17:16:51 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 17:16:51 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 17:16:51 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 17:16:51 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 17:16:51 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 17:16:51 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-11 17:16:54 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 1 - Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 2 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 10 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 11 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 12 - Rendered articles/index.html.erb within layouts/application (60.6ms) -Completed 200 OK in 67ms (Views: 65.1ms | ActiveRecord: 1.4ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 17:16:55 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 17:16:55 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 17:16:55 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 17:16:55 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 17:16:55 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 17:16:55 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 17:16:55 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 17:16:55 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 17:16:55 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 17:16:55 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 17:16:55 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-11 17:25:07 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.1ms) SELECT "articles".* FROM "articles"  - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 1 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 2 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 10 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 11 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 12 - Rendered articles/index.html.erb within layouts/application (22.1ms) -Completed 200 OK in 37ms (Views: 27.8ms | ActiveRecord: 1.5ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 17:25:07 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 17:25:07 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 17:25:07 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 17:25:07 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 17:25:07 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 17:25:07 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 17:25:07 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 17:25:07 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 17:25:07 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 17:25:07 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 17:25:07 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-11 17:25:09 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -  (0.2ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 1 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 1 - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - Rendered articles/_comment.html.erb (3.0ms) - Rendered articles/_comment_form.html.erb (2.6ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb__2357311679984693542_70336916696140 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:9) - Rendered articles/show.html.erb within layouts/application (39.9ms) -Completed 200 OK in 56ms (Views: 45.3ms | ActiveRecord: 0.9ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 17:25:09 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 17:25:09 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 17:25:09 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 17:25:09 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 17:25:09 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 17:25:09 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 17:25:09 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 17:25:09 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 17:25:09 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 17:25:09 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 17:25:09 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/tags/2" for 127.0.0.1 at 2012-08-11 17:25:18 -0500 -Processing by TagsController#show as HTML - Parameters: {"id"=>"2"} - Rendered tags/show.html.erb within layouts/application (0.3ms) -Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 17:25:18 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 17:25:18 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 17:25:18 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 17:25:18 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 17:25:18 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 17:25:18 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 17:25:18 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 17:25:18 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 17:25:18 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 17:25:18 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 17:25:18 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/12" for 127.0.0.1 at 2012-08-11 17:25:24 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"12"} - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "12"]] -  (0.1ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 12 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 12 - Rendered articles/_comment.html.erb (0.0ms) - Rendered articles/_comment_form.html.erb (1.9ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb__2357311679984693542_70336916696140 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:9) - Rendered articles/show.html.erb within layouts/application (5.0ms) -Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.4ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 17:25:24 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 17:25:24 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 17:25:24 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 17:25:24 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 17:25:24 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 17:25:24 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 17:25:24 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 17:25:24 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 17:25:24 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 17:25:24 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 17:25:24 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/12" for 127.0.0.1 at 2012-08-11 17:33:52 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"12"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "12"]] - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 12 -  (0.1ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 12 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 12 - Rendered articles/_comment.html.erb (0.0ms) - Rendered articles/_comment_form.html.erb (2.4ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb__2357311679984693542_70336889808320 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:10) - Rendered articles/show.html.erb within layouts/application (24.6ms) -Completed 200 OK in 48ms (Views: 30.2ms | ActiveRecord: 1.6ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 17:33:52 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 17:33:52 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 17:33:52 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 17:33:52 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 17:33:52 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 17:33:52 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 17:33:52 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 17:33:52 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 17:33:52 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 17:33:52 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 17:33:52 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-11 17:33:54 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 1 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 2 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 10 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 11 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 12 - Rendered articles/index.html.erb within layouts/application (5.5ms) -Completed 200 OK in 13ms (Views: 10.8ms | ActiveRecord: 0.7ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 17:33:54 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 17:33:54 -0500 -Served asset /screen.css - 304 Not Modified (28ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 17:33:54 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 17:33:54 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 17:33:54 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 17:33:54 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 17:33:54 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 17:33:54 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 17:33:54 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 17:33:54 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 17:33:54 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-11 17:33:56 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 1 -  (0.1ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 1 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 1 - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - Rendered articles/_comment.html.erb (2.7ms) - Rendered articles/_comment_form.html.erb (1.9ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb__2357311679984693542_70336889808320 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:10) - Rendered articles/show.html.erb within layouts/application (8.9ms) -Completed 200 OK in 16ms (Views: 14.0ms | ActiveRecord: 0.6ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 17:33:57 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 17:33:57 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 17:33:57 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 17:33:57 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 17:33:57 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 17:33:57 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 17:33:57 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 17:33:57 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 17:33:57 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 17:33:57 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 17:33:57 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-11 17:35:06 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 1 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 2 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 10 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 11 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 12 - Rendered articles/index.html.erb within layouts/application (5.3ms) -Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.7ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 17:35:06 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 17:35:06 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 17:35:06 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 17:35:06 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 17:35:06 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 17:35:06 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 17:35:06 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 17:35:06 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 17:35:06 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 17:35:06 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 17:35:06 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/tags/2" for 127.0.0.1 at 2012-08-11 17:35:10 -0500 -Processing by TagsController#show as HTML - Parameters: {"id"=>"2"} - Tag Load (0.2ms) SELECT "tags".* FROM "tags" WHERE "tags"."id" = ? LIMIT 1 [["id", "2"]] - Article Load (0.2ms) SELECT "articles".* FROM "articles" INNER JOIN "taggings" ON "articles"."id" = "taggings"."article_id" WHERE "taggings"."tag_id" = 2 - Rendered tags/show.html.erb within layouts/application (3.2ms) -Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.4ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 17:35:10 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 17:35:10 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 17:35:10 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 17:35:10 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 17:35:10 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 17:35:10 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 17:35:10 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 17:35:10 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 17:35:10 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 17:35:10 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 17:35:10 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/12" for 127.0.0.1 at 2012-08-11 17:35:12 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"12"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "12"]] - Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 12 -  (0.1ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 12 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 12 - Rendered articles/_comment.html.erb (0.0ms) - Rendered articles/_comment_form.html.erb (1.9ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb__2357311679984693542_70336889808320 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:10) - Rendered articles/show.html.erb within layouts/application (38.4ms) -Completed 200 OK in 45ms (Views: 43.7ms | ActiveRecord: 0.5ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 17:35:12 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 17:35:12 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 17:35:12 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 17:35:12 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 17:35:12 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 17:35:12 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 17:35:12 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 17:35:12 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 17:35:12 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 17:35:12 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 17:35:12 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/tags/1" for 127.0.0.1 at 2012-08-11 17:36:08 -0500 -Processing by TagsController#show as HTML - Parameters: {"id"=>"1"} - Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE "tags"."id" = ? LIMIT 1 [["id", "1"]] - Article Load (0.2ms) SELECT "articles".* FROM "articles" INNER JOIN "taggings" ON "articles"."id" = "taggings"."article_id" WHERE "taggings"."tag_id" = 1 - Rendered tags/show.html.erb within layouts/application (1.6ms) -Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.3ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 17:36:08 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 17:36:08 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 17:36:08 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 17:36:08 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 17:36:08 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 17:36:08 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 17:36:08 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 17:36:08 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 17:36:08 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 17:36:08 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 17:36:08 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/tags/" for 127.0.0.1 at 2012-08-11 17:36:12 -0500 -Processing by TagsController#index as HTML - Rendered tags/index.html.erb within layouts/application (0.3ms) -Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 17:36:12 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 17:36:12 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 17:36:12 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 17:36:12 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 17:36:12 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 17:36:12 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 17:36:12 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 17:36:12 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 17:36:12 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 17:36:12 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 17:36:12 -0500 -Served asset /application.js - 304 Not Modified (0ms) -Connecting to database specified by database.yml -Connecting to database specified by database.yml -  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  -Migrating to CreateArticles (20120805164102) -Migrating to CreateComments (20120808015928) -Migrating to CreateTags (20120810030342) -Migrating to CreateTaggings (20120810030421) -Migrating to AddPaperclipFieldsToArticle (20120811230127) -  (0.0ms) select sqlite_version(*) -  (0.0ms) begin transaction -  (17.2ms) ALTER TABLE "articles" ADD "image_file_name" varchar(255) -  (0.1ms) ALTER TABLE "articles" ADD "image_content_type" varchar(255) -  (0.1ms) ALTER TABLE "articles" ADD "image_file_size" integer -  (0.1ms) ALTER TABLE "articles" ADD "image_updated_at" datetime -  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120811230127') -  (1.7ms) commit transaction -  (0.3ms) select sqlite_version(*) -  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  -  (0.0ms) PRAGMA index_list("articles") -  (0.0ms) PRAGMA index_list("comments") -  (0.0ms) PRAGMA index_list("taggings") -  (0.0ms) PRAGMA index_list("tags") - - -Started GET "/articles" for 127.0.0.1 at 2012-08-11 18:43:25 -0500 -Connecting to database specified by database.yml -Processing by ArticlesController#index as HTML - Article Load (0.1ms) SELECT "articles".* FROM "articles"  - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 1 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 2 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 10 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 11 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 12 - Rendered articles/index.html.erb within layouts/application (81.9ms) -Completed 200 OK in 361ms (Views: 290.8ms | ActiveRecord: 3.5ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 18:43:26 -0500 -Served asset /application.css - 304 Not Modified (38ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 18:43:26 -0500 -Served asset /screen.css - 304 Not Modified (1ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 18:43:26 -0500 -Served asset /tags.css - 304 Not Modified (1ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 18:43:26 -0500 -Served asset /comments.css - 304 Not Modified (1ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 18:43:26 -0500 -Served asset /articles.css - 304 Not Modified (1ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 18:43:26 -0500 -Served asset /jquery.js - 304 Not Modified (8ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 18:43:26 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (2ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 18:43:26 -0500 -Served asset /comments.js - 304 Not Modified (2ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 18:43:26 -0500 -Served asset /tags.js - 304 Not Modified (1ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 18:43:26 -0500 -Served asset /articles.js - 304 Not Modified (1ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 18:43:26 -0500 -Served asset /application.js - 304 Not Modified (5ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-11 18:43:30 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 1 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 2 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 10 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 11 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 12 - Rendered articles/index.html.erb within layouts/application (5.5ms) -Completed 200 OK in 13ms (Views: 10.9ms | ActiveRecord: 0.7ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 18:43:30 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 18:43:30 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 18:43:30 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 18:43:30 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 18:43:30 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 18:43:30 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 18:43:30 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 18:43:30 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 18:43:30 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 18:43:30 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 18:43:30 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-11 18:43:32 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 1 -  (0.1ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 1 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 1 - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - Rendered articles/_comment.html.erb (10.2ms) - Rendered articles/_comment_form.html.erb (34.4ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1087350525073486066_70306970793800 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:10) - Rendered articles/show.html.erb within layouts/application (98.7ms) -Completed 200 OK in 117ms (Views: 104.0ms | ActiveRecord: 1.1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 18:43:32 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 18:43:32 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 18:43:32 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 18:43:32 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 18:43:32 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 18:43:32 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 18:43:32 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 18:43:32 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 18:43:32 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 18:43:32 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 18:43:32 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1/edit" for 127.0.0.1 at 2012-08-11 18:43:36 -0500 -Processing by ArticlesController#edit as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -ERROR: compiling _app_views_articles__form_html_erb___3126431254085931857_70306970733800 RAISED /Users/dkeefe75/projects/blogger/app/views/articles/_form.html.erb:1: syntax error, unexpected tSYMBEG -...er.append= form_for(@article.:html => {:multipart => true})... -... ^ -/Users/dkeefe75/projects/blogger/app/views/articles/_form.html.erb:1: syntax error, unexpected ')', expecting keyword_end -....:html => {:multipart => true}) do |f| @output_buffer.safe_c... -... ^ -/Users/dkeefe75/projects/blogger/app/views/articles/_form.html.erb:24: syntax error, unexpected keyword_ensure, expecting $end -Function body: def _app_views_articles__form_html_erb___3126431254085931857_70306970733800(local_assigns, output_buffer) - _old_virtual_path, @virtual_path = @virtual_path, "articles/_form";_old_output_buffer = @output_buffer;form = local_assigns[:form];;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.append= form_for(@article.:html => {:multipart => true}) do |f| @output_buffer.safe_concat(' -');@output_buffer.safe_concat('

- ');@output_buffer.append= ( f.label :title );@output_buffer.safe_concat('
- ');@output_buffer.append= ( f.text_field :title );@output_buffer.safe_concat(' -');@output_buffer.safe_concat('

-

- ');@output_buffer.append= ( f.label :body );@output_buffer.safe_concat('
- ');@output_buffer.append= ( f.text_area :body );@output_buffer.safe_concat(' -');@output_buffer.safe_concat('

- -

- ');@output_buffer.append= ( f.label :tag_list );@output_buffer.safe_concat('
- ');@output_buffer.append= ( f.text_field :tag_list );@output_buffer.safe_concat(' -');@output_buffer.safe_concat('

- -

- ');@output_buffer.append= ( f.label :image, "Attach an Image" );@output_buffer.safe_concat('
- ');@output_buffer.append= ( f.file_field :image );@output_buffer.safe_concat(' -');@output_buffer.safe_concat('

-

- ');@output_buffer.append= ( f.submit );@output_buffer.safe_concat(' -');@output_buffer.safe_concat('

-');@output_buffer.safe_concat(' '); end ;@output_buffer.to_s - ensure - @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer - end - -Backtrace: /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:297:in `module_eval' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:297:in `compile' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:244:in `block in compile!' -:10:in `synchronize' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:232:in `compile!' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:144:in `block in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:125:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:143:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/partial_renderer.rb:238:in `block in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications/instrumenter.rb:20:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/partial_renderer.rb:237:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/renderer.rb:41:in `render_partial' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/renderer.rb:15:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/helpers/rendering_helper.rb:24:in `render' -/Users/dkeefe75/projects/blogger/app/views/articles/edit.html.erb:3:in `_app_views_articles_edit_html_erb___2778040137809561217_70306970729920' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:145:in `block in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:125:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:143:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications/instrumenter.rb:20:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:45:in `render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:18:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/renderer.rb:36:in `render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/renderer.rb:17:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:110:in `_render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/streaming.rb:225:in `_render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:103:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/renderers.rb:28:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:88:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rendering.rb:16:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/core_ext/benchmark.rb:5:in `ms' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:40:in `block in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:39:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/implicit_render.rb:10:in `default_render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/implicit_render.rb:5:in `send_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/base.rb:167:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rendering.rb:10:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/callbacks.rb:18:in `block in process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:414:in `_run__4167251922702400437__process_action__2710311720272166749__callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `__run_callback' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:81:in `run_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/callbacks.rb:17:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rescue.rb:29:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications/instrumenter.rb:20:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:29:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/railties/controller_runtime.rb:18:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/base.rb:121:in `process' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:45:in `process' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal.rb:203:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal.rb:246:in `block in action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:73:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:36:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:600:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/head.rb:14:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/params_parser.rb:21:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/flash.rb:242:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/cookies.rb:338:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/query_cache.rb:64:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `_run__3078191236132778530__call__1895253647354791782__callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `__run_callback' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:81:in `run_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/reloader.rb:65:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/rack/logger.rb:26:in `call_app' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/rack/logger.rb:16:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/request_id.rb:22:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/cache/strategy/local_cache.rb:72:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/static.rb:62:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/engine.rb:479:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/application.rb:220:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/rack/log_tailer.rb:17:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - Rendered articles/_form.html.erb (4.1ms) - Rendered articles/edit.html.erb within layouts/application (5.2ms) -Completed 500 Internal Server Error in 28ms - -ActionView::Template::Error (/Users/dkeefe75/projects/blogger/app/views/articles/_form.html.erb:1: syntax error, unexpected tSYMBEG -...er.append= form_for(@article.:html => {:multipart => true})... -... ^ -/Users/dkeefe75/projects/blogger/app/views/articles/_form.html.erb:1: syntax error, unexpected ')', expecting keyword_end -....:html => {:multipart => true}) do |f| @output_buffer.safe_c... -... ^ -/Users/dkeefe75/projects/blogger/app/views/articles/_form.html.erb:24: syntax error, unexpected keyword_ensure, expecting $end): - 1: <%= form_for(@article.:html => {:multipart => true}) do |f| %> - 2:

- 3: <%= f.label :title %>
- 4: <%= f.text_field :title %> - app/views/articles/edit.html.erb:3:in `_app_views_articles_edit_html_erb___2778040137809561217_70306970729920' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.3ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.9ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-11 18:44:06 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 1 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 2 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 10 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 11 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 12 - Rendered articles/index.html.erb within layouts/application (5.4ms) -Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.7ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 18:44:06 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 18:44:06 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 18:44:06 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 18:44:06 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 18:44:06 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 18:44:06 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 18:44:06 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 18:44:06 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 18:44:06 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 18:44:06 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 18:44:06 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/articles/12" for 127.0.0.1 at 2012-08-11 18:44:08 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"12"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "12"]] - Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 12 -  (0.1ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 12 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 12 - Rendered articles/_comment.html.erb (0.0ms) - Rendered articles/_comment_form.html.erb (1.7ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1087350525073486066_70306970793800 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:10) - Rendered articles/show.html.erb within layouts/application (6.1ms) -Completed 200 OK in 44ms (Views: 42.1ms | ActiveRecord: 0.4ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 18:44:08 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 18:44:08 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 18:44:08 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 18:44:08 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 18:44:08 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 18:44:08 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 18:44:08 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 18:44:08 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 18:44:08 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 18:44:08 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 18:44:08 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/12/edit" for 127.0.0.1 at 2012-08-11 18:44:12 -0500 -Processing by ArticlesController#edit as HTML - Parameters: {"id"=>"12"} - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "12"]] -ERROR: compiling _app_views_articles__form_html_erb___3126431254085931857_70306970733800 RAISED /Users/dkeefe75/projects/blogger/app/views/articles/_form.html.erb:1: syntax error, unexpected tSYMBEG -...er.append= form_for(@article.:html => {:multipart => true})... -... ^ -/Users/dkeefe75/projects/blogger/app/views/articles/_form.html.erb:1: syntax error, unexpected ')', expecting keyword_end -....:html => {:multipart => true}) do |f| @output_buffer.safe_c... -... ^ -/Users/dkeefe75/projects/blogger/app/views/articles/_form.html.erb:24: syntax error, unexpected keyword_ensure, expecting $end -Function body: def _app_views_articles__form_html_erb___3126431254085931857_70306970733800(local_assigns, output_buffer) - _old_virtual_path, @virtual_path = @virtual_path, "articles/_form";_old_output_buffer = @output_buffer;form = local_assigns[:form];;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.append= form_for(@article.:html => {:multipart => true}) do |f| @output_buffer.safe_concat(' -');@output_buffer.safe_concat('

- ');@output_buffer.append= ( f.label :title );@output_buffer.safe_concat('
- ');@output_buffer.append= ( f.text_field :title );@output_buffer.safe_concat(' -');@output_buffer.safe_concat('

-

- ');@output_buffer.append= ( f.label :body );@output_buffer.safe_concat('
- ');@output_buffer.append= ( f.text_area :body );@output_buffer.safe_concat(' -');@output_buffer.safe_concat('

- -

- ');@output_buffer.append= ( f.label :tag_list );@output_buffer.safe_concat('
- ');@output_buffer.append= ( f.text_field :tag_list );@output_buffer.safe_concat(' -');@output_buffer.safe_concat('

- -

- ');@output_buffer.append= ( f.label :image, "Attach an Image" );@output_buffer.safe_concat('
- ');@output_buffer.append= ( f.file_field :image );@output_buffer.safe_concat(' -');@output_buffer.safe_concat('

-

- ');@output_buffer.append= ( f.submit );@output_buffer.safe_concat(' -');@output_buffer.safe_concat('

-');@output_buffer.safe_concat(' '); end ;@output_buffer.to_s - ensure - @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer - end - -Backtrace: /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:297:in `module_eval' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:297:in `compile' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:244:in `block in compile!' -:10:in `synchronize' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:232:in `compile!' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:144:in `block in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:125:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:143:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/partial_renderer.rb:265:in `render_partial' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/partial_renderer.rb:238:in `block in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications/instrumenter.rb:20:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/partial_renderer.rb:237:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/renderer.rb:41:in `render_partial' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/renderer.rb:15:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/helpers/rendering_helper.rb:24:in `render' -/Users/dkeefe75/projects/blogger/app/views/articles/edit.html.erb:3:in `_app_views_articles_edit_html_erb___2778040137809561217_70306970729920' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:145:in `block in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:125:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/template.rb:143:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications/instrumenter.rb:20:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:45:in `render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/template_renderer.rb:18:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/renderer.rb:36:in `render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_view/renderer/renderer.rb:17:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:110:in `_render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/streaming.rb:225:in `_render_template' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:103:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/renderers.rb:28:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:88:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rendering.rb:16:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/core_ext/benchmark.rb:5:in `ms' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:40:in `block in render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:39:in `render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/implicit_render.rb:10:in `default_render' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/implicit_render.rb:5:in `send_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/base.rb:167:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rendering.rb:10:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/callbacks.rb:18:in `block in process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:414:in `_run__4167251922702400437__process_action__2710311720272166749__callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `__run_callback' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:81:in `run_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/callbacks.rb:17:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rescue.rb:29:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `block in instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications/instrumenter.rb:20:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `instrument' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/instrumentation.rb:29:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/railties/controller_runtime.rb:18:in `process_action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/base.rb:121:in `process' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/abstract_controller/rendering.rb:45:in `process' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal.rb:203:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_controller/metal.rb:246:in `block in action' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:73:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:36:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/routing/route_set.rb:600:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/head.rb:14:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/params_parser.rb:21:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/flash.rb:242:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/cookies.rb:338:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/query_cache.rb:64:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.7/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `_run__3078191236132778530__call__1895253647354791782__callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:405:in `__run_callback' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/callbacks.rb:81:in `run_callbacks' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/callbacks.rb:27:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/reloader.rb:65:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/rack/logger.rb:26:in `call_app' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/rack/logger.rb:16:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/request_id.rb:22:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.7/lib/active_support/cache/strategy/local_cache.rb:72:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/static.rb:62:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/engine.rb:479:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/application.rb:220:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.7/lib/rails/rack/log_tailer.rb:17:in `call' -/Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' -/Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - Rendered articles/_form.html.erb (1.2ms) - Rendered articles/edit.html.erb within layouts/application (1.9ms) -Completed 500 Internal Server Error in 5ms - -ActionView::Template::Error (/Users/dkeefe75/projects/blogger/app/views/articles/_form.html.erb:1: syntax error, unexpected tSYMBEG -...er.append= form_for(@article.:html => {:multipart => true})... -... ^ -/Users/dkeefe75/projects/blogger/app/views/articles/_form.html.erb:1: syntax error, unexpected ')', expecting keyword_end -....:html => {:multipart => true}) do |f| @output_buffer.safe_c... -... ^ -/Users/dkeefe75/projects/blogger/app/views/articles/_form.html.erb:24: syntax error, unexpected keyword_ensure, expecting $end): - 1: <%= form_for(@article.:html => {:multipart => true}) do |f| %> - 2:

- 3: <%= f.label :title %>
- 4: <%= f.text_field :title %> - app/views/articles/edit.html.erb:3:in `_app_views_articles_edit_html_erb___2778040137809561217_70306970729920' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.1ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.5ms) - - -Started GET "/articles/12/edit" for 127.0.0.1 at 2012-08-11 18:46:56 -0500 -Processing by ArticlesController#edit as HTML - Parameters: {"id"=>"12"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "12"]] - Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 12 - Rendered articles/_form.html.erb (5.8ms) - Rendered articles/edit.html.erb within layouts/application (6.8ms) -Completed 200 OK in 14ms (Views: 12.2ms | ActiveRecord: 0.3ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 18:46:56 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 18:46:56 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 18:46:56 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 18:46:56 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 18:46:56 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 18:46:56 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 18:46:56 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 18:46:56 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 18:46:56 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 18:46:56 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 18:46:56 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started PUT "/articles/12" for 127.0.0.1 at 2012-08-11 18:48:15 -0500 -Processing by ArticlesController#update as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"FH4r3yw36jVJm9z4YDWkeDQIby5GLicuSW2xchLCNMQ=", "article"=>{"title"=>"a", "body"=>"a", "tag_list"=>"ruby, technology", "image"=>#>}, "commit"=>"Update Article", "id"=>"12"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "12"]] -  (0.1ms) begin transaction - Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."article_id" = 12 - SQL (3.4ms) DELETE FROM "taggings" WHERE "taggings"."id" = ? [["id", 1]] - SQL (0.0ms) DELETE FROM "taggings" WHERE "taggings"."id" = ? [["id", 2]] - Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE "tags"."name" = 'ruby' LIMIT 1 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" WHERE "tags"."name" = 'technology' LIMIT 1 -  (0.2ms) UPDATE "articles" SET "image_file_name" = 'beast.png', "image_content_type" = 'image/png', "image_file_size" = 27720, "image_updated_at" = '2012-08-11 23:48:15.324989', "updated_at" = '2012-08-11 23:48:15.326815' WHERE "articles"."id" = 12 - SQL (0.4ms) INSERT INTO "taggings" ("article_id", "created_at", "tag_id", "updated_at") VALUES (?, ?, ?, ?) [["article_id", 12], ["created_at", Sat, 11 Aug 2012 23:48:15 UTC +00:00], ["tag_id", 1], ["updated_at", Sat, 11 Aug 2012 23:48:15 UTC +00:00]] - SQL (0.1ms) INSERT INTO "taggings" ("article_id", "created_at", "tag_id", "updated_at") VALUES (?, ?, ?, ?) [["article_id", 12], ["created_at", Sat, 11 Aug 2012 23:48:15 UTC +00:00], ["tag_id", 2], ["updated_at", Sat, 11 Aug 2012 23:48:15 UTC +00:00]] -[paperclip] Saving attachments. -  (1.4ms) commit transaction -Redirected to http://localhost:3000/articles/12 -Completed 302 Found in 72ms (ActiveRecord: 6.0ms) - - -Started GET "/articles/12" for 127.0.0.1 at 2012-08-11 18:48:15 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"12"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "12"]] - Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 12 -  (0.1ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 12 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 12 - Rendered articles/_comment.html.erb (0.0ms) - Rendered articles/_comment_form.html.erb (1.9ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1087350525073486066_70306970793800 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:10) - Rendered articles/show.html.erb within layouts/application (6.8ms) -Completed 200 OK in 14ms (Views: 12.4ms | ActiveRecord: 0.5ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 18:48:15 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 18:48:15 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 18:48:15 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 18:48:15 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 18:48:15 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 18:48:15 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 18:48:15 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 18:48:15 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 18:48:15 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 18:48:15 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 18:48:15 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-11 18:48:23 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.3ms) SELECT "articles".* FROM "articles"  - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 1 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 2 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 10 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 11 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 12 - Rendered articles/index.html.erb within layouts/application (5.4ms) -Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.8ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 18:48:23 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 18:48:23 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 18:48:23 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 18:48:23 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 18:48:23 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 18:48:23 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 18:48:23 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 18:48:23 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 18:48:23 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 18:48:23 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 18:48:23 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-11 18:48:40 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 1 -  (0.1ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 1 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 1 - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - Rendered articles/_comment.html.erb (2.1ms) - Rendered articles/_comment_form.html.erb (1.6ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1087350525073486066_70306970793800 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:10) - Rendered articles/show.html.erb within layouts/application (7.9ms) -Completed 200 OK in 15ms (Views: 13.2ms | ActiveRecord: 0.6ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 18:48:40 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 18:48:40 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 18:48:40 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 18:48:40 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 18:48:40 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 18:48:40 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 18:48:40 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 18:48:40 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 18:48:40 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 18:48:40 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 18:48:44 -0500 -Served asset /screen.css - 200 OK (0ms) - - -Started GET "/tags/2" for 127.0.0.1 at 2012-08-11 18:48:47 -0500 - -ActionController::RoutingError (undefined method `has_many' for TagsController:Class): - app/controllers/tags_controller.rb:2:in `' - app/controllers/tags_controller.rb:1:in `' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) - - -Started GET "/articles/12" for 127.0.0.1 at 2012-08-11 18:48:50 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"12"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "12"]] - Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 12 -  (0.1ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 12 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 12 - Rendered articles/_comment.html.erb (0.0ms) - Rendered articles/_comment_form.html.erb (1.9ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1087350525073486066_70306970793800 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:10) - Rendered articles/show.html.erb within layouts/application (6.9ms) -Completed 200 OK in 14ms (Views: 12.1ms | ActiveRecord: 0.5ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 18:48:50 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 18:48:50 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 18:48:50 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 18:48:50 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 18:48:50 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 18:48:50 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 18:48:50 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 18:48:50 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 18:48:50 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 18:48:50 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/11" for 127.0.0.1 at 2012-08-11 18:48:54 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"11"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "11"]] - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 11 -  (0.1ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 11 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 11 - Rendered articles/_comment.html.erb (0.0ms) - Rendered articles/_comment_form.html.erb (1.7ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1087350525073486066_70306970793800 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:10) - Rendered articles/show.html.erb within layouts/application (5.5ms) -Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.4ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 18:48:54 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 18:48:54 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 18:48:54 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 18:48:54 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 18:48:54 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 18:48:54 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 18:48:54 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 18:48:54 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 18:48:54 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 18:48:54 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-11 18:48:57 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 1 -  (0.1ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 1 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 1 - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - Rendered articles/_comment.html.erb (2.2ms) - Rendered articles/_comment_form.html.erb (1.6ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1087350525073486066_70306970793800 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:10) - Rendered articles/show.html.erb within layouts/application (7.9ms) -Completed 200 OK in 14ms (Views: 12.6ms | ActiveRecord: 0.6ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 18:48:57 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 18:48:57 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 18:48:57 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 18:48:57 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 18:48:57 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 18:48:57 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 18:48:57 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 18:48:57 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 18:48:57 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 18:48:57 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/2" for 127.0.0.1 at 2012-08-11 18:49:02 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"2"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "2"]] - Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 2 -  (0.1ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 2 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 2 - Rendered articles/_comment.html.erb (0.0ms) - Rendered articles/_comment_form.html.erb (1.6ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1087350525073486066_70306970793800 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:10) - Rendered articles/show.html.erb within layouts/application (5.5ms) -Completed 200 OK in 45ms (Views: 43.6ms | ActiveRecord: 0.4ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 18:49:02 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 18:49:02 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 18:49:02 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 18:49:02 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 18:49:02 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 18:49:02 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 18:49:02 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 18:49:02 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 18:49:02 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 18:49:02 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/11" for 127.0.0.1 at 2012-08-11 18:49:06 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"11"} - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "11"]] - Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 11 -  (0.1ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 11 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 11 - Rendered articles/_comment.html.erb (0.0ms) - Rendered articles/_comment_form.html.erb (1.9ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1087350525073486066_70306970793800 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:10) - Rendered articles/show.html.erb within layouts/application (6.0ms) -Completed 200 OK in 13ms (Views: 11.3ms | ActiveRecord: 0.5ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 18:49:06 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 18:49:06 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 18:49:06 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 18:49:06 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 18:49:06 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 18:49:06 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 18:49:06 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 18:49:06 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 18:49:06 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 18:49:06 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-11 18:50:28 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 1 -  (0.1ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 1 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 1 - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - Rendered articles/_comment.html.erb (2.2ms) - Rendered articles/_comment_form.html.erb (1.6ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1087350525073486066_70306970793800 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:10) - Rendered articles/show.html.erb within layouts/application (7.7ms) -Completed 200 OK in 14ms (Views: 12.6ms | ActiveRecord: 0.6ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 18:50:28 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 18:50:28 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 18:50:28 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 18:50:28 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 18:50:28 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 18:50:28 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 18:50:28 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 18:50:28 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 18:50:28 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 18:50:28 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1/edit" for 127.0.0.1 at 2012-08-11 18:50:32 -0500 -Processing by ArticlesController#edit as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 1 - Rendered articles/_form.html.erb (3.6ms) - Rendered articles/edit.html.erb within layouts/application (4.1ms) -Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.3ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 18:50:32 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 18:50:32 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 18:50:32 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 18:50:32 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 18:50:33 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 18:50:33 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 18:50:33 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 18:50:33 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 18:50:33 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 18:50:33 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started PUT "/articles/1" for 127.0.0.1 at 2012-08-11 18:50:40 -0500 -Processing by ArticlesController#update as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"FH4r3yw36jVJm9z4YDWkeDQIby5GLicuSW2xchLCNMQ=", "article"=>{"title"=>"Article One", "body"=>"This is the text for my article, woo hoo! ****", "tag_list"=>"", "image"=>#>}, "commit"=>"Update Article", "id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] -  (0.1ms) begin transaction - Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."article_id" = 1 -  (0.2ms) UPDATE "articles" SET "image_file_name" = 'beast.png', "image_content_type" = 'image/png', "image_file_size" = 27720, "image_updated_at" = '2012-08-11 23:50:40.547598', "updated_at" = '2012-08-11 23:50:40.548043' WHERE "articles"."id" = 1 -[paperclip] Saving attachments. -  (0.7ms) commit transaction -Redirected to http://localhost:3000/articles/1 -Completed 302 Found in 11ms (ActiveRecord: 1.1ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-11 18:50:40 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 1 -  (0.1ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 1 - Comment Load (0.2ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 1 - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - Rendered articles/_comment.html.erb (2.3ms) - Rendered articles/_comment_form.html.erb (2.0ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1087350525073486066_70306970793800 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:10) - Rendered articles/show.html.erb within layouts/application (9.5ms) -Completed 200 OK in 16ms (Views: 14.5ms | ActiveRecord: 0.7ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 18:50:40 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 18:50:40 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 18:50:40 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 18:50:40 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 18:50:40 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 18:50:40 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 18:50:40 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 18:50:40 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 18:50:40 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 18:50:40 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-11 18:50:43 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.3ms) SELECT "articles".* FROM "articles" - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 1 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 2 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 10 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 11 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 12 - Rendered articles/index.html.erb within layouts/application (5.4ms) -Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.7ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 18:50:43 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 18:50:43 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 18:50:43 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 18:50:43 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 18:50:43 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 18:50:43 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 18:50:43 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 18:50:43 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 18:50:43 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 18:50:43 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-11 18:50:45 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 1 -  (0.1ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 1 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 1 - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - Rendered articles/_comment.html.erb (2.1ms) - Rendered articles/_comment_form.html.erb (1.7ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1087350525073486066_70306970793800 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:10) - Rendered articles/show.html.erb within layouts/application (7.7ms) -Completed 200 OK in 14ms (Views: 12.6ms | ActiveRecord: 0.6ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 18:50:45 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 18:50:45 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 18:50:45 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 18:50:45 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 18:50:45 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 18:50:45 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 18:50:45 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 18:50:45 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 18:50:45 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 18:50:45 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-11 18:50:49 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 1 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 2 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 10 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 11 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 12 - Rendered articles/index.html.erb within layouts/application (6.0ms) -Completed 200 OK in 13ms (Views: 11.2ms | ActiveRecord: 0.7ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 18:50:49 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 18:50:49 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 18:50:49 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 18:50:49 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 18:50:49 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 18:50:49 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 18:50:49 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 18:50:49 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 18:50:49 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 18:50:49 -0500 -Served asset /application.js - 304 Not Modified (0ms) -Connecting to database specified by database.yml - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-11 18:52:41 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 1 -  (0.1ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 1 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 1 - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - Rendered articles/_comment.html.erb (2.0ms) - Rendered articles/_comment_form.html.erb (1.9ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1087350525073486066_70306970764580 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:11) - Rendered articles/show.html.erb within layouts/application (10.1ms) -Completed 200 OK in 17ms (Views: 14.9ms | ActiveRecord: 0.6ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 18:52:41 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 18:52:41 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 18:52:41 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 18:52:41 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 18:52:41 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 18:52:41 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 18:52:41 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 18:52:41 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 18:52:41 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 18:52:41 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-11 19:06:46 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 1 -  (0.1ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 1 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 1 - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - Rendered articles/_comment.html.erb (2.0ms) - Rendered articles/_comment_form.html.erb (1.9ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1087350525073486066_70306970764580 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:11) - Rendered articles/show.html.erb within layouts/application (9.8ms) -Completed 200 OK in 17ms (Views: 14.9ms | ActiveRecord: 0.6ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 19:06:46 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 19:06:46 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 19:06:46 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 19:06:46 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 19:06:46 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 19:06:46 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 19:06:46 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 19:06:46 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 19:06:46 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 19:06:46 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-11 19:06:51 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles"  - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 1 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 2 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 10 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 11 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 12 - Rendered articles/index.html.erb within layouts/application (5.5ms) -Completed 200 OK in 47ms (Views: 45.3ms | ActiveRecord: 0.7ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 19:06:51 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 19:06:52 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 19:06:52 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 19:06:52 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 19:06:52 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 19:06:52 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 19:06:52 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 19:06:52 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 19:06:52 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 19:06:52 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-11 19:06:55 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 1 -  (0.1ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 1 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 1 - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - Rendered articles/_comment.html.erb (2.0ms) - Rendered articles/_comment_form.html.erb (1.8ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1087350525073486066_70306970764580 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:11) - Rendered articles/show.html.erb within layouts/application (9.4ms) -Completed 200 OK in 16ms (Views: 14.3ms | ActiveRecord: 0.6ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 19:06:55 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 19:06:55 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 19:06:55 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 19:06:55 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 19:06:55 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 19:06:55 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 19:06:55 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 19:06:55 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 19:06:55 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 19:06:55 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1/edit" for 127.0.0.1 at 2012-08-11 19:06:57 -0500 -Processing by ArticlesController#edit as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 1 - Rendered articles/_form.html.erb (6.1ms) - Rendered articles/edit.html.erb within layouts/application (6.6ms) -Completed 200 OK in 13ms (Views: 11.7ms | ActiveRecord: 0.3ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 19:06:57 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 19:06:57 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 19:06:57 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 19:06:57 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 19:06:57 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 19:06:57 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 19:06:57 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 19:06:57 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 19:06:57 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 19:06:57 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/2" for 127.0.0.1 at 2012-08-11 19:07:54 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"2"} - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "2"]] - Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 2 -  (0.1ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 2 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 2 - Rendered articles/_comment.html.erb (0.0ms) - Rendered articles/_comment_form.html.erb (1.9ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1087350525073486066_70306970764580 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:11) - Rendered articles/show.html.erb within layouts/application (7.0ms) -Completed 200 OK in 47ms (Views: 45.1ms | ActiveRecord: 0.5ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 19:07:54 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 19:07:54 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 19:07:54 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 19:07:54 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 19:07:54 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 19:07:54 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 19:07:54 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 19:07:54 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 19:07:54 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 19:07:54 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/images/original/missing.png" for 127.0.0.1 at 2012-08-11 19:07:54 -0500 - -ActionController::RoutingError (No route matches [GET] "/images/original/missing.png"): - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) - - -Started GET "/articles/2" for 127.0.0.1 at 2012-08-11 19:09:09 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"2"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "2"]] - Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 2 - Rendered articles/show.html.erb within layouts/application (10.3ms) -Completed 500 Internal Server Error in 13ms - -ActionView::Template::Error (undefined local variable or method `f' for #<#:0x007fe33c309338>): - 7: <% if @article.image_file_name %> - 8: <%= image_tag @article.image.url %>
- 9: <% end %> - 10: <%= f.label :image, "Attach an Image" %>
- 11: <%= f.file_field :image %> - 12:

- 13: - app/views/articles/show.html.erb:10:in `_app_views_articles_show_html_erb___1087350525073486066_70306972072000' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.8ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.8ms) - - -Started GET "/articles/2" for 127.0.0.1 at 2012-08-11 19:09:13 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"2"} - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "2"]] - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 2 - Rendered articles/show.html.erb within layouts/application (8.2ms) -Completed 500 Internal Server Error in 11ms - -ActionView::Template::Error (undefined local variable or method `f' for #<#:0x007fe33a07d080>): - 7: <% if @article.image_file_name %> - 8: <%= image_tag @article.image.url %>
- 9: <% end %> - 10: <%= f.label :image, "Attach an Image" %>
- 11: <%= f.file_field :image %> - 12:

- 13: - app/views/articles/show.html.erb:10:in `_app_views_articles_show_html_erb___1087350525073486066_70306972072000' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.6ms) - - -Started GET "/articles/2" for 127.0.0.1 at 2012-08-11 19:09:32 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"2"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "2"]] - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 2 - Rendered articles/show.html.erb within layouts/application (10.2ms) -Completed 500 Internal Server Error in 13ms - -ActionView::Template::Error (undefined local variable or method `f' for #<#:0x007fe33c7f05e0>): - 7: <% if @article.image_file_name %> - 8: <%= image_tag @article.image.url %>
- 9: <% end %> - 10: <%= f.label :image, "Attach an Image" %>
- 11: <%= f.file_field :image %> - 12:

- 13: - app/views/articles/show.html.erb:10:in `_app_views_articles_show_html_erb___1087350525073486066_70306972072000' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (32.5ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (39.7ms) - - -Started GET "/articles/2" for 127.0.0.1 at 2012-08-11 19:09:34 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"2"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "2"]] - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 2 - Rendered articles/show.html.erb within layouts/application (9.2ms) -Completed 500 Internal Server Error in 12ms - -ActionView::Template::Error (undefined local variable or method `f' for #<#:0x007fe34a47e098>): - 7: <% if @article.image_file_name %> - 8: <%= image_tag @article.image.url %>
- 9: <% end %> - 10: <%= f.label :image, "Attach an Image" %>
- 11: <%= f.file_field :image %> - 12:

- 13: - app/views/articles/show.html.erb:10:in `_app_views_articles_show_html_erb___1087350525073486066_70306972072000' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.8ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.3ms) - - -Started GET "/articles/2" for 127.0.0.1 at 2012-08-11 19:09:41 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"2"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "2"]] - Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 2 -  (0.2ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 2 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 2 - Rendered articles/_comment.html.erb (0.0ms) - Rendered articles/_comment_form.html.erb (3.3ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1087350525073486066_70306972475860 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:13) - Rendered articles/show.html.erb within layouts/application (11.7ms) -Completed 200 OK in 19ms (Views: 17.3ms | ActiveRecord: 0.6ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 19:09:41 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 19:09:41 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 19:09:41 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 19:09:41 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 19:09:41 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 19:09:41 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 19:09:41 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 19:09:41 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 19:09:41 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 19:09:41 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 19:09:41 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/images/original/missing.png" for 127.0.0.1 at 2012-08-11 19:09:41 -0500 - -ActionController::RoutingError (No route matches [GET] "/images/original/missing.png"): - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) - - -Started GET "/articles/2" for 127.0.0.1 at 2012-08-11 22:42:26 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"2"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "2"]] - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 2 -  (0.1ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 2 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 2 - Rendered articles/_comment.html.erb (0.0ms) - Rendered articles/_comment_form.html.erb (2.1ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1087350525073486066_70306972475860 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:13) - Rendered articles/show.html.erb within layouts/application (7.7ms) -Compiled styles.css (45ms) (pid 2799) -Compiled application.css (53ms) (pid 2799) -Completed 200 OK in 192ms (Views: 190.5ms | ActiveRecord: 0.5ms) - - -Started GET "/assets/styles.css?body=1" for 127.0.0.1 at 2012-08-11 22:42:26 -0500 -Served asset /styles.css - 200 OK (1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 22:42:26 -0500 -Served asset /application.css - 304 Not Modified (16ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 22:42:26 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 22:42:26 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 22:42:26 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 22:42:26 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 22:42:26 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 22:42:26 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 22:42:26 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 22:42:26 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 22:42:26 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 22:42:26 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/images/original/missing.png" for 127.0.0.1 at 2012-08-11 22:42:26 -0500 - -ActionController::RoutingError (No route matches [GET] "/images/original/missing.png"): - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-11 22:42:30 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.3ms) SELECT "articles".* FROM "articles" - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 1 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 2 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 10 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 11 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 12 - Rendered articles/index.html.erb within layouts/application (5.7ms) -Completed 200 OK in 14ms (Views: 11.4ms | ActiveRecord: 0.8ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 22:42:30 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 22:42:30 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 22:42:30 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 22:42:30 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/styles.css?body=1" for 127.0.0.1 at 2012-08-11 22:42:30 -0500 -Served asset /styles.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 22:42:30 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 22:42:30 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 22:42:30 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 22:42:30 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 22:42:30 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 22:42:30 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 22:42:30 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-11 22:42:32 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 1 -  (0.1ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 1 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 1 - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - Rendered articles/_comment.html.erb (2.1ms) - Rendered articles/_comment_form.html.erb (1.8ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1087350525073486066_70306972475860 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:13) - Rendered articles/show.html.erb within layouts/application (9.3ms) -Completed 200 OK in 16ms (Views: 14.5ms | ActiveRecord: 0.6ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 22:42:32 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 22:42:32 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 22:42:32 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 22:42:32 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 22:42:32 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 22:42:32 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/styles.css?body=1" for 127.0.0.1 at 2012-08-11 22:42:32 -0500 -Served asset /styles.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 22:42:32 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 22:42:32 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 22:42:32 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 22:42:32 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 22:42:32 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-11 22:43:54 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.3ms) SELECT "articles".* FROM "articles"  - Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 1 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 2 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 10 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 11 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 12 - Rendered articles/index.html.erb within layouts/application (6.2ms) -Completed 200 OK in 47ms (Views: 44.9ms | ActiveRecord: 0.8ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 22:43:54 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 22:43:54 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 22:43:54 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 22:43:54 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/styles.css?body=1" for 127.0.0.1 at 2012-08-11 22:43:54 -0500 -Served asset /styles.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 22:43:54 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 22:43:54 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 22:43:54 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 22:43:54 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 22:43:54 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 22:43:54 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 22:43:54 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-11 22:43:56 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 1 -  (0.1ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 1 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 1 - Article Load (0.1ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - Rendered articles/_comment.html.erb (2.0ms) - Rendered articles/_comment_form.html.erb (1.9ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___1087350525073486066_70306972475860 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:13) - Rendered articles/show.html.erb within layouts/application (9.5ms) -Completed 200 OK in 17ms (Views: 14.8ms | ActiveRecord: 0.6ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 22:43:56 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 22:43:56 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 22:43:56 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 22:43:56 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/styles.css?body=1" for 127.0.0.1 at 2012-08-11 22:43:56 -0500 -Served asset /styles.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 22:43:56 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 22:43:56 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 22:43:56 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 22:43:56 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 22:43:56 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 22:43:56 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 22:43:56 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1/edit" for 127.0.0.1 at 2012-08-11 22:44:01 -0500 -Processing by ArticlesController#edit as HTML - Parameters: {"id"=>"1"} - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 1 - Rendered articles/_form.html.erb (5.7ms) - Rendered articles/edit.html.erb within layouts/application (6.2ms) -Completed 200 OK in 13ms (Views: 11.8ms | ActiveRecord: 0.3ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 22:44:01 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 22:44:01 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 22:44:01 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 22:44:01 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/styles.css?body=1" for 127.0.0.1 at 2012-08-11 22:44:01 -0500 -Served asset /styles.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 22:44:01 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 22:44:01 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 22:44:02 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 22:44:02 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 22:44:02 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 22:44:02 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 22:44:02 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles" for 127.0.0.1 at 2012-08-11 22:54:32 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 1 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 2 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 10 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 11 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 12 - Rendered articles/index.html.erb within layouts/application (5.6ms) -Completed 200 OK in 13ms (Views: 11.0ms | ActiveRecord: 0.7ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 22:54:32 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 22:54:32 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 22:54:32 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/styles.css?body=1" for 127.0.0.1 at 2012-08-11 22:54:32 -0500 -Served asset /styles.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 22:54:32 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 22:54:32 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 22:54:32 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 22:54:32 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 22:54:32 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 22:54:32 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 22:54:32 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 22:54:32 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-11 22:54:57 -0500 -Processing by ArticlesController#new as HTML - Rendered articles/_form.html.erb (2.8ms) - Rendered articles/new.html.erb within layouts/application (3.8ms) -Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 22:54:57 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 22:54:57 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 22:54:57 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 22:54:57 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 22:54:57 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/styles.css?body=1" for 127.0.0.1 at 2012-08-11 22:54:57 -0500 -Served asset /styles.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 22:54:57 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 22:54:57 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 22:54:57 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 22:54:57 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 22:54:57 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 22:54:57 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-11 22:55:07 -0500 -Processing by ArticlesController#new as HTML - Rendered articles/_form.html.erb (2.4ms) - Rendered articles/new.html.erb within layouts/application (2.9ms) -Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 22:55:08 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/styles.css?body=1" for 127.0.0.1 at 2012-08-11 22:55:08 -0500 -Served asset /styles.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 22:55:08 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 22:55:08 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 22:55:08 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 22:55:08 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 22:55:08 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 22:55:08 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 22:55:08 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 22:55:08 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 22:55:08 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 22:55:08 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-11 23:06:27 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 1 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 2 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 10 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 11 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 12 - Rendered articles/index.html.erb within layouts/application (5.8ms) -Completed 200 OK in 13ms (Views: 11.0ms | ActiveRecord: 0.7ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 23:06:27 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 23:06:27 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 23:06:27 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 23:06:27 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 23:06:27 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/styles.css?body=1" for 127.0.0.1 at 2012-08-11 23:06:27 -0500 -Served asset /styles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 23:06:27 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 23:06:27 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 23:06:27 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 23:06:27 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 23:06:27 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 23:06:27 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-11 23:06:30 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 1 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 2 - Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 10 - Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 11 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 12 - Rendered articles/index.html.erb within layouts/application (46.9ms) -Completed 200 OK in 54ms (Views: 52.1ms | ActiveRecord: 0.9ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 23:06:30 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 23:06:30 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 23:06:30 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 23:06:30 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/styles.css?body=1" for 127.0.0.1 at 2012-08-11 23:06:30 -0500 -Served asset /styles.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 23:06:30 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 23:06:30 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 23:06:30 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 23:06:30 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 23:06:30 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 23:06:30 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 23:06:30 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-11 23:06:32 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.2ms) SELECT "articles".* FROM "articles" - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 1 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 2 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 10 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 11 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 12 - Rendered articles/index.html.erb within layouts/application (6.1ms) -Completed 200 OK in 13ms (Views: 11.7ms | ActiveRecord: 0.7ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 23:06:32 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 23:06:32 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/styles.css?body=1" for 127.0.0.1 at 2012-08-11 23:06:32 -0500 -Served asset /styles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 23:06:32 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 23:06:32 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 23:06:32 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 23:06:32 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 23:06:32 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 23:06:32 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 23:06:32 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 23:06:32 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 23:06:32 -0500 -Served asset /application.js - 304 Not Modified (0ms) -Connecting to database specified by database.yml -Connecting to database specified by database.yml -Connecting to database specified by database.yml -Connecting to database specified by database.yml -  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  -Migrating to CreateArticles (20120805164102) -Migrating to CreateComments (20120808015928) -Migrating to CreateTags (20120810030342) -Migrating to CreateTaggings (20120810030421) -Migrating to AddPaperclipFieldsToArticle (20120811230127) -Migrating to SorceryCore (20120812041656) -  (0.0ms) select sqlite_version(*) -  (0.0ms) begin transaction -  (0.5ms) CREATE TABLE "authors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255) NOT NULL, "email" varchar(255), "crypted_password" varchar(255), "salt" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120812041656') -  (1.2ms) commit transaction -  (0.3ms) select sqlite_version(*) -  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" -  (0.0ms) PRAGMA index_list("articles") -  (0.0ms) PRAGMA index_list("authors") -  (0.0ms) PRAGMA index_list("comments") -  (0.0ms) PRAGMA index_list("taggings") -  (0.0ms) PRAGMA index_list("tags") - - -Started GET "/assets/rails.png" for 127.0.0.1 at 2012-08-11 23:20:35 -0500 -Served asset /rails.png - 200 OK (24ms) - - -Started GET "/assets/rails.png" for 127.0.0.1 at 2012-08-11 23:21:52 -0500 -Served asset /rails.png - 304 Not Modified (0ms) - - -Started GET "/assets/rails.png" for 127.0.0.1 at 2012-08-11 23:21:54 -0500 -Served asset /rails.png - 304 Not Modified (0ms) - - -Started GET "/assets/rails.png" for 127.0.0.1 at 2012-08-11 23:22:48 -0500 -Served asset /rails.png - 304 Not Modified (0ms) - - -Started GET "/assets/rails.png" for 127.0.0.1 at 2012-08-11 23:22:54 -0500 -Served asset /rails.png - 304 Not Modified (0ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-11 23:22:57 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.1ms) SELECT "articles".* FROM "articles" - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 1 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 2 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 10 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 11 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 12 - Rendered articles/index.html.erb within layouts/application (21.2ms) -Completed 200 OK in 39ms (Views: 27.1ms | ActiveRecord: 1.5ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 23:22:57 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 23:22:57 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 23:22:57 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 23:22:57 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/styles.css?body=1" for 127.0.0.1 at 2012-08-11 23:22:57 -0500 -Served asset /styles.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 23:22:57 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 23:22:57 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 23:22:57 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 23:22:57 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 23:22:57 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 23:22:57 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 23:22:57 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/rails.png" for 127.0.0.1 at 2012-08-11 23:23:02 -0500 -Served asset /rails.png - 304 Not Modified (0ms) - - -Started GET "/assets/rails.png" for 127.0.0.1 at 2012-08-11 23:23:04 -0500 -Served asset /rails.png - 304 Not Modified (0ms) - - -Started GET "/assets/rails.png" for 127.0.0.1 at 2012-08-11 23:24:00 -0500 -Served asset /rails.png - 304 Not Modified (0ms) - - -Started GET "/assets/rails.png" for 127.0.0.1 at 2012-08-11 23:24:02 -0500 -Served asset /rails.png - 304 Not Modified (0ms) - - -Started GET "/assets/rails.png" for 127.0.0.1 at 2012-08-11 23:24:31 -0500 -Served asset /rails.png - 304 Not Modified (0ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-11 23:24:32 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.1ms) SELECT "articles".* FROM "articles" - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 1 - Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 2 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 10 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 11 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 12 - Rendered articles/index.html.erb within layouts/application (55.5ms) -Completed 200 OK in 74ms (Views: 61.4ms | ActiveRecord: 1.6ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 23:24:32 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 23:24:32 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 23:24:32 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 23:24:32 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 23:24:32 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/styles.css?body=1" for 127.0.0.1 at 2012-08-11 23:24:32 -0500 -Served asset /styles.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 23:24:32 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 23:24:32 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 23:24:32 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 23:24:32 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 23:24:32 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 23:24:32 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/assets/rails.png" for 127.0.0.1 at 2012-08-11 23:24:33 -0500 -Served asset /rails.png - 304 Not Modified (0ms) - - -Started GET "/assets/rails.png" for 127.0.0.1 at 2012-08-11 23:24:34 -0500 -Served asset /rails.png - 304 Not Modified (0ms) -Connecting to database specified by database.yml -Connecting to database specified by database.yml - - -Started GET "/assets/rails.png" for 127.0.0.1 at 2012-08-11 23:25:05 -0500 -Served asset /rails.png - 304 Not Modified (0ms) - - -Started GET "/assets/rails.png" for 127.0.0.1 at 2012-08-11 23:25:06 -0500 -Served asset /rails.png - 304 Not Modified (0ms) -Connecting to database specified by database.yml -Connecting to database specified by database.yml -Connecting to database specified by database.yml -Connecting to database specified by database.yml - - -Started GET "/assets/rails.png" for 127.0.0.1 at 2012-08-11 23:28:08 -0500 -Served asset /rails.png - 304 Not Modified (3ms) - - -Started GET "/assets/rails.png" for 127.0.0.1 at 2012-08-11 23:28:09 -0500 -Served asset /rails.png - 304 Not Modified (0ms) - - -Started GET "/" for 127.0.0.1 at 2012-08-11 23:28:52 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.1ms) SELECT "articles".* FROM "articles"  - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 1 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 2 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 10 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 11 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 12 - Rendered articles/index.html.erb within layouts/application (85.8ms) -Completed 200 OK in 433ms (Views: 369.2ms | ActiveRecord: 3.3ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 23:28:53 -0500 -Served asset /application.css - 304 Not Modified (9ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 23:28:53 -0500 -Served asset /articles.css - 304 Not Modified (4ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 23:28:53 -0500 -Served asset /comments.css - 304 Not Modified (1ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 23:28:53 -0500 -Served asset /screen.css - 304 Not Modified (1ms) - - -Started GET "/assets/styles.css?body=1" for 127.0.0.1 at 2012-08-11 23:28:53 -0500 -Served asset /styles.css - 304 Not Modified (1ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 23:28:53 -0500 -Served asset /tags.css - 304 Not Modified (1ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 23:28:53 -0500 -Served asset /jquery.js - 304 Not Modified (7ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 23:28:53 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (1ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 23:28:53 -0500 -Served asset /articles.js - 304 Not Modified (1ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 23:28:53 -0500 -Served asset /comments.js - 304 Not Modified (1ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 23:28:53 -0500 -Served asset /tags.js - 304 Not Modified (1ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 23:28:53 -0500 -Served asset /application.js - 304 Not Modified (7ms) -Connecting to database specified by database.yml -Connecting to database specified by database.yml -Connecting to database specified by database.yml -Connecting to database specified by database.yml - - -Started GET "/authors/new" for 127.0.0.1 at 2012-08-11 23:45:22 -0500 -Processing by AuthorsController#new as HTML - Rendered authors/_form.html.erb (51.7ms) - Rendered authors/new.html.erb within layouts/application (54.8ms) -Completed 500 Internal Server Error in 64ms - -ActionView::Template::Error (undefined method `password_confirmation' for #): - 25: - 26:
- 27: <%= f.label :password_confirmation %>
- 28: <%= f.text_field :password_confirmation %> - 29:
- 30:
- 31: <%= f.submit %> - app/views/authors/_form.html.erb:28:in `block in _app_views_authors__form_html_erb__2799460901396245574_70191161757480' - app/views/authors/_form.html.erb:1:in `_app_views_authors__form_html_erb__2799460901396245574_70191161757480' - app/views/authors/new.html.erb:3:in `_app_views_authors_new_html_erb__764550142912750791_70191122267220' - app/controllers/authors_controller.rb:29:in `new' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.5ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.9ms) - - -Started GET "/assets/rails.png" for 127.0.0.1 at 2012-08-11 23:50:43 -0500 -Served asset /rails.png - 304 Not Modified (0ms) - - -Started GET "/assets/rails.png" for 127.0.0.1 at 2012-08-11 23:50:45 -0500 -Served asset /rails.png - 304 Not Modified (0ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-11 23:50:47 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.1ms) SELECT "articles".* FROM "articles"  - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 1 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 2 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 10 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 11 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 12 - Rendered articles/index.html.erb within layouts/application (22.5ms) -Compiled authors.css (4ms) (pid 67808) -Compiled scaffolds.css (11ms) (pid 67808) -Compiled application.css (63ms) (pid 67808) -Compiled authors.js (173ms) (pid 67808) -Compiled application.js (186ms) (pid 67808) -Completed 200 OK in 349ms (Views: 335.7ms | ActiveRecord: 1.8ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 23:50:48 -0500 -Served asset /application.css - 304 Not Modified (11ms) - - -Started GET "/assets/authors.css?body=1" for 127.0.0.1 at 2012-08-11 23:50:48 -0500 -Served asset /authors.css - 200 OK (4ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 23:50:48 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/scaffolds.css?body=1" for 127.0.0.1 at 2012-08-11 23:50:48 -0500 -Served asset /scaffolds.css - 200 OK (1ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 23:50:48 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 23:50:48 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/styles.css?body=1" for 127.0.0.1 at 2012-08-11 23:50:48 -0500 -Served asset /styles.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 23:50:48 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/authors.js?body=1" for 127.0.0.1 at 2012-08-11 23:50:48 -0500 -Served asset /authors.js - 200 OK (1ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 23:50:48 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 23:50:48 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 23:50:48 -0500 -Served asset /application.js - 304 Not Modified (45ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 23:50:48 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 23:50:48 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 23:50:48 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/authors/new" for 127.0.0.1 at 2012-08-11 23:50:53 -0500 -Processing by AuthorsController#new as HTML - Rendered authors/_form.html.erb (3.9ms) - Rendered authors/new.html.erb within layouts/application (4.7ms) -Completed 200 OK in 22ms (Views: 12.9ms | ActiveRecord: 0.1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-11 23:50:53 -0500 -Served asset /application.css - 304 Not Modified (1ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-11 23:50:53 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-11 23:50:53 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-11 23:50:53 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-11 23:50:53 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/styles.css?body=1" for 127.0.0.1 at 2012-08-11 23:50:53 -0500 -Served asset /styles.css - 304 Not Modified (3ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-11 23:50:53 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-11 23:50:53 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-11 23:50:53 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-11 23:50:53 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-11 23:50:53 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-11 23:50:53 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started POST "/authors" for 127.0.0.1 at 2012-08-11 23:52:08 -0500 -Processing by AuthorsController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"FH4r3yw36jVJm9z4YDWkeDQIby5GLicuSW2xchLCNMQ=", "author"=>{"username"=>"admin", "email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Create Author"} -Completed 500 Internal Server Error in 1ms - -ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: password, password_confirmation): - app/controllers/authors_controller.rb:43:in `new' - app/controllers/authors_controller.rb:43:in `create' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.2ms) - - -Started POST "/authors" for 127.0.0.1 at 2012-08-11 23:56:49 -0500 -Processing by AuthorsController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"FH4r3yw36jVJm9z4YDWkeDQIby5GLicuSW2xchLCNMQ=", "author"=>{"username"=>"admin", "email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Create Author"} -Completed 500 Internal Server Error in 0ms - -ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: password, password_confirmation): - app/controllers/authors_controller.rb:43:in `new' - app/controllers/authors_controller.rb:43:in `create' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.3ms) - - -Started POST "/authors" for 127.0.0.1 at 2012-08-12 00:20:45 -0500 -Processing by AuthorsController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"FH4r3yw36jVJm9z4YDWkeDQIby5GLicuSW2xchLCNMQ=", "author"=>{"username"=>"admin", "email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Create Author"} -Completed 500 Internal Server Error in 1ms - -ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: password, password_confirmation): - app/controllers/authors_controller.rb:43:in `new' - app/controllers/authors_controller.rb:43:in `create' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.6ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (44.7ms) - - -Started POST "/authors" for 127.0.0.1 at 2012-08-12 00:25:09 -0500 -Processing by AuthorsController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"FH4r3yw36jVJm9z4YDWkeDQIby5GLicuSW2xchLCNMQ=", "author"=>{"username"=>"admin", "email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Create Author"} -Completed 500 Internal Server Error in 0ms - -ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: password, password_confirmation): - app/controllers/authors_controller.rb:43:in `new' - app/controllers/authors_controller.rb:43:in `create' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.2ms) - - -Started POST "/authors" for 127.0.0.1 at 2012-08-12 00:25:14 -0500 -Processing by AuthorsController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"FH4r3yw36jVJm9z4YDWkeDQIby5GLicuSW2xchLCNMQ=", "author"=>{"username"=>"admin", "email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Create Author"} -Completed 500 Internal Server Error in 0ms - -ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: password, password_confirmation): - app/controllers/authors_controller.rb:43:in `new' - app/controllers/authors_controller.rb:43:in `create' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.8ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.5ms) - - -Started POST "/authors" for 127.0.0.1 at 2012-08-12 00:25:17 -0500 -Processing by AuthorsController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"FH4r3yw36jVJm9z4YDWkeDQIby5GLicuSW2xchLCNMQ=", "author"=>{"username"=>"admin", "email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Create Author"} -Completed 500 Internal Server Error in 0ms - -ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: password, password_confirmation): - app/controllers/authors_controller.rb:43:in `new' - app/controllers/authors_controller.rb:43:in `create' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.5ms) - - -Started POST "/authors" for 127.0.0.1 at 2012-08-12 00:27:51 -0500 -Processing by AuthorsController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"FH4r3yw36jVJm9z4YDWkeDQIby5GLicuSW2xchLCNMQ=", "author"=>{"username"=>"admin", "email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Create Author"} -Completed 500 Internal Server Error in 0ms - -ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: password, password_confirmation): - app/controllers/authors_controller.rb:43:in `new' - app/controllers/authors_controller.rb:43:in `create' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.3ms) - - -Started POST "/authors" for 127.0.0.1 at 2012-08-12 00:27:56 -0500 -Processing by AuthorsController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"FH4r3yw36jVJm9z4YDWkeDQIby5GLicuSW2xchLCNMQ=", "author"=>{"username"=>"admin", "email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Create Author"} -Completed 500 Internal Server Error in 0ms - -ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: password, password_confirmation): - app/controllers/authors_controller.rb:43:in `new' - app/controllers/authors_controller.rb:43:in `create' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.6ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.4ms) - - -Started POST "/authors" for 127.0.0.1 at 2012-08-12 00:46:31 -0500 -Processing by AuthorsController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"FH4r3yw36jVJm9z4YDWkeDQIby5GLicuSW2xchLCNMQ=", "author"=>{"username"=>"admin", "email"=>"admin@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Create Author"} -Completed 500 Internal Server Error in 1ms - -ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: password, password_confirmation): - app/controllers/authors_controller.rb:43:in `new' - app/controllers/authors_controller.rb:43:in `create' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.9ms) - - -Started GET "/authors" for 127.0.0.1 at 2012-08-12 00:46:34 -0500 -Processing by AuthorsController#index as HTML - Author Load (0.2ms) SELECT "authors".* FROM "authors"  - Rendered authors/index.html.erb within layouts/application (1.0ms) -Completed 200 OK in 24ms (Views: 22.7ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-12 00:46:34 -0500 -Served asset /application.css - 304 Not Modified (1ms) - - -Started GET "/assets/authors.css?body=1" for 127.0.0.1 at 2012-08-12 00:46:34 -0500 -Served asset /authors.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-12 00:46:34 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-12 00:46:34 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/scaffolds.css?body=1" for 127.0.0.1 at 2012-08-12 00:46:34 -0500 -Served asset /scaffolds.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-12 00:46:34 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/styles.css?body=1" for 127.0.0.1 at 2012-08-12 00:46:34 -0500 -Served asset /styles.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-12 00:46:34 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-12 00:46:34 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-12 00:46:34 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-12 00:46:34 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-12 00:46:34 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/authors.js?body=1" for 127.0.0.1 at 2012-08-12 00:46:34 -0500 -Served asset /authors.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-12 00:46:34 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-12 00:46:34 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/authors/new" for 127.0.0.1 at 2012-08-12 00:46:35 -0500 -Processing by AuthorsController#new as HTML - Rendered authors/_form.html.erb (4.4ms) - Rendered authors/new.html.erb within layouts/application (5.2ms) -Completed 200 OK in 54ms (Views: 46.2ms | ActiveRecord: 0.0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-12 00:46:36 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-12 00:46:36 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-12 00:46:36 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/styles.css?body=1" for 127.0.0.1 at 2012-08-12 00:46:36 -0500 -Served asset /styles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-12 00:46:36 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/authors.css?body=1" for 127.0.0.1 at 2012-08-12 00:46:36 -0500 -Served asset /authors.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-12 00:46:36 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-12 00:46:36 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-12 00:46:36 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-12 00:46:36 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/authors.js?body=1" for 127.0.0.1 at 2012-08-12 00:46:36 -0500 -Served asset /authors.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-12 00:46:36 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-12 00:46:36 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-12 00:46:36 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started POST "/authors" for 127.0.0.1 at 2012-08-12 00:46:39 -0500 -Processing by AuthorsController#create as HTML - Parameters: {"utf8"=>"✓", "authenticity_token"=>"FH4r3yw36jVJm9z4YDWkeDQIby5GLicuSW2xchLCNMQ=", "author"=>{"username"=>"", "email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Create Author"} -Completed 500 Internal Server Error in 0ms - -ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: password, password_confirmation): - app/controllers/authors_controller.rb:43:in `new' - app/controllers/authors_controller.rb:43:in `create' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.2ms) - - -Started GET "/assets/scaffolds.css?body=1" for 127.0.0.1 at 2012-08-12 00:46:56 -0500 -Served asset /scaffolds.css - 200 OK (0ms) - - -Started GET "/authors" for 127.0.0.1 at 2012-08-12 00:46:59 -0500 -Processing by AuthorsController#index as HTML - Author Load (0.2ms) SELECT "authors".* FROM "authors" - Rendered authors/index.html.erb within layouts/application (0.4ms) -Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.2ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-12 00:46:59 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-12 00:46:59 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/authors.css?body=1" for 127.0.0.1 at 2012-08-12 00:46:59 -0500 -Served asset /authors.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-12 00:46:59 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/styles.css?body=1" for 127.0.0.1 at 2012-08-12 00:46:59 -0500 -Served asset /styles.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-12 00:46:59 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-12 00:46:59 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-12 00:46:59 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-12 00:46:59 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/authors.js?body=1" for 127.0.0.1 at 2012-08-12 00:46:59 -0500 -Served asset /authors.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-12 00:46:59 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-12 00:46:59 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-12 00:46:59 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-12 00:46:59 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-12 00:47:02 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.1ms) SELECT "articles".* FROM "articles"  - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 1 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 2 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 10 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 11 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 12 - Rendered articles/index.html.erb within layouts/application (23.1ms) -Completed 200 OK in 81ms (Views: 33.7ms | ActiveRecord: 1.3ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-12 00:47:02 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-12 00:47:03 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-12 00:47:03 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/authors.css?body=1" for 127.0.0.1 at 2012-08-12 00:47:03 -0500 -Served asset /authors.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-12 00:47:03 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/styles.css?body=1" for 127.0.0.1 at 2012-08-12 00:47:03 -0500 -Served asset /styles.css - 304 Not Modified (2ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-12 00:47:03 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-12 00:47:03 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-12 00:47:03 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-12 00:47:03 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/authors.js?body=1" for 127.0.0.1 at 2012-08-12 00:47:03 -0500 -Served asset /authors.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-12 00:47:03 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-12 00:47:03 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-12 00:47:03 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/new" for 127.0.0.1 at 2012-08-12 00:47:05 -0500 -Processing by ArticlesController#new as HTML - Rendered articles/_form.html.erb (5.3ms) - Rendered articles/new.html.erb within layouts/application (6.4ms) -Completed 200 OK in 32ms (Views: 31.3ms | ActiveRecord: 0.0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-12 00:47:05 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-12 00:47:05 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-12 00:47:05 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/authors.css?body=1" for 127.0.0.1 at 2012-08-12 00:47:05 -0500 -Served asset /authors.css - 304 Not Modified (0ms) - - -Started GET "/assets/styles.css?body=1" for 127.0.0.1 at 2012-08-12 00:47:05 -0500 -Served asset /styles.css - 304 Not Modified (1ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-12 00:47:05 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-12 00:47:05 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-12 00:47:05 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-12 00:47:05 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-12 00:47:05 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/authors.js?body=1" for 127.0.0.1 at 2012-08-12 00:47:05 -0500 -Served asset /authors.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-12 00:47:05 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-12 00:47:05 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-12 00:47:05 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/authors/new" for 127.0.0.1 at 2012-08-12 00:51:37 -0500 - -SyntaxError (/Users/dkeefe75/projects/blogger/app/controllers/authors_controller.rb:91: syntax error, unexpected $end, expecting keyword_end): - activesupport (3.2.7) lib/active_support/dependencies.rb:469:in `load' - activesupport (3.2.7) lib/active_support/dependencies.rb:469:in `block in load_file' - activesupport (3.2.7) lib/active_support/dependencies.rb:639:in `new_constants_in' - activesupport (3.2.7) lib/active_support/dependencies.rb:468:in `load_file' - activesupport (3.2.7) lib/active_support/dependencies.rb:353:in `require_or_load' - activesupport (3.2.7) lib/active_support/dependencies.rb:502:in `load_missing_constant' - activesupport (3.2.7) lib/active_support/dependencies.rb:192:in `block in const_missing' - activesupport (3.2.7) lib/active_support/dependencies.rb:190:in `each' - activesupport (3.2.7) lib/active_support/dependencies.rb:190:in `const_missing' - activesupport (3.2.7) lib/active_support/inflector/methods.rb:230:in `block in constantize' - activesupport (3.2.7) lib/active_support/inflector/methods.rb:229:in `each' - activesupport (3.2.7) lib/active_support/inflector/methods.rb:229:in `constantize' - activesupport (3.2.7) lib/active_support/dependencies.rb:554:in `get' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:54:in `controller' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:32:in `call' - journey (1.0.4) lib/journey/router.rb:68:in `block in call' - journey (1.0.4) lib/journey/router.rb:56:in `each' - journey (1.0.4) lib/journey/router.rb:56:in `call' - actionpack (3.2.7) lib/action_dispatch/routing/route_set.rb:600:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' - rack (1.4.1) lib/rack/etag.rb:23:in `call' - rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/head.rb:14:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/params_parser.rb:21:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/flash.rb:242:in `call' - rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' - rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/cookies.rb:338:in `call' - activerecord (3.2.7) lib/active_record/query_cache.rb:64:in `call' - activerecord (3.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `_run__1256305405616743224__call__2081609859671569646__callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:405:in `__run_callback' - activesupport (3.2.7) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' - activesupport (3.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' - actionpack (3.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/reloader.rb:65:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' - railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app' - railties (3.2.7) lib/rails/rack/logger.rb:16:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call' - rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' - rack (1.4.1) lib/rack/runtime.rb:17:in `call' - activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call' - rack (1.4.1) lib/rack/lock.rb:15:in `call' - actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call' - railties (3.2.7) lib/rails/engine.rb:479:in `call' - railties (3.2.7) lib/rails/application.rb:220:in `call' - rack (1.4.1) lib/rack/content_length.rb:14:in `call' - railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call' - rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' - /Users/dkeefe75/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' - - - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) - Rendered /Users/dkeefe75/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.6ms) - - -Started GET "/articles/" for 127.0.0.1 at 2012-08-12 00:53:39 -0500 -Processing by ArticlesController#index as HTML - Article Load (0.1ms) SELECT "articles".* FROM "articles"  - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 1 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 2 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 10 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 11 - Tag Load (0.1ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 12 - Rendered articles/index.html.erb within layouts/application (22.6ms) -Completed 200 OK in 42ms (Views: 29.4ms | ActiveRecord: 1.5ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-12 00:53:40 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-12 00:53:40 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/authors.css?body=1" for 127.0.0.1 at 2012-08-12 00:53:40 -0500 -Served asset /authors.css - 304 Not Modified (0ms) - - -Started GET "/assets/scaffolds.css?body=1" for 127.0.0.1 at 2012-08-12 00:53:40 -0500 -Served asset /scaffolds.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-12 00:53:40 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-12 00:53:40 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/styles.css?body=1" for 127.0.0.1 at 2012-08-12 00:53:40 -0500 -Served asset /styles.css - 304 Not Modified (3ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-12 00:53:40 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-12 00:53:40 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-12 00:53:40 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-12 00:53:40 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/authors.js?body=1" for 127.0.0.1 at 2012-08-12 00:53:40 -0500 -Served asset /authors.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-12 00:53:40 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-12 00:53:40 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-12 00:53:40 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1" for 127.0.0.1 at 2012-08-12 00:53:41 -0500 -Processing by ArticlesController#show as HTML - Parameters: {"id"=>"1"} - Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 1 -  (0.1ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = 1 - Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = 1 - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - CACHE (0.0ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = 1 LIMIT 1 - Rendered articles/_comment.html.erb (28.3ms) - Rendered articles/_comment_form.html.erb (3.5ms) -DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead. (called from _app_views_articles_show_html_erb___3211764922145527777_70191147533000 at /Users/dkeefe75/projects/blogger/app/views/articles/show.html.erb:13) - Rendered articles/show.html.erb within layouts/application (71.0ms) -Completed 200 OK in 90ms (Views: 77.9ms | ActiveRecord: 1.1ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-12 00:53:41 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-12 00:53:41 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/authors.css?body=1" for 127.0.0.1 at 2012-08-12 00:53:41 -0500 -Served asset /authors.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-12 00:53:41 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/scaffolds.css?body=1" for 127.0.0.1 at 2012-08-12 00:53:41 -0500 -Served asset /scaffolds.css - 304 Not Modified (0ms) - - -Started GET "/assets/styles.css?body=1" for 127.0.0.1 at 2012-08-12 00:53:41 -0500 -Served asset /styles.css - 304 Not Modified (1ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-12 00:53:41 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-12 00:53:41 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-12 00:53:41 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-12 00:53:41 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-12 00:53:41 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/authors.js?body=1" for 127.0.0.1 at 2012-08-12 00:53:41 -0500 -Served asset /authors.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-12 00:53:41 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-12 00:53:41 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-12 00:53:41 -0500 -Served asset /application.js - 304 Not Modified (0ms) - - -Started GET "/articles/1/edit" for 127.0.0.1 at 2012-08-12 00:53:47 -0500 -Processing by ArticlesController#edit as HTML - Parameters: {"id"=>"1"} - Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", "1"]] - Tag Load (0.2ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."article_id" = 1 - Rendered articles/_form.html.erb (6.0ms) - Rendered articles/edit.html.erb within layouts/application (6.9ms) -Completed 200 OK in 16ms (Views: 14.2ms | ActiveRecord: 0.4ms) - - -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-12 00:53:47 -0500 -Served asset /application.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.css?body=1" for 127.0.0.1 at 2012-08-12 00:53:47 -0500 -Served asset /articles.css - 304 Not Modified (0ms) - - -Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2012-08-12 00:53:47 -0500 -Served asset /comments.css - 304 Not Modified (0ms) - - -Started GET "/assets/authors.css?body=1" for 127.0.0.1 at 2012-08-12 00:53:47 -0500 -Served asset /authors.css - 304 Not Modified (0ms) - - -Started GET "/assets/scaffolds.css?body=1" for 127.0.0.1 at 2012-08-12 00:53:47 -0500 -Served asset /scaffolds.css - 304 Not Modified (0ms) - - -Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-08-12 00:53:47 -0500 -Served asset /screen.css - 304 Not Modified (0ms) - - -Started GET "/assets/styles.css?body=1" for 127.0.0.1 at 2012-08-12 00:53:47 -0500 -Served asset /styles.css - 304 Not Modified (3ms) - - -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-12 00:53:47 -0500 -Served asset /jquery.js - 304 Not Modified (0ms) - - -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-12 00:53:47 -0500 -Served asset /jquery_ujs.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.css?body=1" for 127.0.0.1 at 2012-08-12 00:53:47 -0500 -Served asset /tags.css - 304 Not Modified (0ms) - - -Started GET "/assets/articles.js?body=1" for 127.0.0.1 at 2012-08-12 00:53:47 -0500 -Served asset /articles.js - 304 Not Modified (0ms) - - -Started GET "/assets/authors.js?body=1" for 127.0.0.1 at 2012-08-12 00:53:47 -0500 -Served asset /authors.js - 304 Not Modified (0ms) - - -Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2012-08-12 00:53:47 -0500 -Served asset /comments.js - 304 Not Modified (0ms) - - -Started GET "/assets/tags.js?body=1" for 127.0.0.1 at 2012-08-12 00:53:47 -0500 -Served asset /tags.js - 304 Not Modified (0ms) - - -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-12 00:53:47 -0500 -Served asset /application.js - 304 Not Modified (0ms) From 4bc1871394d9ffd09b66a322ab1f749f7a63aecf Mon Sep 17 00:00:00 2001 From: Chip Castle Date: Mon, 3 Sep 2012 08:56:01 -0500 Subject: [PATCH 03/16] Ignored log files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cb3b90f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +log +*.log From bd3e501c12a9d7dea656e0d79aa0319ecdb1d78a Mon Sep 17 00:00:00 2001 From: Chip Castle Date: Mon, 3 Sep 2012 08:56:22 -0500 Subject: [PATCH 04/16] Added RSpec initial configuration --- .rspec | 1 + spec/spec_helper.rb | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 .rspec create mode 100644 spec/spec_helper.rb diff --git a/.rspec b/.rspec new file mode 100644 index 0000000..9c2c1b4 --- /dev/null +++ b/.rspec @@ -0,0 +1 @@ +--colour --profile --order random diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb new file mode 100644 index 0000000..0909127 --- /dev/null +++ b/spec/spec_helper.rb @@ -0,0 +1,38 @@ +# This file is copied to spec/ when you run 'rails generate rspec:install' +ENV["RAILS_ENV"] ||= 'test' +require File.expand_path("../../config/environment", __FILE__) +require 'rspec/rails' +require 'rspec/autorun' + +# Requires supporting ruby files with custom matchers and macros, etc, +# in spec/support/ and its subdirectories. +Dir[Rails.root.join("spec/support/**/*.rb")].each {|f| require f} + +RSpec.configure do |config| + # ## Mock Framework + # + # If you prefer to use mocha, flexmock or RR, uncomment the appropriate line: + # + # config.mock_with :mocha + # config.mock_with :flexmock + # config.mock_with :rr + + # Remove this line if you're not using ActiveRecord or ActiveRecord fixtures + config.fixture_path = "#{::Rails.root}/spec/fixtures" + + # If you're not using ActiveRecord, or you'd prefer not to run each of your + # examples within a transaction, remove the following line or assign false + # instead of true. + config.use_transactional_fixtures = true + + # If true, the base class of anonymous controllers will be inferred + # automatically. This will be the default behavior in future versions of + # rspec-rails. + config.infer_base_class_for_anonymous_controllers = false + + # Run specs in random order to surface order dependencies. If you find an + # order dependency and want to debug it, you can fix the order by providing + # the seed, which is printed after each run. + # --seed 1234 + config.order = "random" +end From a17872229781347404d87902689bc16e3c48794e Mon Sep 17 00:00:00 2001 From: Chip Castle Date: Mon, 3 Sep 2012 09:04:30 -0500 Subject: [PATCH 05/16] Removed tmp files --- ...prockets%2F4a935342c0113b534ad7622234965544 | Bin 16254 -> 0 bytes ...prockets%2F3fc891487990163819656e9afd02e551 | Bin 806 -> 0 bytes ...prockets%2F6b3fe3371a3f93546be7428e93944132 | Bin 511 -> 0 bytes ...prockets%2Fd503494ea57174417f2b86ce6657578a | Bin 557 -> 0 bytes ...prockets%2F53640067d96589fbc39f702a6e19b645 | Bin 775 -> 0 bytes ...prockets%2F86042d3480d349fd4b8a53aa0147c118 | Bin 557 -> 0 bytes ...prockets%2Fa6acf8eb8024953786360980fa3161e2 | Bin 565 -> 0 bytes ...prockets%2Fe459168835a5f27b832ace20874f7c10 | Bin 2293 -> 0 bytes ...prockets%2Fbd790ab28d22281114ac7a21c29a3360 | Bin 16468 -> 0 bytes ...prockets%2F1d95a397a45d9773f699b294a79f14a3 | Bin 1460 -> 0 bytes ...prockets%2Fbd3936370d0f952ada5774e2230046ed | Bin 2292 -> 0 bytes ...prockets%2F357970feca3ac29060c1e3861e2c0953 | Bin 18992 -> 0 bytes ...prockets%2F22ff51c29df7864d6b1c3992003651de | Bin 253840 -> 0 bytes ...prockets%2F59a5dab9398ab9931a65c26a9d267240 | Bin 253836 -> 0 bytes ...prockets%2Fd7d5b37686831d37c4dd75e645f5e016 | Bin 423 -> 0 bytes ...prockets%2Fcc96d4f5f41bc2990cc2b1a151027852 | Bin 822 -> 0 bytes ...prockets%2F0e43d561040338ad6db4d84e1c4ae984 | Bin 1210 -> 0 bytes ...prockets%2F0c6c563476f3c0a819d0d8ffd1684c29 | Bin 565 -> 0 bytes ...prockets%2F220ac4424b82b400ec47fe0570c5aa7f | Bin 512 -> 0 bytes ...prockets%2F13fe41fee1fe35b49d145bcc06610705 | Bin 18993 -> 0 bytes ...prockets%2F2f12e40d8a8c612074b03c4fb7b98b5d | Bin 823 -> 0 bytes ...prockets%2Fe4a667cbf4d1bee115ff5d5494378503 | Bin 770 -> 0 bytes ...prockets%2Ff7cbd26ba1d28d48de824f0e94586655 | Bin 2991 -> 0 bytes ...prockets%2Fd771ace226fc8215a3572e0aa35bb0d6 | Bin 2872 -> 0 bytes ...prockets%2Fc0e3dd9a3a0426d132f4893d6e82bc8b | Bin 565 -> 0 bytes ...prockets%2F7f527780eb7f6b5c8f57a427bcc012dc | Bin 253838 -> 0 bytes ...prockets%2Fff3ac92fb50d6f3df410a72f680979c1 | Bin 758 -> 0 bytes ...prockets%2Fbd9966c9db0a167ec8717d1a37f4ba19 | Bin 517 -> 0 bytes ...prockets%2F6ea17d7230964f04e6dd9cc9a724bf7d | Bin 519 -> 0 bytes ...prockets%2F041482b1dcb07ffb2abd409be1f459c9 | Bin 517 -> 0 bytes ...prockets%2Feb955148dff1a927d71ba221df32d1ac | Bin 519 -> 0 bytes ...prockets%2Fa88ab4e49bb7203b8e0586c38efdd2b0 | Bin 16254 -> 0 bytes ...prockets%2F0c5d2913c4dabc05e7a8d596885ab6ed | Bin 520 -> 0 bytes ...prockets%2F887afcdc4009ed0e6a439dfea45653b3 | Bin 253836 -> 0 bytes ...prockets%2Fa3d009b73fbb390e4e5af7b39428efe7 | Bin 16467 -> 0 bytes ...prockets%2F936bbcbcfc6db6954962948dc153fe1e | Bin 774 -> 0 bytes ...prockets%2Fe1ecf8a17e986b74f768a98b2a58c2ba | Bin 1209 -> 0 bytes ...prockets%2Fb55a4ac3dd24f6200bed5716922eeddb | Bin 16471 -> 0 bytes ...prockets%2Ff0eca80b04dcc1f67fbf991e324ba224 | Bin 16471 -> 0 bytes ...prockets%2F6ce651fca154ec17bf2c3cf496cd257e | Bin 564 -> 0 bytes ...prockets%2Fcffd775d018f68ce5dba1ee0d951a994 | Bin 269635 -> 0 bytes ...prockets%2Fad862bc6dc062dee9cfa3bed48c52233 | Bin 818 -> 0 bytes ...prockets%2F2f5173deea6c795b8fdde723bb4b63af | Bin 2991 -> 0 bytes ...prockets%2Fc14ba28fc55cbc0a52adb1b03ceb1f05 | Bin 519 -> 0 bytes ...prockets%2F10fcfbe6ebae11a40c8eac41939a1b9a | Bin 2550 -> 0 bytes ...prockets%2Fde2fd9fd11c04a582cdbbe3d84a35ae6 | Bin 423 -> 0 bytes ...prockets%2Ffe7bce9bb779c38deb41a72def405d3b | Bin 564 -> 0 bytes ...prockets%2Ff23e7a1c7fc97a5dc57b3dcc8d6d58eb | Bin 566 -> 0 bytes .../articles.css.scssc | Bin 595 -> 0 bytes .../authors.css.scssc | Bin 593 -> 0 bytes .../comments.css.scssc | Bin 595 -> 0 bytes .../scaffolds.css.scssc | Bin 6189 -> 0 bytes .../styles.css.scssc | Bin 2988 -> 0 bytes .../tags.css.scssc | Bin 587 -> 0 bytes tmp/pids/server.pid | 1 - 55 files changed, 1 deletion(-) delete mode 100644 tmp/cache/assets/BE1/000/sprockets%2F4a935342c0113b534ad7622234965544 delete mode 100644 tmp/cache/assets/C67/2C0/sprockets%2F3fc891487990163819656e9afd02e551 delete mode 100644 tmp/cache/assets/C89/940/sprockets%2F6b3fe3371a3f93546be7428e93944132 delete mode 100644 tmp/cache/assets/C90/CD0/sprockets%2Fd503494ea57174417f2b86ce6657578a delete mode 100644 tmp/cache/assets/C91/A20/sprockets%2F53640067d96589fbc39f702a6e19b645 delete mode 100644 tmp/cache/assets/CA3/320/sprockets%2F86042d3480d349fd4b8a53aa0147c118 delete mode 100644 tmp/cache/assets/CB3/C30/sprockets%2Fa6acf8eb8024953786360980fa3161e2 delete mode 100644 tmp/cache/assets/CB5/9E0/sprockets%2Fe459168835a5f27b832ace20874f7c10 delete mode 100644 tmp/cache/assets/CC2/3E0/sprockets%2Fbd790ab28d22281114ac7a21c29a3360 delete mode 100644 tmp/cache/assets/CCA/A20/sprockets%2F1d95a397a45d9773f699b294a79f14a3 delete mode 100644 tmp/cache/assets/CD7/6F0/sprockets%2Fbd3936370d0f952ada5774e2230046ed delete mode 100644 tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 delete mode 100644 tmp/cache/assets/CE2/000/sprockets%2F22ff51c29df7864d6b1c3992003651de delete mode 100644 tmp/cache/assets/CE7/BB0/sprockets%2F59a5dab9398ab9931a65c26a9d267240 delete mode 100644 tmp/cache/assets/CF0/DA0/sprockets%2Fd7d5b37686831d37c4dd75e645f5e016 delete mode 100644 tmp/cache/assets/D03/BD0/sprockets%2Fcc96d4f5f41bc2990cc2b1a151027852 delete mode 100644 tmp/cache/assets/D07/D70/sprockets%2F0e43d561040338ad6db4d84e1c4ae984 delete mode 100644 tmp/cache/assets/D17/2B0/sprockets%2F0c6c563476f3c0a819d0d8ffd1684c29 delete mode 100644 tmp/cache/assets/D25/410/sprockets%2F220ac4424b82b400ec47fe0570c5aa7f delete mode 100644 tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 delete mode 100644 tmp/cache/assets/D35/B20/sprockets%2F2f12e40d8a8c612074b03c4fb7b98b5d delete mode 100644 tmp/cache/assets/D45/F40/sprockets%2Fe4a667cbf4d1bee115ff5d5494378503 delete mode 100644 tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 delete mode 100644 tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 delete mode 100644 tmp/cache/assets/D69/830/sprockets%2Fc0e3dd9a3a0426d132f4893d6e82bc8b delete mode 100644 tmp/cache/assets/D74/8C0/sprockets%2F7f527780eb7f6b5c8f57a427bcc012dc delete mode 100644 tmp/cache/assets/D74/E30/sprockets%2Fff3ac92fb50d6f3df410a72f680979c1 delete mode 100644 tmp/cache/assets/D77/0B0/sprockets%2Fbd9966c9db0a167ec8717d1a37f4ba19 delete mode 100644 tmp/cache/assets/D79/9D0/sprockets%2F6ea17d7230964f04e6dd9cc9a724bf7d delete mode 100644 tmp/cache/assets/D92/C40/sprockets%2F041482b1dcb07ffb2abd409be1f459c9 delete mode 100644 tmp/cache/assets/D93/C50/sprockets%2Feb955148dff1a927d71ba221df32d1ac delete mode 100644 tmp/cache/assets/D9D/A60/sprockets%2Fa88ab4e49bb7203b8e0586c38efdd2b0 delete mode 100644 tmp/cache/assets/DA1/9D0/sprockets%2F0c5d2913c4dabc05e7a8d596885ab6ed delete mode 100644 tmp/cache/assets/DA2/DE0/sprockets%2F887afcdc4009ed0e6a439dfea45653b3 delete mode 100644 tmp/cache/assets/DA3/760/sprockets%2Fa3d009b73fbb390e4e5af7b39428efe7 delete mode 100644 tmp/cache/assets/DAE/A20/sprockets%2F936bbcbcfc6db6954962948dc153fe1e delete mode 100644 tmp/cache/assets/DB1/680/sprockets%2Fe1ecf8a17e986b74f768a98b2a58c2ba delete mode 100644 tmp/cache/assets/DBF/580/sprockets%2Fb55a4ac3dd24f6200bed5716922eeddb delete mode 100644 tmp/cache/assets/DC1/A10/sprockets%2Ff0eca80b04dcc1f67fbf991e324ba224 delete mode 100644 tmp/cache/assets/DD0/200/sprockets%2F6ce651fca154ec17bf2c3cf496cd257e delete mode 100644 tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 delete mode 100644 tmp/cache/assets/DF8/200/sprockets%2Fad862bc6dc062dee9cfa3bed48c52233 delete mode 100644 tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af delete mode 100644 tmp/cache/assets/E07/400/sprockets%2Fc14ba28fc55cbc0a52adb1b03ceb1f05 delete mode 100644 tmp/cache/assets/E19/2A0/sprockets%2F10fcfbe6ebae11a40c8eac41939a1b9a delete mode 100644 tmp/cache/assets/E25/4C0/sprockets%2Fde2fd9fd11c04a582cdbbe3d84a35ae6 delete mode 100644 tmp/cache/assets/E35/5B0/sprockets%2Ffe7bce9bb779c38deb41a72def405d3b delete mode 100644 tmp/cache/assets/E3A/DD0/sprockets%2Ff23e7a1c7fc97a5dc57b3dcc8d6d58eb delete mode 100644 tmp/cache/sass/09284b0987c9e8ef2fe6c364122b77ade5544442/articles.css.scssc delete mode 100644 tmp/cache/sass/09284b0987c9e8ef2fe6c364122b77ade5544442/authors.css.scssc delete mode 100644 tmp/cache/sass/09284b0987c9e8ef2fe6c364122b77ade5544442/comments.css.scssc delete mode 100644 tmp/cache/sass/09284b0987c9e8ef2fe6c364122b77ade5544442/scaffolds.css.scssc delete mode 100644 tmp/cache/sass/09284b0987c9e8ef2fe6c364122b77ade5544442/styles.css.scssc delete mode 100644 tmp/cache/sass/09284b0987c9e8ef2fe6c364122b77ade5544442/tags.css.scssc delete mode 100644 tmp/pids/server.pid diff --git a/tmp/cache/assets/BE1/000/sprockets%2F4a935342c0113b534ad7622234965544 b/tmp/cache/assets/BE1/000/sprockets%2F4a935342c0113b534ad7622234965544 deleted file mode 100644 index fa771a8f1c80f08465fc0c8bd7376f5bd2e47742..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 16254 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 diff --git a/tmp/cache/assets/C67/2C0/sprockets%2F3fc891487990163819656e9afd02e551 b/tmp/cache/assets/C67/2C0/sprockets%2F3fc891487990163819656e9afd02e551 deleted file mode 100644 index 464b9f9f068dd9f35fcdf60032c71dfe461fac12..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 806 zcmb7BL2KJE6dt97G+AL`te3$kW`X38M3ODraxX2T1>XkiZ3m-BPl<~oxt0u z<-zBljS&aj2M_K#cOQImP?<$3cvaNgE!)&b#}{_`V%z9?U(kF7ZHT@%#<&@;>zPLe zXJ;>b!>wq_+P{yTQ(=^XW5+-k?LfQ2ZR=y|t8cG7t1FE@>2Dc&D_8zw`{vgo6O>Lc ze#S|LafaCh(F~#XZ@&V)Xy-16dC-^T0_{t9-6DG+bo zc4prD?VIWL6?>WsOn2~66@@C1v3D*uz}OPMTQ> z96`n$lY8n+r@rmjwl@jA!1Y}=ob7m4fqDIN)$M=ZM&>|dTiQ`EUp|Zex^e%2tN$5IPHTp844P|&~kD<#*Z=!23&c5Rh4&z-g|J}Y5gvkQ21;#&dAutx0 zFHj~B8fqsE*v-(lnXZ$GHXHD7lOvH&d%mnuj6?B%$Mf<`%0^Y_i-&?Aba*|g?m4l{A5sGn+ s(oAxUYsIQ;ot&3@=zKIes3lWg(~4(W7a%F3NGqCgmMJ6|B8cVWAA9biVgLXD diff --git a/tmp/cache/assets/C91/A20/sprockets%2F53640067d96589fbc39f702a6e19b645 b/tmp/cache/assets/C91/A20/sprockets%2F53640067d96589fbc39f702a6e19b645 deleted file mode 100644 index 8755c306970ec98f674b66e2a32edc3de2d5772c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 775 zcmbV}&uiN-6vsm;A#DgOjBU3u%zA9{Y(j55DtsH@q46;=Ho%B_zjuV6#9vorL&{nVuE)@nnClznZDadXu)bB`xy z=hp2jvTN$%)AgBsVNB7~&SNvTZ;qUaqenM?nYi4z^6wL$BM75w5ZAE$88I0O$$iWv zz(K;eqIz{uTn^G;tjiVI{!hVGQm{PXS}#d4V4#ulL~sNpAOaCbe%zXEi$@iM1M#D# zhH6bU?z2;xDnigaih=S17z#kP%(*BQfU!iQ`EUp|Zeyfqs#b*U5IPHDjVaEv)F z7bxQh4YiX7>}KfOOxMXonGN{2$&x866;ql>fi+Wtm_pa~cv8U-w z_cpG@+1dQ+bsW#1`7(Y?GYebe=QrcQ@v?(oeOyOez}xuMdrO(plH_$!=b)&Rgkqed sG!rGpTCzG@C+F23Iv-6AYRROTJ9pydK}EBNAAQ$3ABFfX)fR+!w9&tO6qonP?K%%3fPP95{O(MO zDr3D_0Gkm?7C&*h8UL5 zaxa7Orc3@w_d>a*fn(Q|ayEjEReb4=&~>6{lX^7Ho^T8*<6SiW6~7RK$t_~HsQ8JA zprt5i@&!Ue?W6^}8Rj?BbvDsv1L5t5*_3h3bVHQH4bzg9MKXjiXu@#O@H&+T*L!uG zX*z3qo6h6xY<}}PPVdirkrvd>;?{)u-FQ&E_VBAuXGw>6TS0XysdCCmS+D96G*yaF vj7yXkl4IN`Ru}8+qS}KGN#wwmO?g9WUTD1nNfAX_(Sox=A;}OytR(*cSJI`{ diff --git a/tmp/cache/assets/CB5/9E0/sprockets%2Fe459168835a5f27b832ace20874f7c10 b/tmp/cache/assets/CB5/9E0/sprockets%2Fe459168835a5f27b832ace20874f7c10 deleted file mode 100644 index cdca2322b88ef46fd130ec5bb55a5a3b2ccc986a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2293 zcmcguO^@3)5G{gWvGronrk5TH1cbM_1eQ&G*pit`(jo!&+};IB97#lJQ6XvXxv|9P>>g|rJEli(%zI=Z9 z>ATzMBv;(p3wH7T!|n9NFWXuu5brRyyLj_WJEe3fbFR{cyQ-i1!REXuv=Vlnfg@iRb&j2O*1m=EojgGD>?4R|@K~$1IecuikLnZGJ%21O9A z;vfll?9(h>MQh*&lmXr*X+pa#U#^WPd-fu$$0)p zX*3G$R)c%XX@y|41}{oNBzoaL6;Iw9UjJ5dj^=jI*7z5|8{@?A2;@7CRUj zyVB^qv&e&4pRn=3=Ydc>>ZL;N=7j_$W~9C4SPOM+I}96cN?CiEc1~{&nL6=uI8MTw zTH{gb4KgIBGywJ4ISI!ZucwmUNmr#{j5a-!quYYsZ2y$gfM{(gq-_+(3gCFA(5Rb^gOOs}P*_n~aXW4Aq;M4@(Q>eVri}osP6&`#t)w6Wq9gRUhdzvtSwT}1@+ecm zA?Opuj~4hlHEXmS<(nsXRY6Cs?I9jlvaA_VP`DOgce?L}qL^VbJF5XpBz?GiygBX| zD(jH7o+TsRAjKorUniZnNB^PXcW3IM5-g+tN`S4x>fdQ_TFnOZN?PZ2eVGyaam!6- zufBQyWZ>f#KP&J~uSEbf6j_#pxrk{}B)8M+6w8K1Yqim) duhvDFt(QW?z(X2Rk%!B5vdk$@Xh4%y@Hddl)Rq7M diff --git a/tmp/cache/assets/CC2/3E0/sprockets%2Fbd790ab28d22281114ac7a21c29a3360 b/tmp/cache/assets/CC2/3E0/sprockets%2Fbd790ab28d22281114ac7a21c29a3360 deleted file mode 100644 index adf112291ddee1643580cc9921aa272549ed0167..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 16468 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 diff --git a/tmp/cache/assets/CCA/A20/sprockets%2F1d95a397a45d9773f699b294a79f14a3 b/tmp/cache/assets/CCA/A20/sprockets%2F1d95a397a45d9773f699b294a79f14a3 deleted file mode 100644 index e6f61a126fa71093d13e127edab202077900c4d6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1460 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 C@(^MG diff --git a/tmp/cache/assets/CE2/000/sprockets%2F22ff51c29df7864d6b1c3992003651de b/tmp/cache/assets/CE2/000/sprockets%2F22ff51c29df7864d6b1c3992003651de deleted file mode 100644 index be1af033363c55c510d065c07f7d10d272d4631c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 253840 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 CZ*>Cz diff --git a/tmp/cache/assets/CE7/BB0/sprockets%2F59a5dab9398ab9931a65c26a9d267240 b/tmp/cache/assets/CE7/BB0/sprockets%2F59a5dab9398ab9931a65c26a9d267240 deleted file mode 100644 index 2d6324afc2b1f5e297c20307fd8dd489073b1be5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 253836 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 diff --git a/tmp/cache/assets/CF0/DA0/sprockets%2Fd7d5b37686831d37c4dd75e645f5e016 b/tmp/cache/assets/CF0/DA0/sprockets%2Fd7d5b37686831d37c4dd75e645f5e016 deleted file mode 100644 index dfa4113044284ece84de25995f64df9e83208596..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 423 zcmYk2&uhXk6vwwA;uOW5#x7%&xtlg=n;J6)%24Q8@8vB?YoNBFi89&$z4KDL!H(be z{l3rp(dkv}X~nHN$?Z|=s11K&%=)}^h_w`{!R)j`+N7%4VR$xp4EN>zy(ua;n? zNWo_JIE*4pQHY`$4hW7ZWrO7jilg*y-mW{nuVLc#c>%_BS$Dljyz$n8Rea^pw)=YJ zDtASdD-K1f!S37As0LM-nJ#mucZoM_tP&2gwO^j=s>~YxRe#vW0O4SY=oFD1MhsIHI!PEp?btyf%e-At-F!bJ-asff z^>T(cp&9U4WD$*{cus)}Km^5D#9=@vj=^1#o@8xQRW>+pvdF@Z1rcH{A#@KEJR}QB LI0A|SMC0HG3i^1L diff --git a/tmp/cache/assets/D03/BD0/sprockets%2Fcc96d4f5f41bc2990cc2b1a151027852 b/tmp/cache/assets/D03/BD0/sprockets%2Fcc96d4f5f41bc2990cc2b1a151027852 deleted file mode 100644 index b3bdeeecd2f94aa68f9d1d6e8ab06a90dee161e7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 822 zcmbVJ!D<^Z5G^4X$0iU{noFUCr3U*DTUxEwl5$BX3GA)V+Z0@)9G4(k>l!4tBwmQLRS$Zp9{AK(SBOKo% zc8g}uF%g&v8s1bO)c)<4P%YZ|i(wY^b+G_<*f1J0u9-HmlGrdUSxUo22!oCpriRbM zcW2j)I?gm4nROKmvejsOv+ITPXFLf4l_S3_-1x2+7@xD~T0;$$hDvSoQ#KVWiPQOP zo`NPy#RTINB~)^Zjbd{eY-r%uI#{X?k{=ZQ*~y~!iTdeejJ-)mxLr4kF8(?CKJ5Q8 z;8X*w(ix8_(b8y4=?sVcjV3^mNqCy1S#+6ipm9Oty?xP;8#3oq>lsLb2-1pB&Zt6? Jp%}3=egoS7^EvzC}+b#CUhg{A>9 z@e-_R>7|*}xIMGL9f%os#cL9TVI0yl91jB$<1|dz(e;w61@!km?e8DnpG^C`T=Awk zUaLCS1($XGNsJ9n$_G@o$91Z^%t$bT{yJ+1Uys_|o;ok=T8f@lp_U9PT zfRB@iMg@(+jAWRHp~%N11_E)GhUv6_JoC+Hq|t4({&`viSsDou0}pV3MIJl5$B}67adbFIs8VR#;2hmDV(b{$W3= z(p!-7(Z%lNqrAM=e%E#o0+=Vv;CE{= zE3G4kS_dkEDOIdL(=5+3Aw*FuazS#!-zkXULW8J6_MsoD{v`((R z_0BY49*{bY?%o}s#&4`vP1&lr9iU5;-+_x^@f-%^;!t#I2Sb{F?Yxgm)wWCIh8UL5 zYOjLsY>V;9^g{c(hU3(g_AVlA8DH8Xbd3}Zsz>YH3CEx^-bMRg@k>f*dQ12%S^Z2i zNx5VgGfBwMJ88gehW+hyolK0~KzMs$GUdW>Q>R+dnj6InhL;cuCgqgXqQdsz`%WKs zn$GIpp*`Ns<~OfnJb&g3{GetQw>Hf0#)IN@2fuo>1&w(7g7Q>Sqbq4qt*Qb{rgfT8 uT9BM6L20dd#n#D1xrZ*G$bl`HiaM(VGiC)UBN;I|V}dhH6elU+MfwkRsipD& diff --git a/tmp/cache/assets/D25/410/sprockets%2F220ac4424b82b400ec47fe0570c5aa7f b/tmp/cache/assets/D25/410/sprockets%2F220ac4424b82b400ec47fe0570c5aa7f deleted file mode 100644 index a57a9264d298a033117d08c0cc00b6486b6fcccd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 512 zcmaiwK~KU!5QWhYf)JvdJeU~M=n=ZxrLnE&7|Ju1sDTrSyiylld6i6jMTFN z1cHhL#`ly>CZ59_XF3i%>M`Hv{n<{WC0N%#SMBciZD{pmDvasy&SDu_!?!Y1DX4kH z#?EW2Zl!viNRdXlz)jN{pjex+tXxOMpq^x63r%T17h0n&^4zY#fW|g>NWpBNexI#l zbMX(Q&JZ$;@Q|Mv1B5-=7e#N2$r=CX5bBJGKce)LdYn>DgAs8#ADB!ECE?nL8xKH#K nDPl^L>r4r(V#1_PB=c6TA5Vy!sz3yxHHdalm_%na?f(qFd*G8M diff --git a/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 b/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 deleted file mode 100644 index 5153a1d54a7448e38475f73a569909d32518e5f7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18993 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 C*btfk diff --git a/tmp/cache/assets/D35/B20/sprockets%2F2f12e40d8a8c612074b03c4fb7b98b5d b/tmp/cache/assets/D35/B20/sprockets%2F2f12e40d8a8c612074b03c4fb7b98b5d deleted file mode 100644 index bb982ee715b3e3fbba871936d97baf937c9aa34f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 823 zcmbVJ!D<^Z5G^4X$0iU{+8zoeEH&7N*wSjXUTrQ3C4s#anp+QxERAf1^=d20rpDwG z^G}t%F7>q$I?Rk_-W$Dl-ZlC4z3_SiKh{lStk3grTr45aA8K#67x~qlFssIbb08l> z2EQ8}vQpP*|7L-EkR|u(6DCQ5Gd4@vgwixc3CsI;8(ys;I(t1k@9qXg)DsnVu9J5j z9*gMxcWcA}_&%Wf&h5KU98_kZ1+U76`(<0Y;?`?Xftx(LwsN_DtoaJsH2G?c@l)P3 z(|``%O`rLOJ7IMb;*;r#FiOF3Y9LJQq4uTUHpkNE08s^YuT6b|(X#YbUjJqM5+fYn zpzH?GCmiP_%_#|Sj!@g%ub^JE`|Dv5^`%~bJNz&jW=v*M#e!p%NuH%NT!b*lIKx!2 zd1!ZLZN+h?;Yh9P;E<_D;z|5uU#MJi!wk`~crxdH2f#(VpsAyZ_|sFX9{1Q8?!p)8{U K@eIW%OXEL0mh&wD diff --git a/tmp/cache/assets/D45/F40/sprockets%2Fe4a667cbf4d1bee115ff5d5494378503 b/tmp/cache/assets/D45/F40/sprockets%2Fe4a667cbf4d1bee115ff5d5494378503 deleted file mode 100644 index 16e73709dc3fa5474089a2a569096d21e63b7a8e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 770 zcmbV}O>5gQ7{@~?A#DgWjP*E**^Wu{Vn?!eX&Ei}HrQ@E7)5%V7#z!!nDmnr3KxjiPj7xMHFd8lawb4Nsb8OYZBU>X{|b`7!AZ* z4Gq*9YIV%dX|ljbCuEIaQy{81Qj~2HUc^YPbt=>c|t&Z4)N^!`jl zXZZ>CGRdN=zx#O$`M=CPpPzHC2_@^807i@@kZ3H!QIe=lNM+G1KY(?msXHV8ZU1jT C4&nd+ diff --git a/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 b/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 deleted file mode 100644 index acb54660cd1adf9db22a21c9018ee42cc7444168..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2991 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 diff --git a/tmp/cache/assets/D74/8C0/sprockets%2F7f527780eb7f6b5c8f57a427bcc012dc b/tmp/cache/assets/D74/8C0/sprockets%2F7f527780eb7f6b5c8f57a427bcc012dc deleted file mode 100644 index 58dafe506d7b020604e1239175cbb3fe2c679653..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 253838 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

r_|$BTC{$p@W|N{ zovl0qKbL@HBW_ANd-jx~QP0l~caMHNW22wbl zvLW9+BLJ{_xV5P>_*WlZ+PeR@Pjysf=hL03M?KknDrY3R%{CtJ#7Ctynt$7w3dTIj zwe!i@f4qI2!~P$;>1=*mrKs9VCKq+C&W=xB5_*YmXT%i=^W+4oMZ^Mg3UL?U!dGm! z9oCm!vEdD{a8>5xKpC~5Oyz}Wp0?8Xw7v3UVEJe3%zUyU)LJQAY`@Km(TQgf#z+Pr}6^(TrRd zl>4;{_1lF{HO)_UqQR#dK}#V>YjM@x;~%v@Ad#lQTSUrCQddfHQS~xz%%(o;^9-9exC%zeoEp2 zHPxa<4|U!w_|vP{KBhX${ODv`41TwDVkuwH7Zw>msFrgZI#87O_HS~3hS=znJ|{`p zYrTO@P9C{ap-0B*ch}d9w)jFb{`xPH6 zl>$t;b0QNxe_h^ZD~*Z|9fYD3ygR639mb9MgrckCUw*3E%jtYK{fT*GS4!Ajh!I-I z24dFP!Pz9WaH22frFe9i6r0m*k)E)_6kFRl=4PC@b@_6Ai+zkOCcCXqlrji~o9qsf zyN8&Uog+hACcgUgZcirIM709-CDrb?Wm(3!ncYM&?s1~>*7pA2H_1_EyKuI@>9i61 zhheDH%0$dtm@iB8oW@uvTiC#kNy*KOW{O`mBo&SXsHOyg>%$ner3~l|d%zWJ6qzhM zS}=ecU_RVHrwh#uQ^cj(CYze%0yN4LEM=@Rfo`#B*=We>x#zF{Td2sRz8M{LaBq9l zWD);DKWa`{i52RIsY~Mxd6B$UtH=?6_Pfa}C|`qZ&13Lc+ib}F_@arj>UX@J3wSB!9b;qQ-l0PxVCpfvS0T-;eAN$= zbi~(&{B$N9bg&2c_sbK^g>YQCP9wchmRU*btlZOlx)MC*D5NI-`2lwCcNANVPrB;- zC3`^1KN*`;$Od#s>DL0iH$VJpcQ$>#*<>vehNLq*zJ_+OSFvT2YwOrncuYdbYKQUp z3Tj}_Lq!q)AAoOMrd0rjTu`V0 zxE(rO5Zl8viX=RR{)|yuQ4H%C_9THDN5N#L-%P2z7u2_Q6 zsx_o8tOZ{R$U-vKh~hyMTHaN5iGs6~K;A#1fQu{dsSerY%baD^4nVt3*1U#}a8c?0Xype0W z;D<;RBQ;*Z4=~HQIBeoywRvHo8`7e4lUBLKMJT_8lO3ZANIt+=}zaM~U`wj@O^G97wF*gMYasTljo?koqQ_+d#_$i1vzZ_Ow z=uTVh?(n=!->-I`-^blQ%CP8moWQK1>F|C8h)B(*zWT!Dm&(_EI;M*&(UI zxFG10-(4a6^}F|o+d(V_p(_JqDYl~YgjRWw30e%vBuj(WN+~{5<0J|lFEQDOR`uU6 z3NhL=ZXm4r`7bDrtZ{8a!2^uR1~8178s4Jb^wApAB=&wQl{9YWX_N7jU1(?J!xSd_lEB)+V?2etsa%LkQBqy8I zj~*i`#X(R?mZftqiE8gpv|^9E!*C9pd$nO@a;QX~m!Xð82^h0&_>jE$ias*31s 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 diff --git a/tmp/cache/assets/D74/E30/sprockets%2Fff3ac92fb50d6f3df410a72f680979c1 b/tmp/cache/assets/D74/E30/sprockets%2Fff3ac92fb50d6f3df410a72f680979c1 deleted file mode 100644 index 6248c01221cb8499fb6d9734c024660ee5276d1d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 758 zcmb7>OKTf35P(ex#)&b+gydMt(jM&{N!C8pOF~ItZ-w@j!=jaD?S=JfyOK>zenbCr z_u-_z72hg#03*AViRO0bBqK z&reIN*2AR5DDkGcSflO#;(d*Cmc?A_5G4Z!S}`6+T!D;$LKM)p+?rjZj#G>V;=RTi zD~**pq^C5Q6VRLnfLRVqMW9%i@hD$`3Un;vR%nC2ckOa?FR$12GETg+4c(ng(8)fM z-X@86^=~a_W6#oh`tubBP+Uva_5B(7QXbM5(GR6lFJCRrDoPM2j`=1v}=UnE(+8*yczbu{cV^yde)uKjI z@4nNNa=p%^$dgjgrY(&`MH_AGRMvwB)39k4VvDV0w?=E4iL#v4Y$Q9gw9nCQuzCNP zp4uZ~EOkLxP(u6i2Qwu6pxM!JzNPHo#xJ zSvmuit7C0-ePuj(_`hdr#6 p{6&h?1r@M4;3@@AMj*X#6-22Ia;{<#FP&ksLt`^tG_?OSd;`I-m7D+o diff --git a/tmp/cache/assets/D79/9D0/sprockets%2F6ea17d7230964f04e6dd9cc9a724bf7d b/tmp/cache/assets/D79/9D0/sprockets%2F6ea17d7230964f04e6dd9cc9a724bf7d deleted file mode 100644 index e1be64c0194241220f25d20a715f394a63a2d3f2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 519 zcmaiwJx{|h5QYn?Dri*!3kwoL5sWlW+@y(F_)w8D!ydWzrL~mC!M;?j_%HlcoTeZ) zwtMg6x%aMrqS?)pK(&FlrmnR?#$LEs0b}zD&F++)KMK9B4Ok2E)hXE4%Bfscq^%j? z2r}nbTn2PH4U%*gCleY6voK(z#|eRH>Ir@G`GCt_~?~P>B-kM7YU)*SM`#d<~tXw?=F9d0qPs4rqOgJ2$X`HvT(4 zvA>K9p(}(6bKKPj&KO~f{%^-{jp}E`bx4Bno+S4qdJjTIV-`^tGeSBGqY|oR=UDYJ zZzRQ%w>jhUZJV; z+^S2N+N6SKalvWZlm@({t~W>| oFOnxVNZ*+Pt`l%Y2*M54ewcV5rZVEu%Ie2^)FxGVP5VE?54!}Fm;e9( diff --git a/tmp/cache/assets/D93/C50/sprockets%2Feb955148dff1a927d71ba221df32d1ac b/tmp/cache/assets/D93/C50/sprockets%2Feb955148dff1a927d71ba221df32d1ac deleted file mode 100644 index 6b54ec33ae7c89101852ab4ee7412ead576843c5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 519 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 diff --git a/tmp/cache/assets/DA1/9D0/sprockets%2F0c5d2913c4dabc05e7a8d596885ab6ed b/tmp/cache/assets/DA1/9D0/sprockets%2F0c5d2913c4dabc05e7a8d596885ab6ed deleted file mode 100644 index 87e71970f0a814cf16246de0306ec315a9048494..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 520 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 AX8-^I diff --git a/tmp/cache/assets/DA3/760/sprockets%2Fa3d009b73fbb390e4e5af7b39428efe7 b/tmp/cache/assets/DA3/760/sprockets%2Fa3d009b73fbb390e4e5af7b39428efe7 deleted file mode 100644 index 78c8d43473876c25d46162a0d00a5772b65a7791..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 16467 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 diff --git a/tmp/cache/assets/DAE/A20/sprockets%2F936bbcbcfc6db6954962948dc153fe1e b/tmp/cache/assets/DAE/A20/sprockets%2F936bbcbcfc6db6954962948dc153fe1e deleted file mode 100644 index 8f33cbb5f2baa1d689bef2f01b4a3b198d035723..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 774 zcmbV}O>5gQ7{@~?A#DgOjP*E%*^W&fOMa2HOUr1%w?cR8!N}6%#Nb$-q=bfkmVMXB zPS)jC*4y*?(_jDRe4_c6Tj}Z@K5n~C8^`$%A=k+HUF*#Lf`7P?dea%S7S+Aa@VTpf zR@5!@J%hrbDuk=9LK;OO%hH4`2+IHnpWf_5v&G=-_u2X6Wu6C@vJuvf`S|WW4?aE^ zEeGzchr99jkuT00y{e^XicYxou_TPEWrKDh{q8U|>$|Pk;31`7jn-}{x^C(5=kAD^x->?>m~b?dNoh1+*W&dlMnTfRaCGS6{7?3N@0hs z!dC8!Q<|tkP%%jW%L=GuAZc30tcpM;DifJE*5I$LKav_u94vbp=fS&N`gEeAH~mO^ zndHI6zZ1O+{a^N;IzZ#9lx0LB#mY>nOh!p5g(3tYB{ZdZFe`RwY^~eg%C`^j2RrBE AzyJUM diff --git a/tmp/cache/assets/DB1/680/sprockets%2Fe1ecf8a17e986b74f768a98b2a58c2ba b/tmp/cache/assets/DB1/680/sprockets%2Fe1ecf8a17e986b74f768a98b2a58c2ba deleted file mode 100644 index ad987ef393119f0ad5499f44408d09645df96fc7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1209 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 diff --git a/tmp/cache/assets/DC1/A10/sprockets%2Ff0eca80b04dcc1f67fbf991e324ba224 b/tmp/cache/assets/DC1/A10/sprockets%2Ff0eca80b04dcc1f67fbf991e324ba224 deleted file mode 100644 index 4bd40605fd6811d743c6aba4953d9bba1f31240e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 16471 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 diff --git a/tmp/cache/assets/DF8/200/sprockets%2Fad862bc6dc062dee9cfa3bed48c52233 b/tmp/cache/assets/DF8/200/sprockets%2Fad862bc6dc062dee9cfa3bed48c52233 deleted file mode 100644 index 4c3b290de084dab2d60875a0a6cb5701e01a4fd3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 818 zcmbVKL2KJE6dt97G@)!^te3$kW`X38M6xVfb}ucX1>XkiZ3m-BPl=0bxsn_f!hYcX z)s#4+xvoM7y(hizd++;n-q+dnop9v_ezZ-ajmxrcT&y9>?rUeZ7uknfp`RNA)`EQS z5&UXO9~EVd_IC!j16gpVt}uzBBuY@k<{>3X!m{D*hF2{FXMfJl`@2yd3`E7P?Pb0D zhdlWB-Dq*Zz4PF%ck|9CN0nZcf>%Yu-MUM?=dD|7W9Lt{OI+^nYW@seNWL1a-GVpG z!h?geizmL}R+zH!=hx!7&`QCvXe4y)pmv4ZHpkRwk5GATSL*r%q9YkRyYe65mk{A_ zhS&__$B<+Z&Tu?KG()I+JFK8yb={ZaJQ&Jy1@QJi5s@^E zm&q~)NrVUq#xaU0Pcc@4EvYxbz)R~5l?TBO0{`sg!J9PwbkfD%q9fX_p9dGOcD@Pv zzvMqv0E;+D{dbgHNla;i{q#x_ph!h&9L0HXS!}>qukhZyV4NzlOsSL!aDoVug3y#v LfjC1UVsZEvP^$5l diff --git a/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af b/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af deleted file mode 100644 index 5befad5235d5365d9f3a15c70d5dee27fa333b74..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2991 zcmcgu-EZ4A5Fdh~NSy^(QLHZm2F_T~m)H_X(fa61-Nb3VW=UteD26^56hCYRvgAsX zGo%0fPEy;ssbe4kRzMHp@p$*U-+hqx_Ol4}g*7WRE|<$Jw^4M=#auQ;NX;#SEixB4-rUa#l%{Lt%$EF_pl2hUeLDOG##^x)q9 z$A`mqOC-D~?nn0rr^EK6H+d#%yL~Wj??3wigb$N!W&}^BOK#_l=n-Eo6OdVxrQOS- z5gu0iDPO2&>HeN)nRP(Z0SC$!&Lv;*LgZ!%|Jw{a6j^FjYNvL+{AA>p4ZV%?jfd94 zn$O;TB`zi%H|)4%LTE%uL}1Ax*KKqU5|z#x_-1doH*6nBGgCz!V*3fT-An(7C1>v0m%egNp{r*K_%;_YxD#%e zZUj%OsB@)Nu2KQG=kSBd!lW~xDOU+p%u1oEP(BAUv`-6^W)^X|G6jz-0)Z+ifjl6j z2_jk7mX1(d+REEHE0N5=aZNPvs(6mLt*MJMYqLd#4~VS7sQCPnh$=&$UBBy(&WGnO zBQ$w6K&Qjec!FM>_0M0Uv*Gyw{n;PA9@krg^AmJ&ir&5IPo9G00=*cZH=~Q=!FW74 zIYRyOzcca$zW6)84dn=I~)zhaQN)vT@9htYCUT;<@s2uCFBA~ zTTeF&lW|{Cu474rP=xp%6eIVkX1?$|zvn^A=ITQUnU-~X)~)#d$6?zzZwr+dPOMfc zPu5O1UoD)OS`v62Z@EVle zq-+cE&d3756%gj}0Iq~ka#sWbdzx{V(2#I`4cT|>lr16o9TH5i7kPf<(XTG7O|mHs zs4IimV=x8aW};XK8OBmGO||H$YaxB-j=XbNuGUnsUf?P&spL{AIviF z2={KRh+Bf&P2EkCY%4m~uh8KjVik@5J+L#3xlaj;S{C4j(ob%?`c1VIE7(bTXN|#;sH%~N1G$2rR>7I723Bx1X;R{MHR~{DVa%! z{)7I{{*B5X$t2TRXiX`J!IG`(bIv`wx-ZW)Men(jTli^H*V;Hre_*@>N@Mh+ z@3>yq2CN0~(U0K1mVUI96>gpxU=GBRx#Cqw;y8^{9A{HZvMeDHy?nQ2Y6IgJe_Xsg zf4IIKkGNvip3$=pA8*HB|7bLC1Hbpt-PzkO{N%OLE6JH!*36aN)K`|XqR>j%Dff%p z*RGn!665cE0M*GpA;XNg_xUIH#Qn-?$IO*-5Ya_r{Cl3%=t)xIbq674_gWiu1S@EVu z=t-uceb8r$A1?gw*sO6f$T!dMDx;QKbA|*=$yG&>g2FWb+ueQF7scEkW+ycu@uc@x z=x+`y`pVj8tz$`1&`a@z_2)_RX6rvz{B}=0R)Qq{uLRgAU;SGRj;mRZUPj2p1{Nip+Nr20m?kOCs8i zp=}R-@rUoQj^LXk7)^)KhkH1`9bY^)B*S9=t6t(*1CC*yWHAZjB*XavLmEYS9E$=+ rezI8Hj<1%!YFfXu8ZpPO7X`@|i4Z9;f(aI!B#SKJm}NM^**y9S`6nT; diff --git a/tmp/cache/assets/E25/4C0/sprockets%2Fde2fd9fd11c04a582cdbbe3d84a35ae6 b/tmp/cache/assets/E25/4C0/sprockets%2Fde2fd9fd11c04a582cdbbe3d84a35ae6 deleted file mode 100644 index 6c1222b712a82dfd44e4a32f25c4c19451216348..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 423 zcmYk2&1=Fy5XIXfVim=nN-w2^+M8zcwQjZ)l%kNc-otcv6BqKaWLK&5|L(aP(?XAL z-pp^_Om9%rr!_P3Bz8xo>c&v|4(uQ(-BhMI-_q%d)un2L)`D-X5}!(1mC6dWUL(K= zo`T8ly&w!df&vsS5RR9~^XX`Hg5oHgo44!U;A@;XLso#+ecIn_6KA?JU?f{xwCTTI z*~(o}=aNB@DlmtxG-*HV4vjTdRUnboR@0Q`g1?rCbXZM!T|vTxj?ISW9Mg zWkh9Cb5_5jlS`-Dk!{PcH1ZGo=-c>nMCK^kdx(0323AHCp>FM{5LMnqlsDfGi8JET zZoQo0%t!_d^DHDd#7hE<1Bwv#I1c=Xco^&z=}9zN)>VshW^opL#1ZF90fBuWXF(K` Lh#?@zM+Eyn16z2J diff --git a/tmp/cache/assets/E35/5B0/sprockets%2Ffe7bce9bb779c38deb41a72def405d3b b/tmp/cache/assets/E35/5B0/sprockets%2Ffe7bce9bb779c38deb41a72def405d3b deleted file mode 100644 index 9ba7d5703cc8d44b1d9ba6fc18a51fcb8a91fc51..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 564 zcmYjOO=}x55N%5^sZB_8>LC!qQiFZ4t&jcCDwm`s0iWCZqLpTCg|)Pmw5B2S59U`z z&bl;02fa5l?~P_oPA$K_lR@v{XWwj@2`IlR1cbx<8K|MqSe>xpe zr42g79Ebp_5~2BuX_^*kfl{_4MS)3%`Q&yl+8&ZmFCR}%pU>CHShm9Z5g*+@tdooH zy-_WwyQm#THy;jEYd2bow(3OK4%E5m!`3>#eDnixc8D3Vg8|ZS&f2gNUAKzT5d7*< z?1h(3ck%tdcqwhuz_I8;S`)y8Dm-;Z>M|;{(K~2s-boB5<6Y4I46g{nWP#WM<6ngG z6my&}P{t7&awjdA&CtD`u9Jz<8}M)cOQx(;Of^Ib+%P3rp2dq021OXonzD}R-u6x& zdz#Lg-o))#Gn-#OkK_3}U&isYv#`~Eels2%FCF~u<5uDx-X>7Jx0ER@NnRIq4vI=i wD8@NTGf`sPNLFX-s>mQ2fr)@7zt0fHiml%!e7GKmC31hJgF0y`R|M*si- diff --git a/tmp/cache/assets/E3A/DD0/sprockets%2Ff23e7a1c7fc97a5dc57b3dcc8d6d58eb b/tmp/cache/assets/E3A/DD0/sprockets%2Ff23e7a1c7fc97a5dc57b3dcc8d6d58eb deleted file mode 100644 index c4906e477c6a312bca3af245b451d9c0f33a09b6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 566 zcmYjO!D<^Z5N%5^sZD5d>LF0VQiFYnEor^Gl5$B}67adbFIs8VR#;2hmDV(b{$W3= z(p!-7(Z%lNqrAM=e%E#o0+=Vv;CE{= zE3G4kS_dkEDOIdL({!~;g%EkZSn)!Tg2~DKUNt==AO5~SJAeJOPR6=XA&lhc@oAl0 zee0cRz&s##9NoP;K#kv6t(vk`aXUblsJ{aj!{Rv%$i<=P)DDJp^|kXpE>+tuksD%I zKC8V7y0b0DC({e<>l%(zSK7OXv}Js0kI*$zG^ie}cPAW!%6J#;f5k71PBGXSLa5%+9*Xe6jW0b!UXbyT6mWpfQ>UH z`lzS1@IoLpSB>x-sR64>`HquDN8H+e^vN{9QA1-1x`p8^TW8t0XEP|At5_Uc-#AyO zUn6eH7$$MRg4>)8Q!ACXk~=I+m1)Fu8EpEq)FcBoN=?;WWO; fJ>aj>e)JF0VX!>NmqTxLlon{8e||b&j?%$5Qjfya diff --git a/tmp/cache/sass/09284b0987c9e8ef2fe6c364122b77ade5544442/authors.css.scssc b/tmp/cache/sass/09284b0987c9e8ef2fe6c364122b77ade5544442/authors.css.scssc deleted file mode 100644 index e61a9c2b39dc8cd7c81ec466cff273b860aefc79..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 593 zcmbu6!AiqG5QZyA(6sg7P4F;yY6~W5G*vd2*y6#9h|NWMkj?JYENpf|cB2H}N_;@K z0l{;<4KwrqGvCZrFc0DgCd-Bj)xi?2?WTTl8}S6USj5{!5+_lDH!&}6;(~7%5ua}v zjjxkMQuv2Qnw+hvF@)p|A|cOO+egjOCnp&zh2#yYji<@^-=>wWDpY;nkPNeTDqGxm z4;KgD;S8Q6We8MCuqA@AokRl-N@|gV)qVD^wWV$hFs*E(rNjnGY%uU)26>4cdN(_jfN!{`&^)`Jh6bg@wGhOe7na_bcjm4_o5jp0s iF#I30)9=gdqkdwinEMM||MBx?`}c~Z(er~+MbmavkGqCvTJ6uJCcv{6-svacJGVe&>ri(BXZ z>gda#!K0uIfeHbpM9`)asG&hY4HjTjA7wuP4NOVXC?T+c5*zefm_b%z2k+bhXlqnO z4QH0tL5{#B6K!ERTmr3YVKas+=`pSQ)@RiMqY_$;upbyE=_XC5J)1yjOig@W+r+h? z^3}6r_%QPw;@o9qlxQxj6(0~c5vnbM*xB}PE|EKAoTz&Lnf@5q-59Luy^@vw^!T2EgF4)w3B zmn4d=o|*ft{odYTZ*TX-^XJW0x7~7kWUq73BnQ32cGq>B!)EtI(`lJsmKnN#?1Ujg zCjlV{{lr-Gmbt`4i*~n9JvSi!=|Wa$l5GUVCa!psw|}*W~E+xWI+6=0#^FYAZ0qPoS-G~TR3#OqzM8Z^$9fqi5~R`mpvJ#u2BQuwQI>=FY|&(-zvcR8Y8P zbc;3WII)4_ed7IqBjqu@J|j04b*J8z8%w&H+jC=Cabp2L%Fv-a3?yOGBrv8sGm#f4 zucT=J6MFWc3tK8ljnzEihXFZz_K%!_ zaay|WFe-;mNjML60$+QlidpeULGwUC0~W7Opj3A0g@E^_(IJ)>w0@jG2FhV#&;B_c z2;at>T;JM(O2Kott*srWD{6%a#{ha-W`enJjFs%d&_P0%2Q$sp|?h1l|B0x zm?H<%b%PYcn@UABZCt!IQ8FHA#9bKx&#B+&uqa{!0cTQ$R9eMB>xuG`HTKfu2`^Ra zK7+#LCUG3CXAwGb)!F7#N@}#8pbDpgi9P%8c%U6GFC>}gP^J6gsQEGJYjv*r#9`JY z6V5Ja)ITFZz=BZdxrTwUht`CXCsxDaH4pmMcMoWQ{F914Bz~(>sby& z{GC?DKGl^~T^bHOCsV?j@P6@%^5!#z^428Ebph=e`2cEthu^rHpj=m6S<7Etqu-@b zhKW7b<|xM_1Kw!kfPP8csIT7#b8o-+LTu~6%y(GeiYR_EE+RQDpH*{rF z+bXnAmfKGbA2q3|WfEhp6Fr^jxxY95y}Dlh334@Y2=+kd^*r-lM9+JoyO9 zSG1=q%4f*xKJYF6--1B_lKZ;C=~ZZPusP7x%*zy`?o!+;iQnmON4#4xkJsqmXw~*d z0}?pU*Ek#bG=d(+(Pl}SjMi;5_3Fw>o??$c*AYTJiiZh zyNXC$F6QuaUDGujuGG7QHSh~vTVBpeS{PHxFC>o3nVNk=nIq5gpw$9RiM%WYg-Z4* zT}nT1ar#EU#GdAED8Ltxu+@wMv9#pL@fAOalO3$lOqsUcgAWKH0;-%T?Iz z2qiIA@DAXD$+J&<9772&D87gbh^I{EvjRTXDO|Jli6aGdzgRa}$18PO4Xmt}OI7hI z4t)@lYPfg1X(h0 ONcxEI!JE}GF8l{ha?VNs diff --git a/tmp/cache/sass/09284b0987c9e8ef2fe6c364122b77ade5544442/styles.css.scssc b/tmp/cache/sass/09284b0987c9e8ef2fe6c364122b77ade5544442/styles.css.scssc deleted file mode 100644 index accc8f37bdc70cd0d033f545dacab557ecd6e35b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2988 zcmb7GOK;mo5VnhgAt~8TlqP;8wzpQ|x_d+yh^z?&VKrWju(jA8t%5ZTWnU@l(u z{2>p6ghkzoz}xdipJ>8qFJ#iNf?Y47BX+r0ixWPg$>iD>p-3!jeY}Eq>@H3O-q7wH zKjCqP@ds();EH!c!!c{Xf@WEg-aFV%SiqP6!tMaViR8-Zfr)xV!+1!!1)w317%Wyi z5ocUP>HQL{2V^lrQ0$ z7tQ5!vyl0jNM!t@5$&))#w_xg4QG$osK=7DYvoLJa^tC;MYiPo`XX3| zkK&L`t!!=edeQ1*$VM#69AX!PUQ_I+G4)vkZf!%}`aEPhB};Ix3;C4ndYk#L)qS$S z%P)zDWiqQ8{Y8)ZzYh{Ij)HeOnLrPz3jC^=#;Fb_ z>?CG*jR(LW?{k(+&m(p61`c=vz~=6iJ{|E;2?C(WTLrW8i6sGz=#S_p7T&Oo`>;HR zA_!Fo`{cU?Kq zT;-V|!=%sVqd}1iE!BriT63xC2`KQS=;uTt(zHJGm05UhxT+bh)U6h2s~q|vqZ+xK zJG`}6m>)uDpSD(|JAtCyD&#pD+lnV};QZ_81bHmU%744Am!Ejm+ zCM#B>1YolWup(|)(htRLk=)9V2T(I5I9rC^^#@X1tNT!*FqKTkzQF7HBCnT$A$7Hg zQ{&t7#KOi~z6WN_!h&g)*PMIH1H)rZt$lX#w&X%PMPe#2(FR;IkV8}&h>kN+g0fpg zS(`P~BEe3*-|v^;pdwB+ra=I`tq8K(YQ%Tw82*(YeOpATJXTBJq$1=2Y64m>gb`2z zw^xK)(=@%yL|lx`k+GHF)FqC}-eOIzDE&agR^H|6AwL+cRHas?J~h5SuN2sL%YVaJ zX0g!L@&=Hn`AbEpn*K~|Pfc?EKM4nhgnd&)FvBwj9|bgn&#JHfS$&}HyLvE&B2qWEih&*%FN0h%RX^fzXrH9rX zxT}hkPiAC5giu}bnaK=Bd8H^zHBK;EQ2h*6W>Wji0s(P7c8$5*&pecJ<(H_|_P;3N B?g{_^ diff --git a/tmp/cache/sass/09284b0987c9e8ef2fe6c364122b77ade5544442/tags.css.scssc b/tmp/cache/sass/09284b0987c9e8ef2fe6c364122b77ade5544442/tags.css.scssc deleted file mode 100644 index 9a9e846963c8716c8e0da16701f94f34d58e94cb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 587 zcmbu6O-sW-5QY^bXxe)4CU_V;wFQ%=_RH-hw0Q6$VsnumWU`r>h0SirZj|7U691vw zfZ(~_hM9TanP=uUh=TD5`l||sYG6gyHUmGMO;f&0`QmQ6n?#5+ilW6l8jWu!DedMw zo#QUU*~mXR)$DSE#xRytM2tOaZ69?;K0A+jE@W1b+IpH@{cT$7q9E1wbyz2UM_JR> zd$>OS4u|k0krSYlU~>Xv8%YK#l4vOdtJ|!_Hv?QNTWKk&f}AP}d>BHKQv)BuiLti2 zKr6U&Y9J*Lipx549zp?@rF0c5vcDf3x0f2CX-P+}e_bp>c&9 ziRvxjx(Hzydd#~|ST{C8IwEnz{8;Kb8!f$U8w*9kW4&0H`(ftu$lb+KQSNaZ@K+fA g1K5cV1$NQ{fPHUymMpuD=pxS1y#9VTS@z=24-e12&Hw-a diff --git a/tmp/pids/server.pid b/tmp/pids/server.pid deleted file mode 100644 index b6640f8..0000000 --- a/tmp/pids/server.pid +++ /dev/null @@ -1 +0,0 @@ -67808 \ No newline at end of file From f4f24596f710dbe480139677e2b43791f5160189 Mon Sep 17 00:00:00 2001 From: Chip Castle Date: Mon, 3 Sep 2012 09:05:00 -0500 Subject: [PATCH 06/16] Ignored tmp files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cb3b90f..3cb7f54 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ log *.log +tmp/**/* From b89936e5466ddbcb666fac58de7b50510b5ea2c3 Mon Sep 17 00:00:00 2001 From: Chip Castle Date: Mon, 3 Sep 2012 09:33:15 -0500 Subject: [PATCH 07/16] Removed sqlite files --- db/development.sqlite3 | Bin 13312 -> 0 bytes db/test.sqlite3 | 0 2 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 db/development.sqlite3 delete mode 100644 db/test.sqlite3 diff --git a/db/development.sqlite3 b/db/development.sqlite3 deleted file mode 100644 index 1e99f5d71a59fd8de1900f8ee347e5213992de8c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 13312 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 TV-UIo5rp0mB(4WpQ?&mAWrC5G diff --git a/db/test.sqlite3 b/db/test.sqlite3 deleted file mode 100644 index e69de29..0000000 From 681792daac84af9e40296719a91efd8ae9133778 Mon Sep 17 00:00:00 2001 From: Chip Castle Date: Mon, 3 Sep 2012 09:33:44 -0500 Subject: [PATCH 08/16] Ignored sqlite files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3cb7f54..c9ff560 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ log *.log tmp/**/* +db/*.sqlite3 From dfb9050d38bfe9d3be5befec44fb3d15e1710a4c Mon Sep 17 00:00:00 2001 From: Chip Castle Date: Mon, 3 Sep 2012 09:34:40 -0500 Subject: [PATCH 09/16] Added shoulda-matchers for specs --- Gemfile | 1 + Gemfile.lock | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index 398184d..95cf708 100644 --- a/Gemfile +++ b/Gemfile @@ -17,4 +17,5 @@ gem 'sorcery' group :test do gem 'rspec-rails' + gem 'shoulda-matchers' end diff --git a/Gemfile.lock b/Gemfile.lock index 0895c2c..09d99cb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -115,6 +115,8 @@ GEM railties (~> 3.2.0) sass (>= 3.1.10) tilt (~> 1.3) + shoulda-matchers (1.3.0) + activesupport (>= 3.0.0) sorcery (0.7.13) bcrypt-ruby (~> 3.0.0) oauth (~> 0.4.4) @@ -144,6 +146,7 @@ DEPENDENCIES rails (= 3.2.7) rspec-rails sass-rails (~> 3.2.3) + shoulda-matchers sorcery sqlite3 uglifier (>= 1.0.3) From ee7d0e551db7f374fdc018ac8846f5b4da1d2843 Mon Sep 17 00:00:00 2001 From: Chip Castle Date: Mon, 3 Sep 2012 09:35:13 -0500 Subject: [PATCH 10/16] Reformatted Article model file --- app/models/article.rb | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/app/models/article.rb b/app/models/article.rb index 728e6b7..d9320cf 100644 --- a/app/models/article.rb +++ b/app/models/article.rb @@ -5,25 +5,21 @@ class Article < ActiveRecord::Base has_many :tags, :through => :taggings has_attached_file :image - def tag_list self.tags.collect do |tag| tag.name end.join(", ") end - - - def tag_list=(tags_string) self.taggings.destroy_all tag_names = tags_string.split(",").collect{|s| s.strip.downcase}.uniq tag_names.each do |tag_name| - tag = Tag.find_or_create_by_name(tag_name) - tagging = self.taggings.new - tagging.tag_id = tag.id + tag = Tag.find_or_create_by_name(tag_name) + tagging = self.taggings.new + tagging.tag_id = tag.id + end end end -end \ No newline at end of file From 4f2480fa68a9ce5a7f7f1f6284ee14d2ad3f165e Mon Sep 17 00:00:00 2001 From: Chip Castle Date: Mon, 3 Sep 2012 09:39:54 -0500 Subject: [PATCH 11/16] Added Article specs for associations --- spec/models/article_spec.rb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 spec/models/article_spec.rb diff --git a/spec/models/article_spec.rb b/spec/models/article_spec.rb new file mode 100644 index 0000000..4007527 --- /dev/null +++ b/spec/models/article_spec.rb @@ -0,0 +1,9 @@ +require 'spec_helper' + +describe Article do + describe "Associations" do + it { should have_many(:comments) } + it { should have_many(:taggings) } + it { should have_many(:tags) } + end +end From bc13d39c32488314360e0f5c90a7a81c84934be1 Mon Sep 17 00:00:00 2001 From: Chip Castle Date: Mon, 3 Sep 2012 09:40:53 -0500 Subject: [PATCH 12/16] Removed unnecessary comment in Author model --- app/models/author.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/models/author.rb b/app/models/author.rb index 19609d2..0eec46f 100644 --- a/app/models/author.rb +++ b/app/models/author.rb @@ -1,6 +1,5 @@ class Author < ActiveRecord::Base authenticates_with_sorcery! - #attr_accessible :crypted_password, :email, :salt, :username attr_accessible :username, :email, :password, :password_confirmation validates_confirmation_of :password, :message => "should match confirmation", :if => :password From 9a994d4779b6d5e2d0964c087ae48daa9151abb5 Mon Sep 17 00:00:00 2001 From: Chip Castle Date: Mon, 3 Sep 2012 09:41:55 -0500 Subject: [PATCH 13/16] Added initial specs for Comment model associations --- app/models/comment.rb | 1 - spec/models/comment_spec.rb | 7 +++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 spec/models/comment_spec.rb diff --git a/app/models/comment.rb b/app/models/comment.rb index 8854247..9b01929 100644 --- a/app/models/comment.rb +++ b/app/models/comment.rb @@ -1,5 +1,4 @@ class Comment < ActiveRecord::Base - attr_accessible :author_name, :body belongs_to :article diff --git a/spec/models/comment_spec.rb b/spec/models/comment_spec.rb new file mode 100644 index 0000000..4e5f548 --- /dev/null +++ b/spec/models/comment_spec.rb @@ -0,0 +1,7 @@ +require 'spec_helper' + +describe Comment do + describe "Associations" do + it { should belong_to(:article) } + end +end From 0aaa8db9eccd5342599b03fc261330850fb416b7 Mon Sep 17 00:00:00 2001 From: Chip Castle Date: Mon, 3 Sep 2012 09:42:35 -0500 Subject: [PATCH 14/16] Removed unnecessary relationship in Tags controller --- app/controllers/tags_controller.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/controllers/tags_controller.rb b/app/controllers/tags_controller.rb index b14b449..a7cb489 100644 --- a/app/controllers/tags_controller.rb +++ b/app/controllers/tags_controller.rb @@ -1,5 +1,4 @@ class TagsController < ApplicationController - has_many :taggings, :dependant => :destroy def index @articles = Article.all end @@ -7,6 +6,4 @@ def index def show @tag = Tag.find(params[:id]) end - - end From 2ca07f20fad640f7db9354f5a9a7c252370f4852 Mon Sep 17 00:00:00 2001 From: Chip Castle Date: Mon, 3 Sep 2012 09:45:35 -0500 Subject: [PATCH 15/16] Added initial specs for Tag model associations --- app/models/tag.rb | 2 +- spec/models/tag_spec.rb | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 spec/models/tag_spec.rb diff --git a/app/models/tag.rb b/app/models/tag.rb index 3b2512c..c7fc82c 100644 --- a/app/models/tag.rb +++ b/app/models/tag.rb @@ -4,6 +4,6 @@ class Tag < ActiveRecord::Base has_many :articles, :through => :taggings def to_s - name + name end end diff --git a/spec/models/tag_spec.rb b/spec/models/tag_spec.rb new file mode 100644 index 0000000..d627f57 --- /dev/null +++ b/spec/models/tag_spec.rb @@ -0,0 +1,8 @@ +require 'spec_helper' + +describe Tag do + describe "Associations" do + it { should have_many(:taggings) } + it { should have_many(:articles) } + end +end From 96b789eb04cba0d207026db2ef5f5e02cb060b56 Mon Sep 17 00:00:00 2001 From: Chip Castle Date: Mon, 3 Sep 2012 09:48:03 -0500 Subject: [PATCH 16/16] Added initial spec for Tagging model associations --- spec/models/tagging_spec.rb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 spec/models/tagging_spec.rb diff --git a/spec/models/tagging_spec.rb b/spec/models/tagging_spec.rb new file mode 100644 index 0000000..5e40c33 --- /dev/null +++ b/spec/models/tagging_spec.rb @@ -0,0 +1,8 @@ +require 'spec_helper' + +describe Tagging do + describe "Associations" do + it { should belong_to(:article) } + it { should belong_to(:tag) } + end +end