test/dummy/log/development.log in astrochimp-0.1.2 vs test/dummy/log/development.log in astrochimp-0.1.3

- old
+ new

@@ -7985,5 +7985,211 @@ Served asset /astrochimp/bg-noise.png - 200 OK (26ms) Started GET "/assets/astrochimp/iphone4-frame-black.png" for 127.0.0.1 at 2013-01-03 10:09:11 -0600 Served asset /astrochimp/iphone4-frame-black.png - 200 OK (2ms) + + +Started GET "/" for 127.0.0.1 at 2013-01-03 14:04:09 -0600 +Connecting to database specified by database.yml +Processing by Astrochimp::SignupsController#index as HTML + Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/_form.html.erb (4.1ms) + Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/index.html.erb (10.3ms) +Completed 200 OK in 252ms (Views: 71.1ms | ActiveRecord: 152.2ms) + + +Started GET "/assets/astrochimp/application.css?body=1" for 127.0.0.1 at 2013-01-03 14:04:11 -0600 +Served asset /astrochimp/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/astrochimp/signups.css?body=1" for 127.0.0.1 at 2013-01-03 14:04:11 -0600 +Served asset /astrochimp/signups.css - 304 Not Modified (3ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 14:04:11 -0600 +Served asset /jquery.js - 304 Not Modified (11ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 14:04:11 -0600 +Served asset /jquery_ujs.js - 304 Not Modified (3ms) + + +Started GET "/assets/astrochimp/signups.js?body=1" for 127.0.0.1 at 2013-01-03 14:04:11 -0600 +Served asset /astrochimp/signups.js - 304 Not Modified (7ms) + + +Started GET "/assets/astrochimp/application.js?body=1" for 127.0.0.1 at 2013-01-03 14:04:11 -0600 +Served asset /astrochimp/application.js - 304 Not Modified (74ms) + + +Started GET "/assets/astrochimp/Astrochimp-phone-splash.png" for 127.0.0.1 at 2013-01-03 14:04:11 -0600 +Served asset /astrochimp/Astrochimp-phone-splash.png - 304 Not Modified (115ms) + + +Started GET "/assets/astrochimp/iphone4-frame-black.png" for 127.0.0.1 at 2013-01-03 14:04:11 -0600 +Served asset /astrochimp/iphone4-frame-black.png - 304 Not Modified (35ms) + + +Started GET "/assets/astrochimp/bg-noise.png" for 127.0.0.1 at 2013-01-03 14:04:11 -0600 +Served asset /astrochimp/bg-noise.png - 304 Not Modified (55ms) + + +Started POST "/signups" for 127.0.0.1 at 2013-01-03 14:04:30 -0600 +Processing by Astrochimp::SignupsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"d2qrRFYIEn/dJVhoWcdJfoAk9IkHR/hTop5E1X+tapA=", "signup"=>{"email"=>"jonathan+031404@camenisch.net"}, "commit"=>"Notify Me »"} +  (0.4ms) BEGIN + Astrochimp::Signup Exists (62.1ms) SELECT 1 AS one FROM "astrochimp_signups" WHERE "astrochimp_signups"."email" = 'jonathan+031404@camenisch.net' LIMIT 1 +  (0.3ms) ROLLBACK + Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/_form.html.erb (1.3ms) + Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/index.html.erb (2.2ms) +Completed 200 OK in 221ms (Views: 7.5ms | ActiveRecord: 62.7ms) + + +Started GET "/assets/astrochimp/application.js?body=1" for 127.0.0.1 at 2013-01-03 14:04:31 -0600 +Served asset /astrochimp/application.js - 304 Not Modified (0ms) + + +Started GET "/assets/astrochimp/signups.js?body=1" for 127.0.0.1 at 2013-01-03 14:04:31 -0600 +Served asset /astrochimp/signups.js - 304 Not Modified (0ms) + + +Started GET "/assets/astrochimp/Astrochimp-phone-splash.png" for 127.0.0.1 at 2013-01-03 14:04:31 -0600 +Served asset /astrochimp/Astrochimp-phone-splash.png - 304 Not Modified (0ms) + + +Started GET "/assets/astrochimp/signups.css?body=1" for 127.0.0.1 at 2013-01-03 14:04:31 -0600 +Served asset /astrochimp/signups.css - 304 Not Modified (0ms) + + +Started GET "/assets/astrochimp/application.css?body=1" for 127.0.0.1 at 2013-01-03 14:04:31 -0600 +Served asset /astrochimp/application.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 14:04:31 -0600 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 14:04:31 -0600 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/signups" for 127.0.0.1 at 2013-01-03 14:06:11 -0600 +Connecting to database specified by database.yml + +ActiveRecord::ConnectionNotEstablished (ActiveRecord::ConnectionNotEstablished): + activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:404:in `retrieve_connection' + activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_specification.rb:170:in `retrieve_connection' + activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_specification.rb:144:in `connection' + activerecord (3.2.8) lib/active_record/query_cache.rb:67:in `rescue in call' + activerecord (3.2.8) lib/active_record/query_cache.rb:61:in `call' + activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' + actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1063098312901235439__call__2040499706110139088__callbacks' + activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.8) 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.8) 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.8) lib/action_dispatch/middleware/static.rb:62:in `call' + railties (3.2.8) lib/rails/engine.rb:479:in `call' + railties (3.2.8) lib/rails/application.rb:223:in `call' + railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' + /Users/jcamenisch/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle' + /Users/jcamenisch/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start' + /Users/jcamenisch/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start' + /Users/jcamenisch/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each' + /Users/jcamenisch/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start' + /Users/jcamenisch/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop' + /Users/jcamenisch/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start' + /Users/jcamenisch/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run' + /Users/jcamenisch/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>' + + + Rendered /Users/jcamenisch/projects/astrochimp/.bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) + Rendered /Users/jcamenisch/projects/astrochimp/.bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.4ms) + Rendered /Users/jcamenisch/projects/astrochimp/.bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.1ms) + + +Started POST "/signups" for 127.0.0.1 at 2013-01-03 14:07:27 -0600 +Connecting to database specified by database.yml +Processing by Astrochimp::SignupsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"d2qrRFYIEn/dJVhoWcdJfoAk9IkHR/hTop5E1X+tapA=", "signup"=>{"email"=>"jonathan+031404@camenisch.net"}, "commit"=>"Notify Me »"} +  (0.2ms) BEGIN + Astrochimp::Signup Exists (1.1ms) SELECT 1 AS one FROM "astrochimp_signups" WHERE "astrochimp_signups"."email" = 'jonathan+031404@camenisch.net' LIMIT 1 +  (0.3ms) ROLLBACK + Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/_form.html.erb (7.2ms) + Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/index.html.erb (16.4ms) +Completed 200 OK in 173ms (Views: 79.4ms | ActiveRecord: 11.7ms) + + +Started GET "/assets/astrochimp/application.css?body=1" for 127.0.0.1 at 2013-01-03 14:07:29 -0600 +Served asset /astrochimp/application.css - 200 OK (3ms) + + +Started GET "/assets/astrochimp/signups.js?body=1" for 127.0.0.1 at 2013-01-03 14:07:29 -0600 +Served asset /astrochimp/signups.js - 200 OK (1ms) + + +Started GET "/assets/astrochimp/signups.css?body=1" for 127.0.0.1 at 2013-01-03 14:07:29 -0600 +Served asset /astrochimp/signups.css - 200 OK (2ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 14:07:29 -0600 +Served asset /jquery_ujs.js - 200 OK (2ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 14:07:29 -0600 +Served asset /jquery.js - 200 OK (4ms) + + +Started GET "/assets/astrochimp/application.js?body=1" for 127.0.0.1 at 2013-01-03 14:07:29 -0600 +Served asset /astrochimp/application.js - 200 OK (10ms) + + +Started GET "/assets/astrochimp/Astrochimp-phone-splash.png" for 127.0.0.1 at 2013-01-03 14:07:29 -0600 +Served asset /astrochimp/Astrochimp-phone-splash.png - 200 OK (2ms) + + +Started GET "/assets/astrochimp/iphone4-frame-black.png" for 127.0.0.1 at 2013-01-03 14:07:29 -0600 +Served asset /astrochimp/iphone4-frame-black.png - 304 Not Modified (2ms) + + +Started GET "/assets/astrochimp/bg-noise.png" for 127.0.0.1 at 2013-01-03 14:07:29 -0600 +Served asset /astrochimp/bg-noise.png - 304 Not Modified (1ms) + + +Started POST "/signups" for 127.0.0.1 at 2013-01-03 14:11:56 -0600 +Connecting to database specified by database.yml +Processing by Astrochimp::SignupsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"d2qrRFYIEn/dJVhoWcdJfoAk9IkHR/hTop5E1X+tapA=", "signup"=>{"email"=>"jonathan+031404@camenisch.net"}, "commit"=>"Notify Me »"} +  (0.3ms) BEGIN + Astrochimp::Signup Exists (1.3ms) SELECT 1 AS one FROM "astrochimp_signups" WHERE "astrochimp_signups"."email" = 'jonathan+031404@camenisch.net' LIMIT 1 + SQL (76.1ms) INSERT INTO "astrochimp_signups" ("created_at", "email", "referrer_id", "signups_count", "status", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["created_at", Thu, 03 Jan 2013 20:11:58 UTC +00:00], ["email", "jonathan+031404@camenisch.net"], ["referrer_id", nil], ["signups_count", 0], ["status", 0], ["updated_at", Thu, 03 Jan 2013 20:11:58 UTC +00:00]] +  (1.2ms) COMMIT +Redirected to http://astrochimp.dev:3000/signups/baoo +Completed 302 Found in 1016ms (ActiveRecord: 89.8ms) + + +Started GET "/signups/baoo" for 127.0.0.1 at 2013-01-03 14:11:58 -0600 +Processing by Astrochimp::SignupsController#show as HTML + Parameters: {"id"=>"baoo"} + Astrochimp::Signup Load (1.2ms) SELECT "astrochimp_signups".* FROM "astrochimp_signups" WHERE "astrochimp_signups"."id" = $1 LIMIT 1 [["id", 42]] + Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/show.html.erb (3.3ms) +Completed 200 OK in 72ms (Views: 69.6ms | ActiveRecord: 1.2ms) + + +Started GET "/r/baoo" for 127.0.0.1 at 2013-01-03 14:12:06 -0600 +Processing by Astrochimp::SignupsController#index as HTML + Parameters: {"referrer_code"=>"baoo"} + Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/_form.html.erb (2.0ms) + Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/index.html.erb (5.8ms) +Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.0ms)