Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:04:18) [GET] Rendering subscriptions/new Completed in 6ms (View: 5, DB: 0) | 200 OK [http://localhost/] SQL (0.3ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (0.2ms) select sqlite_version(*) SQL (2.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  SQL (1.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") SQL (0.2ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (0.1ms) SELECT version FROM schema_migrations Migrating to CreateSubscriptions (20090604010213) SQL (0.5ms) CREATE TABLE "subscriptions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "created_at" datetime, "updated_at" datetime)  SQL (0.1ms) INSERT INTO schema_migrations (version) VALUES ('20090604010213') SQL (0.4ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (0.2ms) SELECT version FROM schema_migrations SQL (0.2ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (0.1ms) PRAGMA index_list("subscriptions") Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:05:23) [GET] Rendering subscriptions/new Completed in 34ms (View: 33, DB: 0) | 200 OK [http://localhost/] Processing SubscriptionsController#create (for 127.0.0.1 at 2009-06-03 21:06:53) [POST] Parameters: {"commit"=>"Sign Up", "authenticity_token"=>"E+dem2JLlclJsPAX9lkU/SdcB0d4EEO2K4vOcoA165E=", "subscription"=>{"email"=>"mike@icculus.org"}} Subscription Create (0.6ms) INSERT INTO "subscriptions" ("updated_at", "email", "created_at") VALUES('2009-06-04 01:06:53', 'mike@icculus.org', '2009-06-04 01:06:53') NoMethodError (undefined method `new_url' for #): app/controllers/subscriptions_controller.rb:8:in `create' haml (2.0.4) lib/sass/plugin/rails.rb:19:in `process' Rendered rescues/_trace (88.2ms) Rendered rescues/_request_and_response (14.5ms) Rendering rescues/layout (internal_server_error) Processing SubscriptionsController#create (for 127.0.0.1 at 2009-06-03 21:07:17) [POST] Parameters: {"commit"=>"Sign Up", "authenticity_token"=>"E+dem2JLlclJsPAX9lkU/SdcB0d4EEO2K4vOcoA165E=", "subscription"=>{"email"=>"mike@icculus.org"}} Subscription Create (0.4ms) INSERT INTO "subscriptions" ("updated_at", "email", "created_at") VALUES('2009-06-04 01:07:17', 'mike@icculus.org', '2009-06-04 01:07:17') NoMethodError (undefined method `new_url' for #): app/controllers/subscriptions_controller.rb:11:in `create' haml (2.0.4) lib/sass/plugin/rails.rb:19:in `process' Rendered rescues/_trace (33.5ms) Rendered rescues/_request_and_response (0.3ms) Rendering rescues/layout (internal_server_error) Processing SubscriptionsController#create (for 127.0.0.1 at 2009-06-03 21:07:26) [POST] Parameters: {"commit"=>"Sign Up", "authenticity_token"=>"E+dem2JLlclJsPAX9lkU/SdcB0d4EEO2K4vOcoA165E=", "subscription"=>{"email"=>"mike@icculus.org"}} Subscription Create (0.4ms) INSERT INTO "subscriptions" ("updated_at", "email", "created_at") VALUES('2009-06-04 01:07:26', 'mike@icculus.org', '2009-06-04 01:07:26') Redirected to http://localhost:3000/subscriptions/new Completed in 10ms (DB: 0) | 302 Found [http://localhost/subscriptions] Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:07:26) [GET] Rendering subscriptions/new Completed in 13ms (View: 10, DB: 0) | 200 OK [http://localhost/subscriptions/new] SQL (0.2ms) SELECT count(*) AS count_all FROM "subscriptions"  Processing SubscriptionsController#create (for 127.0.0.1 at 2009-06-03 21:07:56) [POST] Parameters: {"commit"=>"Sign Up", "authenticity_token"=>"E+dem2JLlclJsPAX9lkU/SdcB0d4EEO2K4vOcoA165E=", "subscription"=>{"email"=>"mike@icculus.org"}} Subscription Create (0.4ms) INSERT INTO "subscriptions" ("updated_at", "email", "created_at") VALUES('2009-06-04 01:07:56', 'mike@icculus.org', '2009-06-04 01:07:56') Redirected to http://localhost:3000/subscriptions/new Completed in 9ms (DB: 0) | 302 Found [http://localhost/subscriptions] Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:07:56) [GET] Rendering subscriptions/new Completed in 6ms (View: 5, DB: 0) | 200 OK [http://localhost/subscriptions/new] Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:09:00) [GET] Rendering subscriptions/new Completed in 7ms (View: 5, DB: 0) | 200 OK [http://localhost/subscriptions/new] Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:10:30) [GET] Rendering subscriptions/new ActionView::TemplateError (Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id) on line #7 of app/views/subscriptions/new.haml: 4: - if flash[:notice] 5: %p.notice= flash[:notice] 6: 7: - form_for @subscription do |f| 8: = f.error_messages # :header_message => "Hold Up...", :message => "We had some problems registering your account:" 9: = f.text_field :email 10: = submit_tag "Sign Up" haml (2.0.4) lib/haml/helpers/action_view_mods.rb:169:in `form_for' app/views/subscriptions/new.haml:7:in `_run_haml_app47views47subscriptions47new46haml' haml (2.0.4) lib/haml/helpers/action_view_mods.rb:14:in `render' haml (2.0.4) lib/sass/plugin/rails.rb:19:in `process' Rendered rescues/_trace (100.5ms) Rendered rescues/_request_and_response (0.3ms) Rendering rescues/layout (internal_server_error) Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:10:49) [GET] Rendering subscriptions/new ActionView::TemplateError (Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id) on line #7 of app/views/subscriptions/new.haml: 4: - if flash[:notice] 5: %p.notice= flash[:notice] 6: 7: - form_for @subscription do |f| 8: = f.error_messages # :header_message => "Hold Up...", :message => "We had some problems registering your account:" 9: = f.text_field :email 10: = submit_tag "Sign Up" haml (2.0.4) lib/haml/helpers/action_view_mods.rb:169:in `form_for' app/views/subscriptions/new.haml:7:in `_run_haml_app47views47subscriptions47new46haml' haml (2.0.4) lib/haml/helpers/action_view_mods.rb:14:in `render' haml (2.0.4) lib/sass/plugin/rails.rb:19:in `process' Rendered rescues/_trace (40.2ms) Rendered rescues/_request_and_response (0.3ms) Rendering rescues/layout (internal_server_error) Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:12:43) [GET] Rendering subscriptions/new Completed in 9ms (View: 5, DB: 0) | 200 OK [http://localhost/subscriptions/new] Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:12:59) [GET] Rendering subscriptions/new Completed in 6ms (View: 2, DB: 0) | 200 OK [http://localhost/subscriptions/new] Processing ApplicationController#new (for 127.0.0.1 at 2009-06-03 21:13:01) [GET] NoMethodError (undefined method `camelize' for :subscriptions:Symbol): /!\ FAILSAFE /!\ Wed Jun 03 21:13:01 -0400 2009 Status: 500 Internal Server Error ActionView::TemplateError (undefined method `humanize' for :subscriptions:Symbol) in /Library/Ruby/Gems/1.8/gems/actionpack-2.3.2/lib/action_controller/templates/rescues/diagnostics.erb: haml (2.0.4) lib/haml/helpers/action_view_mods.rb:14:in `render' haml (2.0.4) lib/sass/plugin/rails.rb:19:in `process' In /library/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/templates/rescues/diagnostics.erb haml (2.0.4) lib/haml/helpers/action_view_mods.rb:14:in `render' haml (2.0.4) lib/sass/plugin/rails.rb:19:in `process' Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:13:18) [GET] Rendering subscriptions/new Completed in 6ms (View: 2, DB: 0) | 200 OK [http://localhost/] Processing SubscriptionsController#create (for 127.0.0.1 at 2009-06-03 21:13:24) [POST] Parameters: {"commit"=>"Sign Up", "authenticity_token"=>"E+dem2JLlclJsPAX9lkU/SdcB0d4EEO2K4vOcoA165E=", "subscription"=>{"email"=>"mike@icculus.org"}} Subscription Exists (0.2ms) SELECT "subscriptions".id FROM "subscriptions" WHERE ("subscriptions"."email" = 'mike@icculus.org') LIMIT 1 Rendering subscriptions/new Completed in 10ms (View: 2, DB: 0) | 200 OK [http://localhost/subscriptions] Processing SubscriptionsController#create (for 127.0.0.1 at 2009-06-03 21:13:38) [POST] Parameters: {"commit"=>"Sign Up", "authenticity_token"=>"E+dem2JLlclJsPAX9lkU/SdcB0d4EEO2K4vOcoA165E=", "subscription"=>{"email"=>"mike@icculus.org"}} Subscription Exists (0.2ms) SELECT "subscriptions".id FROM "subscriptions" WHERE ("subscriptions"."email" = 'mike@icculus.org') LIMIT 1 Rendering subscriptions/new Completed in 10ms (View: 2, DB: 0) | 200 OK [http://localhost/subscriptions] Processing SubscriptionsController#create (for 127.0.0.1 at 2009-06-03 21:13:47) [POST] Parameters: {"commit"=>"Sign Up", "authenticity_token"=>"E+dem2JLlclJsPAX9lkU/SdcB0d4EEO2K4vOcoA165E=", "subscription"=>{"email"=>"mike@icculus.org"}} Subscription Exists (0.2ms) SELECT "subscriptions".id FROM "subscriptions" WHERE ("subscriptions"."email" = 'mike@icculus.org') LIMIT 1 Rendering subscriptions/new Completed in 10ms (View: 2, DB: 0) | 200 OK [http://localhost/subscriptions] Processing SubscriptionsController#create (for 127.0.0.1 at 2009-06-03 21:14:10) [POST] Parameters: {"commit"=>"Sign Up", "authenticity_token"=>"E+dem2JLlclJsPAX9lkU/SdcB0d4EEO2K4vOcoA165E=", "subscription"=>{"email"=>"mike@icculus.org"}} Subscription Exists (0.2ms) SELECT "subscriptions".id FROM "subscriptions" WHERE ("subscriptions"."email" = 'mike@icculus.org') LIMIT 1 Rendering subscriptions/new Completed in 12ms (View: 5, DB: 0) | 200 OK [http://localhost/subscriptions] Processing SubscriptionsController#create (for 127.0.0.1 at 2009-06-03 21:14:37) [POST] Parameters: {"commit"=>"Sign Up", "authenticity_token"=>"E+dem2JLlclJsPAX9lkU/SdcB0d4EEO2K4vOcoA165E=", "subscription"=>{"email"=>"mike@icculus.org"}} Subscription Exists (0.2ms) SELECT "subscriptions".id FROM "subscriptions" WHERE ("subscriptions"."email" = 'mike@icculus.org') LIMIT 1 Rendering subscriptions/new Completed in 15ms (View: 5, DB: 0) | 200 OK [http://localhost/subscriptions] Processing SubscriptionsController#create (for 127.0.0.1 at 2009-06-03 21:16:56) [POST] Parameters: {"commit"=>"Sign Up", "authenticity_token"=>"E+dem2JLlclJsPAX9lkU/SdcB0d4EEO2K4vOcoA165E=", "subscription"=>{"email"=>"mike"}} Subscription Exists (0.1ms) SELECT "subscriptions".id FROM "subscriptions" WHERE ("subscriptions"."email" = 'mike') LIMIT 1 Rendering subscriptions/new Completed in 10ms (View: 2, DB: 0) | 200 OK [http://localhost/subscriptions] Processing SubscriptionsController#create (for 127.0.0.1 at 2009-06-03 21:17:24) [POST] Parameters: {"commit"=>"Sign Up", "authenticity_token"=>"E+dem2JLlclJsPAX9lkU/SdcB0d4EEO2K4vOcoA165E=", "subscription"=>{"email"=>"mike"}} Subscription Exists (0.1ms) SELECT "subscriptions".id FROM "subscriptions" WHERE ("subscriptions"."email" = 'mike') LIMIT 1 Rendering subscriptions/new Completed in 72ms (View: 64, DB: 0) | 200 OK [http://localhost/subscriptions] Processing SubscriptionsController#create (for 127.0.0.1 at 2009-06-03 21:17:37) [POST] Parameters: {"commit"=>"Sign Up", "authenticity_token"=>"E+dem2JLlclJsPAX9lkU/SdcB0d4EEO2K4vOcoA165E=", "subscription"=>{"email"=>"mike"}} Subscription Exists (0.1ms) SELECT "subscriptions".id FROM "subscriptions" WHERE ("subscriptions"."email" = 'mike') LIMIT 1 Rendering subscriptions/new Completed in 14ms (View: 5, DB: 0) | 200 OK [http://localhost/subscriptions] Processing SubscriptionsController#create (for 127.0.0.1 at 2009-06-03 21:17:58) [POST] Parameters: {"commit"=>"Sign Up", "authenticity_token"=>"E+dem2JLlclJsPAX9lkU/SdcB0d4EEO2K4vOcoA165E=", "subscription"=>{"email"=>"mike"}} Subscription Exists (0.1ms) SELECT "subscriptions".id FROM "subscriptions" WHERE ("subscriptions"."email" = 'mike') LIMIT 1 Rendering subscriptions/new Completed in 10ms (View: 2, DB: 0) | 200 OK [http://localhost/subscriptions] Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:18:02) [GET] Rendering subscriptions/new Completed in 6ms (View: 2, DB: 0) | 200 OK [http://localhost/] Processing SubscriptionsController#create (for 127.0.0.1 at 2009-06-03 21:18:03) [POST] Parameters: {"commit"=>"Sign Up", "authenticity_token"=>"E+dem2JLlclJsPAX9lkU/SdcB0d4EEO2K4vOcoA165E=", "subscription"=>{"email"=>""}} Subscription Exists (0.1ms) SELECT "subscriptions".id FROM "subscriptions" WHERE ("subscriptions"."email" = '') LIMIT 1 Rendering subscriptions/new Completed in 10ms (View: 2, DB: 0) | 200 OK [http://localhost/subscriptions] Processing SubscriptionsController#create (for 127.0.0.1 at 2009-06-03 21:18:06) [POST] Parameters: {"commit"=>"Sign Up", "authenticity_token"=>"E+dem2JLlclJsPAX9lkU/SdcB0d4EEO2K4vOcoA165E=", "subscription"=>{"email"=>"mike@icculus.org"}} Subscription Exists (0.2ms) SELECT "subscriptions".id FROM "subscriptions" WHERE ("subscriptions"."email" = 'mike@icculus.org') LIMIT 1 Rendering subscriptions/new Completed in 10ms (View: 2, DB: 0) | 200 OK [http://localhost/subscriptions] Processing SubscriptionsController#create (for 127.0.0.1 at 2009-06-03 21:18:09) [POST] Parameters: {"commit"=>"Sign Up", "authenticity_token"=>"E+dem2JLlclJsPAX9lkU/SdcB0d4EEO2K4vOcoA165E=", "subscription"=>{"email"=>"mike@icculus"}} Subscription Exists (0.1ms) SELECT "subscriptions".id FROM "subscriptions" WHERE ("subscriptions"."email" = 'mike@icculus') LIMIT 1 Rendering subscriptions/new Completed in 10ms (View: 2, DB: 0) | 200 OK [http://localhost/subscriptions] Processing SubscriptionsController#create (for 127.0.0.1 at 2009-06-03 21:18:13) [POST] Parameters: {"commit"=>"Sign Up", "authenticity_token"=>"E+dem2JLlclJsPAX9lkU/SdcB0d4EEO2K4vOcoA165E=", "subscription"=>{"email"=>"heyo"}} Subscription Exists (0.1ms) SELECT "subscriptions".id FROM "subscriptions" WHERE ("subscriptions"."email" = 'heyo') LIMIT 1 Rendering subscriptions/new Completed in 10ms (View: 2, DB: 0) | 200 OK [http://localhost/subscriptions] Processing SubscriptionsController#create (for 127.0.0.1 at 2009-06-03 21:18:22) [POST] Parameters: {"commit"=>"Sign Up", "authenticity_token"=>"E+dem2JLlclJsPAX9lkU/SdcB0d4EEO2K4vOcoA165E=", "subscription"=>{"email"=>"mike@icculus.org"}} Subscription Exists (0.2ms) SELECT "subscriptions".id FROM "subscriptions" WHERE ("subscriptions"."email" = 'mike@icculus.org') LIMIT 1 Rendering subscriptions/new Completed in 11ms (View: 2, DB: 0) | 200 OK [http://localhost/subscriptions] Processing SubscriptionsController#create (for 127.0.0.1 at 2009-06-03 21:18:57) [POST] Parameters: {"commit"=>"Sign Up", "authenticity_token"=>"E+dem2JLlclJsPAX9lkU/SdcB0d4EEO2K4vOcoA165E=", "subscription"=>{"email"=>"mike@icculus.org"}} Subscription Exists (0.2ms) SELECT "subscriptions".id FROM "subscriptions" WHERE ("subscriptions"."email" = 'mike@icculus.org') LIMIT 1 Rendering subscriptions/new Completed in 13ms (View: 5, DB: 0) | 200 OK [http://localhost/subscriptions] Processing SubscriptionsController#create (for 127.0.0.1 at 2009-06-03 21:19:34) [POST] Parameters: {"commit"=>"Sign Up", "authenticity_token"=>"E+dem2JLlclJsPAX9lkU/SdcB0d4EEO2K4vOcoA165E=", "subscription"=>{"email"=>"mike@icculus.org"}} Subscription Exists (0.2ms) SELECT "subscriptions".id FROM "subscriptions" WHERE ("subscriptions"."email" = 'mike@icculus.org') LIMIT 1 Rendering subscriptions/new Completed in 14ms (View: 5, DB: 0) | 200 OK [http://localhost/subscriptions] Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:19:37) [GET] Rendering subscriptions/new Completed in 6ms (View: 2, DB: 0) | 200 OK [http://localhost/] Processing SubscriptionsController#create (for 127.0.0.1 at 2009-06-03 21:19:38) [POST] Parameters: {"commit"=>"Sign Up", "authenticity_token"=>"E+dem2JLlclJsPAX9lkU/SdcB0d4EEO2K4vOcoA165E=", "subscription"=>{"email"=>""}} Subscription Exists (0.1ms) SELECT "subscriptions".id FROM "subscriptions" WHERE ("subscriptions"."email" = '') LIMIT 1 Rendering subscriptions/new Completed in 10ms (View: 2, DB: 0) | 200 OK [http://localhost/subscriptions] Processing SubscriptionsController#create (for 127.0.0.1 at 2009-06-03 21:19:52) [POST] Parameters: {"commit"=>"Sign Up", "authenticity_token"=>"E+dem2JLlclJsPAX9lkU/SdcB0d4EEO2K4vOcoA165E=", "subscription"=>{"email"=>""}} Subscription Exists (0.2ms) SELECT "subscriptions".id FROM "subscriptions" WHERE ("subscriptions"."email" = '') LIMIT 1 Rendering subscriptions/new Completed in 15ms (View: 5, DB: 0) | 200 OK [http://localhost/subscriptions] Processing SubscriptionsController#create (for 127.0.0.1 at 2009-06-03 21:20:33) [POST] Parameters: {"commit"=>"Sign Up", "authenticity_token"=>"E+dem2JLlclJsPAX9lkU/SdcB0d4EEO2K4vOcoA165E=", "subscription"=>{"email"=>""}} Subscription Exists (0.1ms) SELECT "subscriptions".id FROM "subscriptions" WHERE ("subscriptions"."email" = '') LIMIT 1 Rendering subscriptions/new Completed in 13ms (View: 5, DB: 0) | 200 OK [http://localhost/subscriptions] Processing SubscriptionsController#create (for 127.0.0.1 at 2009-06-03 21:20:40) [POST] Parameters: {"commit"=>"Sign Up", "authenticity_token"=>"E+dem2JLlclJsPAX9lkU/SdcB0d4EEO2K4vOcoA165E=", "subscription"=>{"email"=>""}} Subscription Exists (0.1ms) SELECT "subscriptions".id FROM "subscriptions" WHERE ("subscriptions"."email" = '') LIMIT 1 Rendering subscriptions/new Completed in 13ms (View: 5, DB: 0) | 200 OK [http://localhost/subscriptions] Processing SubscriptionsController#create (for 127.0.0.1 at 2009-06-03 21:20:42) [POST] Parameters: {"commit"=>"Sign Up", "authenticity_token"=>"E+dem2JLlclJsPAX9lkU/SdcB0d4EEO2K4vOcoA165E=", "subscription"=>{"email"=>""}} Subscription Exists (0.1ms) SELECT "subscriptions".id FROM "subscriptions" WHERE ("subscriptions"."email" = '') LIMIT 1 Rendering subscriptions/new Completed in 13ms (View: 5, DB: 0) | 200 OK [http://localhost/subscriptions] Processing SubscriptionsController#create (for 127.0.0.1 at 2009-06-03 21:20:45) [POST] Parameters: {"commit"=>"Sign Up", "authenticity_token"=>"E+dem2JLlclJsPAX9lkU/SdcB0d4EEO2K4vOcoA165E=", "subscription"=>{"email"=>""}} Subscription Exists (0.1ms) SELECT "subscriptions".id FROM "subscriptions" WHERE ("subscriptions"."email" = '') LIMIT 1 Rendering subscriptions/new Completed in 14ms (View: 4, DB: 0) | 200 OK [http://localhost/subscriptions] Processing SubscriptionsController#index (for 127.0.0.1 at 2009-06-03 21:20:52) [GET] Rendering subscriptions/index Completed in 4ms (View: 3, DB: 0) | 200 OK [http://localhost/subscriptions] Processing SubscriptionsController#index (for 127.0.0.1 at 2009-06-03 21:21:56) [GET] NoMethodError (undefined method `new_url' for #): app/controllers/subscriptions_controller.rb:14:in `index' haml (2.0.4) lib/sass/plugin/rails.rb:19:in `process' Rendered rescues/_trace (36.9ms) Rendered rescues/_request_and_response (0.2ms) Rendering rescues/layout (internal_server_error) Processing SubscriptionsController#index (for 127.0.0.1 at 2009-06-03 21:21:59) [GET] Redirected to http://localhost:3000new Completed in 1ms (DB: 0) | 302 Found [http://localhost/subscriptions] Processing SubscriptionsController#index (for 127.0.0.1 at 2009-06-03 21:22:01) [GET] Redirected to http://localhost:3000new Completed in 1ms (DB: 0) | 302 Found [http://localhost/subscriptions] Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:22:04) [GET] Rendering subscriptions/new Completed in 7ms (View: 2, DB: 0) | 200 OK [http://localhost/] Processing SubscriptionsController#index (for 127.0.0.1 at 2009-06-03 21:22:09) [GET] Redirected to http://localhost:3000new Completed in 1ms (DB: 0) | 302 Found [http://localhost/subscriptions] Processing SubscriptionsController#index (for 127.0.0.1 at 2009-06-03 21:22:14) [GET] Redirected to http://localhost:3000/subscriptions/new Completed in 2ms (DB: 0) | 302 Found [http://localhost/subscriptions] Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:22:14) [GET] Rendering subscriptions/new Completed in 6ms (View: 2, DB: 0) | 200 OK [http://localhost/subscriptions/new] Processing SubscriptionsController#index (for 127.0.0.1 at 2009-06-03 21:22:23) [GET] Redirected to http://localhost:3000/ Completed in 1ms (DB: 0) | 302 Found [http://localhost/subscriptions/] Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:22:23) [GET] Rendering subscriptions/new Completed in 7ms (View: 2, DB: 0) | 200 OK [http://localhost/] Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:24:03) [GET] Rendering subscriptions/new Completed in 9ms (View: 5, DB: 0) | 200 OK [http://localhost/] Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:25:18) [GET] Rendering subscriptions/new Completed in 10ms (View: 6, DB: 0) | 200 OK [http://localhost/] Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:25:30) [GET] Rendering subscriptions/new Completed in 71ms (View: 67, DB: 0) | 200 OK [http://localhost/] Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:25:52) [GET] Rendering subscriptions/new Completed in 12ms (View: 8, DB: 0) | 200 OK [http://localhost/] Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:25:54) [GET] Rendering subscriptions/new Completed in 14ms (View: 10, DB: 0) | 200 OK [http://localhost/] Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:25:59) [GET] Rendering subscriptions/new Completed in 15ms (View: 10, DB: 0) | 200 OK [http://localhost/] Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:26:01) [GET] Rendering subscriptions/new Completed in 79ms (View: 75, DB: 0) | 200 OK [http://localhost/] Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:26:05) [GET] Rendering subscriptions/new Completed in 16ms (View: 11, DB: 0) | 200 OK [http://localhost/] Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:26:33) [GET] Rendering subscriptions/new Completed in 12ms (View: 8, DB: 0) | 200 OK [http://localhost/] Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:26:47) [GET] Rendering subscriptions/new Completed in 13ms (View: 8, DB: 0) | 200 OK [http://localhost/] Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:26:55) [GET] Rendering subscriptions/new Completed in 15ms (View: 10, DB: 0) | 200 OK [http://localhost/] Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:28:31) [GET] Rendering subscriptions/new Completed in 13ms (View: 9, DB: 0) | 200 OK [http://localhost/] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:31:22) [GET] ActionController::RoutingError (No route matches "/logout" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:34:11) [GET] Rendering subscriptions/new Completed in 37ms (View: 32, DB: 0) | 200 OK [http://localhost/] Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:35:01) [GET] Rendering subscriptions/new Completed in 6ms (View: 2, DB: 0) | 200 OK [http://localhost/] Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:35:14) [GET] Rendering template within layouts/default Rendering subscriptions/new ActionView::TemplateError (undefined local variable or method `yeild' for #) on line #15 of app/views/layouts/default.haml: 12: = stylesheet_link_tag 'screen' 13: 14: %body 15: = yeild app/views/layouts/default.haml:15:in `_run_haml_app47views47layouts47default46haml' haml (2.0.4) lib/haml/helpers/action_view_mods.rb:14:in `render' haml (2.0.4) lib/haml/helpers/action_view_mods.rb:14:in `render' haml (2.0.4) lib/sass/plugin/rails.rb:19:in `process' Rendered rescues/_trace (95.4ms) Rendered rescues/_request_and_response (1.3ms) Rendering rescues/layout (internal_server_error) Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:35:20) [GET] Rendering template within layouts/default Rendering subscriptions/new Completed in 13ms (View: 9, DB: 0) | 200 OK [http://localhost/] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:35:20) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:35:37) [GET] Rendering template within layouts/default Rendering subscriptions/new Completed in 8ms (View: 4, DB: 0) | 200 OK [http://localhost/] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:35:37) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:37:21) [GET] Rendering template within layouts/default Rendering subscriptions/new Completed in 13ms (View: 9, DB: 0) | 200 OK [http://localhost/] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:37:22) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:37:29) [GET] Rendering template within layouts/default Rendering subscriptions/new Completed in 7ms (View: 3, DB: 0) | 200 OK [http://localhost/] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:37:29) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:37:35) [GET] Rendering template within layouts/default Rendering subscriptions/new Completed in 14ms (View: 10, DB: 0) | 200 OK [http://localhost/] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:37:35) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:38:02) [GET] Rendering template within layouts/default Rendering subscriptions/new Completed in 7ms (View: 3, DB: 0) | 200 OK [http://localhost/] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:38:02) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:40:09) [GET] Rendering template within layouts/default Rendering subscriptions/new Completed in 10ms (View: 5, DB: 0) | 200 OK [http://localhost/] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:40:09) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:40:22) [GET] Rendering template within layouts/default Rendering subscriptions/new Completed in 9ms (View: 4, DB: 0) | 200 OK [http://localhost/] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:40:22) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:40:28) [GET] Rendering template within layouts/default Rendering subscriptions/new Completed in 9ms (View: 3, DB: 0) | 200 OK [http://localhost/] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:40:28) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:40:57) [GET] Rendering template within layouts/default Rendering subscriptions/new Completed in 7ms (View: 3, DB: 0) | 200 OK [http://localhost/] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:40:57) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:41:11) [GET] Rendering template within layouts/default Rendering subscriptions/new Completed in 9ms (View: 4, DB: 0) | 200 OK [http://localhost/] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:41:11) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:41:17) [GET] Rendering template within layouts/default Rendering subscriptions/new Completed in 7ms (View: 3, DB: 0) | 200 OK [http://localhost/] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:41:17) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:44:33) [GET] Rendering template within layouts/default Rendering subscriptions/new Completed in 75ms (View: 10, DB: 0) | 200 OK [http://localhost/] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:44:33) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:44:38) [GET] Rendering template within layouts/default Rendering subscriptions/new Completed in 9ms (View: 5, DB: 0) | 200 OK [http://localhost/] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:44:38) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:44:49) [GET] Rendering template within layouts/default Rendering subscriptions/new Completed in 8ms (View: 3, DB: 0) | 200 OK [http://localhost/] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:44:49) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:44:59) [GET] Rendering template within layouts/default Rendering subscriptions/new Completed in 8ms (View: 3, DB: 0) | 200 OK [http://localhost/] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:44:59) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:45:08) [GET] Rendering template within layouts/default Rendering subscriptions/new Completed in 7ms (View: 3, DB: 0) | 200 OK [http://localhost/] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:45:08) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:45:32) [GET] Rendering template within layouts/default Rendering subscriptions/new Completed in 14ms (View: 10, DB: 0) | 200 OK [http://localhost/] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:45:32) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:46:12) [GET] Rendering template within layouts/default Rendering subscriptions/new Completed in 15ms (View: 10, DB: 0) | 200 OK [http://localhost/] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:46:12) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:46:36) [GET] Rendering template within layouts/default Rendering subscriptions/new Completed in 7ms (View: 3, DB: 0) | 200 OK [http://localhost/] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:46:36) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:46:49) [GET] Rendering template within layouts/default Rendering subscriptions/new Completed in 8ms (View: 3, DB: 0) | 200 OK [http://localhost/] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:46:49) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#create (for 127.0.0.1 at 2009-06-03 21:46:57) [POST] Parameters: {"commit"=>"Keep me in the loop", "authenticity_token"=>"E+dem2JLlclJsPAX9lkU/SdcB0d4EEO2K4vOcoA165E=", "subscription"=>{"email"=>""}} Subscription Exists (0.1ms) SELECT "subscriptions".id FROM "subscriptions" WHERE ("subscriptions"."email" = '') LIMIT 1 Rendering template within layouts/default Rendering subscriptions/new Completed in 11ms (View: 2, DB: 0) | 200 OK [http://localhost/subscriptions] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:46:57) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#create (for 127.0.0.1 at 2009-06-03 21:47:24) [POST] Parameters: {"commit"=>"Keep me in the loop", "authenticity_token"=>"E+dem2JLlclJsPAX9lkU/SdcB0d4EEO2K4vOcoA165E=", "subscription"=>{"email"=>""}} Subscription Exists (0.1ms) SELECT "subscriptions".id FROM "subscriptions" WHERE ("subscriptions"."email" = '') LIMIT 1 Rendering template within layouts/default Rendering subscriptions/new Completed in 16ms (View: 8, DB: 0) | 200 OK [http://localhost/subscriptions] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:47:24) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#create (for 127.0.0.1 at 2009-06-03 21:47:32) [POST] Parameters: {"commit"=>"Keep me in the loop", "authenticity_token"=>"E+dem2JLlclJsPAX9lkU/SdcB0d4EEO2K4vOcoA165E=", "subscription"=>{"email"=>""}} Subscription Exists (0.1ms) SELECT "subscriptions".id FROM "subscriptions" WHERE ("subscriptions"."email" = '') LIMIT 1 Rendering template within layouts/default Rendering subscriptions/new Completed in 17ms (View: 9, DB: 0) | 200 OK [http://localhost/subscriptions] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:47:32) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#create (for 127.0.0.1 at 2009-06-03 21:48:00) [POST] Parameters: {"commit"=>"Keep me in the loop", "authenticity_token"=>"E+dem2JLlclJsPAX9lkU/SdcB0d4EEO2K4vOcoA165E=", "subscription"=>{"email"=>""}} Subscription Exists (0.1ms) SELECT "subscriptions".id FROM "subscriptions" WHERE ("subscriptions"."email" = '') LIMIT 1 Rendering template within layouts/default Rendering subscriptions/new Completed in 74ms (View: 66, DB: 0) | 200 OK [http://localhost/subscriptions] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:48:00) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#create (for 127.0.0.1 at 2009-06-03 21:48:17) [POST] Parameters: {"commit"=>"Keep me in the loop", "authenticity_token"=>"E+dem2JLlclJsPAX9lkU/SdcB0d4EEO2K4vOcoA165E=", "subscription"=>{"email"=>""}} Subscription Exists (0.2ms) SELECT "subscriptions".id FROM "subscriptions" WHERE ("subscriptions"."email" = '') LIMIT 1 Rendering template within layouts/default Rendering subscriptions/new Completed in 18ms (View: 9, DB: 0) | 200 OK [http://localhost/subscriptions] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:48:17) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#create (for 127.0.0.1 at 2009-06-03 21:49:00) [POST] Parameters: {"commit"=>"Keep me in the loop", "authenticity_token"=>"E+dem2JLlclJsPAX9lkU/SdcB0d4EEO2K4vOcoA165E=", "subscription"=>{"email"=>""}} Subscription Exists (0.1ms) SELECT "subscriptions".id FROM "subscriptions" WHERE ("subscriptions"."email" = '') LIMIT 1 Rendering template within layouts/default Rendering subscriptions/new Completed in 16ms (View: 8, DB: 0) | 200 OK [http://localhost/subscriptions] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:49:00) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#create (for 127.0.0.1 at 2009-06-03 21:49:13) [POST] Parameters: {"commit"=>"Keep me in the loop", "authenticity_token"=>"E+dem2JLlclJsPAX9lkU/SdcB0d4EEO2K4vOcoA165E=", "subscription"=>{"email"=>""}} Subscription Exists (0.1ms) SELECT "subscriptions".id FROM "subscriptions" WHERE ("subscriptions"."email" = '') LIMIT 1 Rendering template within layouts/default Rendering subscriptions/new Completed in 17ms (View: 8, DB: 0) | 200 OK [http://localhost/subscriptions] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:49:13) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#create (for 127.0.0.1 at 2009-06-03 21:50:10) [POST] Parameters: {"commit"=>"Keep me in the loop", "authenticity_token"=>"E+dem2JLlclJsPAX9lkU/SdcB0d4EEO2K4vOcoA165E=", "subscription"=>{"email"=>""}} Subscription Exists (0.2ms) SELECT "subscriptions".id FROM "subscriptions" WHERE ("subscriptions"."email" = '') LIMIT 1 Rendering template within layouts/default Rendering subscriptions/new Completed in 17ms (View: 8, DB: 0) | 200 OK [http://localhost/subscriptions] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:50:10) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#create (for 127.0.0.1 at 2009-06-03 21:50:36) [POST] Parameters: {"commit"=>"Keep me in the loop", "authenticity_token"=>"E+dem2JLlclJsPAX9lkU/SdcB0d4EEO2K4vOcoA165E=", "subscription"=>{"email"=>""}} Subscription Exists (0.1ms) SELECT "subscriptions".id FROM "subscriptions" WHERE ("subscriptions"."email" = '') LIMIT 1 Rendering template within layouts/default Rendering subscriptions/new Completed in 17ms (View: 8, DB: 0) | 200 OK [http://localhost/subscriptions] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:50:37) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#create (for 127.0.0.1 at 2009-06-03 21:51:02) [POST] Parameters: {"commit"=>"Keep me in the loop", "authenticity_token"=>"E+dem2JLlclJsPAX9lkU/SdcB0d4EEO2K4vOcoA165E=", "subscription"=>{"email"=>""}} Subscription Exists (0.1ms) SELECT "subscriptions".id FROM "subscriptions" WHERE ("subscriptions"."email" = '') LIMIT 1 Rendering template within layouts/default Rendering subscriptions/new Completed in 18ms (View: 9, DB: 0) | 200 OK [http://localhost/subscriptions] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:51:02) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#create (for 127.0.0.1 at 2009-06-03 21:53:03) [POST] Parameters: {"commit"=>"Keep me in the loop", "authenticity_token"=>"E+dem2JLlclJsPAX9lkU/SdcB0d4EEO2K4vOcoA165E=", "subscription"=>{"email"=>""}} Subscription Exists (0.1ms) SELECT "subscriptions".id FROM "subscriptions" WHERE ("subscriptions"."email" = '') LIMIT 1 Rendering template within layouts/default Rendering subscriptions/new Completed in 17ms (View: 8, DB: 0) | 200 OK [http://localhost/subscriptions] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:53:03) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#create (for 127.0.0.1 at 2009-06-03 21:53:26) [POST] Parameters: {"commit"=>"Keep me in the loop", "authenticity_token"=>"E+dem2JLlclJsPAX9lkU/SdcB0d4EEO2K4vOcoA165E=", "subscription"=>{"email"=>""}} Subscription Exists (0.1ms) SELECT "subscriptions".id FROM "subscriptions" WHERE ("subscriptions"."email" = '') LIMIT 1 Rendering template within layouts/default Rendering subscriptions/new Completed in 17ms (View: 8, DB: 0) | 200 OK [http://localhost/subscriptions] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:53:26) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#create (for 127.0.0.1 at 2009-06-03 21:54:44) [POST] Parameters: {"commit"=>"Keep me in the loop", "authenticity_token"=>"E+dem2JLlclJsPAX9lkU/SdcB0d4EEO2K4vOcoA165E=", "subscription"=>{"email"=>""}} Subscription Exists (0.1ms) SELECT "subscriptions".id FROM "subscriptions" WHERE ("subscriptions"."email" = '') LIMIT 1 Rendering template within layouts/default Rendering subscriptions/new Completed in 17ms (View: 8, DB: 0) | 200 OK [http://localhost/subscriptions] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:54:45) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:55:03) [GET] Rendering template within layouts/default Rendering subscriptions/new Completed in 7ms (View: 3, DB: 0) | 200 OK [http://localhost/] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:55:03) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:55:29) [GET] Rendering template within layouts/default Rendering subscriptions/new Completed in 71ms (View: 67, DB: 0) | 200 OK [http://localhost/] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:55:29) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:55:58) [GET] Rendering template within layouts/default Rendering subscriptions/new Completed in 14ms (View: 10, DB: 0) | 200 OK [http://localhost/] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:55:58) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:56:11) [GET] Rendering template within layouts/default Rendering subscriptions/new Completed in 13ms (View: 9, DB: 0) | 200 OK [http://localhost/] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:56:11) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:57:11) [GET] Rendering template within layouts/default Rendering subscriptions/new Completed in 14ms (View: 10, DB: 0) | 200 OK [http://localhost/] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:57:11) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:57:18) [GET] Rendering template within layouts/default Rendering subscriptions/new Completed in 15ms (View: 10, DB: 0) | 200 OK [http://localhost/] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:57:18) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 21:57:23) [GET] Rendering template within layouts/default Rendering subscriptions/new Completed in 14ms (View: 10, DB: 0) | 200 OK [http://localhost/] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 21:57:23) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 22:00:32) [GET] Rendering template within layouts/default Rendering subscriptions/new Completed in 74ms (View: 9, DB: 0) | 200 OK [http://localhost/] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 22:00:32) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 22:04:54) [GET] Rendering template within layouts/default Rendering subscriptions/new Completed in 13ms (View: 9, DB: 0) | 200 OK [http://localhost/] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 22:04:54) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found) Processing SubscriptionsController#new (for 127.0.0.1 at 2009-06-03 22:05:23) [GET] Rendering template within layouts/default Rendering subscriptions/new Completed in 14ms (View: 9, DB: 0) | 200 OK [http://localhost/] Processing ApplicationController#index (for 127.0.0.1 at 2009-06-03 22:05:23) [GET] ActionController::RoutingError (No route matches "/stylesheets/blueprint/screen.css" with {:method=>:get}): Rendering rescues/layout (not_found)